Installation of LandLab hangs on "solving environment" loading
See original GitHub issueI have attempted to install LandLab on a fresh Anaconda installation of Python. Running
where python
where ipython
returns
C:\Users\myname\Anaconda3\python.exe
C:\Users\myname\Anaconda3\Scripts\ipython.exe
I’ve also updated the packages with conda update --all
However when I run > conda install landlab -c landlab -c conda-forge
from within CMD it hangs on
Solving environment: \
where the dash is a loading animation. Unfortunately this does not progress any further. It does not proceed after waiting for around 20 minutes, but I have not waited longer.
Is there something wrong with my set-up? What does “Solving Environment” mean?
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Troubleshooting Installation/Testing Problems - landlab
Symptoms: when launching the install an error message shows something like. Solving environment: failed. UnsatisfiableError: The following specifications ...
Read more >Stuck at Solving Environment on Anaconda - Stack Overflow
Solving occurs locally and scales poorly when trying to install everything in a single monolithic environment (such as Anaconda's base). I would ...
Read more >Conda hangs on 'solving environment ' : r/Crostini - Reddit
Trying to downgrade to python 3.6.8 on my Chromebook X2 as I need to use Keras/neural networks (which do not support python 3.7...
Read more >landlab Documentation - Read the Docs
Most of the bug reports we get about problems installing Landlab relate to conflicts with old versions of Python on machines.
Read more >Environmental Modelling & Software - NSF PAR
Landlab is an open-source toolkit for building, coupling, and exploring two-dimensional numerical models. HydroShare is an online collaborative environment ...
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
@mcflugen I’ve now managed to successfully install LandLab by creating an environment. The commands for mac and linux were the same for windows. Thank you very much for the help, this issue can be closed 👍
@AlexLipp Have a read through of conda/conda#6057. It sounds like the same problem you’re having.
From the sounds of it, you may have a broken version of
conda
. Try runningconda update conda
to get the newest version.