Closed
Description
Dear community, and possible people suffering as well,
I also have struggles for installing basemap, especially with python3.6 (default shipped with Ubuntu 18.04)
After several tries like using cartopy, using apt install to install cartopy and basemap. None of them works quickly for python3.6.
In the end it works for this "simple" way:
- Installing pyproj (3.0.0) by
python3 -m pip install pyproj==3.0
- installing matplotlib by
python3 -m pip install matplotlib==3.3.3
- downloading the basemap 1.2.2 version and install also by
python3 -m pip install .
in the basemap untar folder.
Hope this helps.
Metadata
Assignees
Labels
No labels