Still having errors with 32-bit miniconda setups
See original GitHub issueFrom here. I am specifying miniconda-version
and still get errors. The following line is to blame (I think, I don’t know JS), it seems that it should check if miniconda-version is not set and architecture != x64, based on the error message.
https://github.com/conda-incubator/setup-miniconda/blob/35d1405e78aa3f784fe3ce9a2eb378d5eeb62169/src/input.ts#L61-L63
Issue Analytics
- State:
- Created 2 years ago
- Comments:18 (17 by maintainers)
Top Results From Across the Web
using 32-bit versions of miniconda on Linux #147 - GitHub
I am trying to use this action to set up a 32-bit conda environment for a test. My current options are: anaconda32: name:...
Read more >Troubleshooting — Anaconda documentation
The Anaconda installer files are large (over 300 MB), and some users have problems with errors and interrupted downloads when downloading large files....
Read more >Miniconda only installs partially how can I find the error?
Maybe you have miniconda but none of the packages. See this page to download the additional packages and then maybe it will work....
Read more >Installing on Windows - Conda
In your terminal window or Anaconda Prompt, run the command conda list . A list of installed packages appears if it has been...
Read more >Installing scikit-image — skimage v0.19.2 docs
Once you have your conda environment set up, you can install scikit-image with ... We still support Windows 32-bit on x86 processors but...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Absolutely, go ahead! I think I’ve already granted that permission for the PR, let me know if I haven’t.
Would it be ok if I commit to your PR to provide this workaround too and add the relevant tests?