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.

Conda Install Fails

See original GitHub issue

conda install -c pyviz geoviews currently fails to Solve Environment inside a clean anaconda container launched with sudo docker run -it continuumio/anaconda3.

I’ve tried the pyviz channel, the default channel, and the conda-forge channel with the same results.

Conda suggests that the problem has to do with conflicts and that it is looking for incompatibilities, but it has been running since yesterday and only reports 90% progress. I’ll update this post if it completes.

Found conflicts! Looking for incompatible packages. This can take several minutes. Press CTRL-C to abort. Examining conflict for ...

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:2
  • Comments:47 (32 by maintainers)

github_iconTop GitHub Comments

3reactions
jjoonathancommented, Aug 3, 2020

Yeah, a new conda version came out last month. I also didn’t have success with conda install -c pyviz geoviews but I did have success with:

conda update --all
conda install -c pyviz -c conda-forge geoviews
1reaction
brl0commented, Jun 9, 2021

I have seen issues with geo-dependencies, most typically when mixing defaults and conda-forge channels in an environment. It might be worth trying to create a fresh environment based primarily on the conda-forge channel, with something like: conda create -n geo -c conda-forge geoviews Also, maintaining consistency with channel priority for new packages added to an environment helps reduce the painful issues you might otherwise encounter, so unless conda-forge is specifically added as a higher priority channel than defaults in the conda config, it is best to specify using the conda-forge channel for any new dependencies added.

Read more comments on GitHub >

github_iconTop Results From Across the Web

can't install anything using conda, it hangs in solving ... - GitHub
Hello,. I don't seem to be able to install anything using conda. It hangs in "solving environment". I tried: conda install -c anaconda...
Read more >
Troubleshooting — conda 22.11.1.post16+ce4e810c9 ...
Occasionally, an installed package becomes corrupted. Conda works by unpacking the packages in the pkgs directory and then hard-linking them to the environment....
Read more >
Troubleshooting — Anaconda documentation
Solution¶. Verify that you have enough disk space and memory on your system to install and use Anaconda packages. The minimum system requirements...
Read more >
anaconda - Conda install local package fails - Stack Overflow
Conda install local package fails · I would try using and absolute file name and see whether that helps. See docs.anaconda.com/anaconda/user- ...
Read more >
Common Conda Issues | MUSA 550
Common Problems · “Permission Denied” Errors on Windows · SSL Connection Errors · Missing package errors · The file extension of the 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