Python3.8.1 basemap

J Conrado jorge.conforte at inpe.br
Fri Jan 31 07:15:07 EST 2020


Hi,

I installed the Python3.8.1 and I run the example of basemap gallery: 
https://matplotlib.org/basemap/users/examples.html 
<https://matplotlib.org/basemap/users/examples.html>

plotgreatcircle.py

for Python3.8 plotgreatcircle.py

I had:


Traceback (most recent call last):
   File "plotgreatcircle.py", line 1, in <module>
     from mpl_toolkits.basemap import Basemap
ModuleNotFoundError: No module named 'mpl_toolkits'


for Python3.7 plotgreatcircle.py

It is ok. Please, what what can I do to solve this error for Python3.8.

Thanks,




More information about the Python-list mailing list