basemap is not found on pip for python3.4?
See original GitHub issueHi:
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:
- Created 8 years ago
- Reactions:8
- Comments:25 (8 by maintainers)
Top 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 >
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

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.
ok, got it to work on Mac: