Have had a nightmare downloading basemap, have had so many errors and fixing them, but yet another shows up. I now keep getting the following error:
Using spyder
I write:
from mpl_toolkits.basemap import Basemap
And it outputs:
File "/anaconda3/lib/python3.7/site-packages/mpl_toolkits/basemap/__init__.py",
line 152, in <module>
epsgf = open(os.path.join(pyproj.pyproj_datadir,'epsg'))
AttributeError: module 'pyproj' has no attribute 'pyproj_datadir'
I tried:
pip install pyproj==1.9.6
but within a large amount of text a line in red says:
Failed building wheel for pyproj