question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Installation of LandLab hangs on "solving environment" loading

See original GitHub issue

I 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:closed
  • Created 5 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
AlexLippcommented, Oct 5, 2018

@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 👍

0reactions
mcflugencommented, Oct 4, 2018

@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 running conda update conda to get the newest version.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found