Conda install fails, no 0.4.0 available in Anaconda repository
See original GitHub issueI’m trying to install geopandas on a fresh Anaconda3 (Py3.6) build on OSX using conda install -c conda-forge geopandas, but I’m getting a confusing output like this below, listing only v. 0.3.0. And effectively, 0.4.0 is not listed here: https://repo.anaconda.com/pkgs/main/osx-64/ or https://repo.anaconda.com/pkgs/main/linux-64/. Is there any workaround?
(base) $ conda install -c conda-forge geopandas
Solving environment: failed
UnsatisfiableError: The following specifications were found to be in conflict:
- geopandas
Use "conda info <package>" to see the dependencies for each package.
Apparently I can install 0.4.0 with pip install geopandas, but I’m not sure this really gets all dependencies right.
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Conda install (@ 2020, Apr. 13) automatically install ... - GitHub
On a CentOS 7.6 x64 system, with newly installed Anaconda3, install the package following the instruction will lead to version 0.04 installed.
Read more >The following packages are not available from current ...
When I try to install, I get the following: (base) C:\Anaconda2\Jupyter>conda install -c python-control -c cyclus slycot control Solving ...
Read more >Troubleshooting — Anaconda documentation
Conda only downloads the packages that were not finished in any previous attempts. A second option is to download the large Anaconda installer...
Read more >Installation — pandas 1.5.2 documentation
The simplest way to install not only pandas, but Python and the most popular packages that ... Installation instructions for Anaconda can be...
Read more >Installation — Fermipy 0.10.4+dirty documentation
These instructions cover how to use fermipy with a new or existing conda python installation. These instructions assume that you have already downloaded...
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 Free
Top 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

OK, closing this one.
@jorisvandenbossche @deeplook I detect that
qt, viamatplotlibhere, is the culprit. I’m rebuild everything to get there butqtis a very hard and it should take a while for me to finish.