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.

basemap is not found on pip for python3.4?

See original GitHub issue

Hi:

I’ve recently tried to install basemap using pip on my fedora 23 in py3.4 virtual environment, but:

(py3.4) huziy at thinkpad in ~/Python/Projects/PyNotebooks on master*
$ pip install basemap
Collecting basemap
  Could not find a version that satisfies the requirement basemap (from versions: )
No matching distribution found for basemap
(py3.4) huziy at thinkpad in ~/Python/Projects/PyNotebooks on master*
$ python
Python 3.4.3 (default, Jun 29 2015, 12:16:01) 
[GCC 5.1.1 20150618 (Red Hat 5.1.1-4)] on linux
Type "help", "copyright", "credits" or "license" for more information.

Which is weird, since it worked OK before…

Maybe the versions should be specified in the setup.py?

Cheers

Issue Analytics

  • State:open
  • Created 8 years ago
  • Reactions:8
  • Comments:25 (8 by maintainers)

github_iconTop GitHub Comments

23reactions
aeroevancommented, Mar 28, 2016

It looks like allow external was removed from recent versions of pip: http://legacy.python.org/dev/peps/pep-0470/

Something like pip install https://github.com/matplotlib/basemap/archive/v1.0.7rel.tar.gz should work though.

21reactions
Kamik423commented, Jun 27, 2017

ok, got it to work on Mac:

brew install geos
sudo -H pip3 install https://github.com/matplotlib/basemap/archive/v1.1.0.tar.gz
Read more comments on GitHub >

github_iconTop Results From Across the Web

python 3.x - I can't install basemap package - Stack Overflow
x but, when I try to install the packages in my IDE Pycharm, it gives me this error: Could not find a version...
Read more >
Python Extension Packages for Windows - Christoph Gohlke
This page is not a pip package index. Many binaries depend on numpy+mkl and the current Microsoft Visual C++ Redistributable for Visual Studio ......
Read more >
basemap - PyPI
basemap. Plot on map projections (with coastlines and political boundaries) using matplotlib . This package depends on the support package basemap-data with ...
Read more >
No module named 'mpl_toolkits.basemap' | Data Science and ...
It worked for me , but do you have any idea why : 1- !pip install "basemap == 1.3.0b1" "basemap-data == 1.3.0b1" did...
Read more >
Installing — Basemap Matplotlib Toolkit 1.2.1 documentation
Python 2.6 (or later, including Python 3) (download): Matplotlib 2.2 LTS requires Python 2.7 or later ... Required library that ships with Basemap....
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