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.

UnsatisfiableError when installing from conda-forge

See original GitHub issue

I am getting an UnsatisfiableError when trying to install geopandas in a fresh conda environment. To replicate:

> conda create -n myenv python=3.6
> conda activate myenv
> conda install -c conda-forge geopandas
Collecting package metadata: done
Solving environment: failed

UnsatisfiableError: The following specifications were found to be in conflict:
  - geopandas
Use "conda search <package> --info" to see the dependencies for each package.

I am using conda 4.6.12 on Windows 10. Is this a known issue?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:12 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
martinfleiscommented, Nov 2, 2020

@ocefpaf I can 😃. What you said applies to the new issue and also the original one, so closing with a pointer to a geopandas-feedstock repo.

1reaction
jorisvandenbosschecommented, Apr 23, 2019

can we depend on matplotlib-base here instead of matplotlib?

Yes, sure. matplotlib is actually only an optional dependency, but I rather keep it in general, as almost everybody will need it (in order to keep descartes, to avoid that users need to install descartes themselves)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Brand new conda install results in "UnsatisfiableError ... - GitHub
Current Behavior This was happening with my old environment so I installed a brand new version of conda in a different directory.
Read more >
conda-forge can't install pwntools due to UnsatisfiableError
Using mamba , the issue is more clear (I have added pwntools to the environment creation line: (base) C:\Users\FlyingTeller>mamba create -n ...
Read more >
Tips & tricks — conda-forge 2022.12.16 documentation
Using multiple channels¶. It is quite common to install a package from conda-forge and, when trying to use it, see an error like...
Read more >
Case: I am trying to install the CSD Python API but ...
UnsatisfiableError : The following specifications were found to be ... The solution is to add the conda forge channel first then retry the...
Read more >
Using older notebook on latest Anaconda Navigator ...
but i get the same unsatisfiable error due to a it requiring python 3.6 i think and i have 3.9.12. So i did...
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