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,


--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to