UnsatisfiableError when installing from conda-forge
See original GitHub issueI 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:
- Created 4 years ago
- Reactions:2
- Comments:12 (9 by maintainers)
Top 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 >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
@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.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)