Closed lars2015 closed 3 weeks ago
I think for python packages, it would be better to use python3 -m pip install basemap
, which is also stated in the basemap repo .
Hi Yen-Sen,
Installing basemap globally with pip did not work directly for me, Ubuntu 24.04 requires the python modules to be installed in a virtual environment (venv), it seems. I've updated the README and example scripts to reflect this.
Thanks! :-) Lars
There seems to be an issue with installing matplotlib for the python plot scripts on Ubuntu 24.04?