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.

Installing from conda-forge breaks conda's installation

See original GitHub issue

I tried to install cookiecutter and jupyter_contrib_nbextensions from conda-forge. In both cases, the last step in the plan was:

The following packages will be DOWNGRADED:

    conda:           4.5.0-py36_0                      --> 4.3.34-py36_0    conda-forge

Going forward with this ends up with a broken conda installation!!!

I opened an issue on https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/1267 but I believe this is a more general problem given that it happens also with cookiecutter.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:15 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
isurufcommented, Jul 11, 2018

https://github.com/conda/conda/issues/7524. Original issue is fixed now

1reaction
sdmcclurecommented, Jul 11, 2018

Sorry for the poor formatting initially. Hopefully it’s more legible now

Read more comments on GitHub >

github_iconTop Results From Across the Web

Tips & tricks — conda-forge 2022.12.21 documentation
It is quite common to install a package from conda-forge and, when trying to use it, see an error like (OS X example):....
Read more >
Any risk of breaking anaconda python when force ...
The safest thing to do is to make a new env conda create -n myenv -c conda-forge arrow. The most dangerous thing to...
Read more >
Conda best practices
Conda uses a "channel priority" for determining where to install packages from, i.e. it tries first to install packages from the first listed ......
Read more >
Troubleshooting
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 >
Installing conda packages locally: Training
Install packages in a conda environment on IU's high performance computers. On this page: ... in particular, it may break the conda activate...
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