GitHub Action stuck @ creating conda environment
See original GitHub issueGreat Action! We use it in our research 😊💻 However, there is an issue: Inside our CI workflow here we have:
- name: Setup miniconda & zarp root env
uses: conda-incubator/setup-miniconda@v2
with:
python-version: 3.7.4
miniconda-version: 4.7.12
auto-update-conda: false
environment-file: install/environment.root.yml
activate-environment: zarp
auto-activate-base: false
This step often gets stuck (seemingly forever) and the whole workflow needs to be restarted. Then it passes. Strange…
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:8 (5 by maintainers)
Top Results From Across the Web
Creating miniconda environment gets stuck on "Solving ...
I fetched a repository from work that needs miniconda, I use it daily on Ubuntu. I often move around machines and never had...
Read more >Creating a conda environment is taking a long time #2132
Conda environment installation of the tool can take time but not several hours. You could try stopping, removing any partially created ...
Read more >Conda hangs on solving environment · Issue #8197 - GitHub
The problem appears to be new. I first encountered it several days ago when trying to create a new environment containing the phyloflash...
Read more >Conda stuck solving environment when installing v1.5 #410
I have the problem you are mentioning, that conda gets stuck while solving the environment. I then tried using mamba as you suggested...
Read more >can't install anything using conda, it hangs in solving ... - GitHub
It hangs in "solving environment". I tried: conda install -c anaconda pip conda install conda-build conda update conda conda install c- anaconda ......
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
If you could start a. “test” PR and see it happen, it would make it easier to take a look 😃
Dear @goanpeca, I have removed the fixed miniconda version (so I assume that it always pulls the latest) but the problem still persists…