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, no 0.4.0 available in Anaconda repository

See original GitHub issue

I’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:closed
  • Created 5 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
jorisvandenbosschecommented, Aug 14, 2018

OK, closing this one.

1reaction
ocefpafcommented, Jul 27, 2018

@jorisvandenbossche @deeplook I detect that qt, via matplotlib here, is the culprit. I’m rebuild everything to get there but qt is a very hard and it should take a while for me to finish.

Read more comments on GitHub >

github_iconTop 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 >

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