basemap install does not work through pip
Closed this issue · 3 comments
d-val commented
you can either do it through conda by
conda install -c https://conda.anaconda.org/anaconda basemap
or if in ubuntu through
sudo apt-get install python-mpltoolkits.basemap
mrquincle commented
Python3: sudo apt install python3-mpltoolkits.basemap
veox commented
For ref, upstream issue: matplotlib/basemap#251
In short: looks like the package is too big to be on PyPI.
It can still be installed, e.g., with pip install [-e] <URI-of-release-tarball>
.