I am using Spyder as part of Anaconda. When trying to install the package 'Basemap', the following error is returned:
[Errno 2] No such file or directory: 'C:\BASINS42\bin\PROJ_NAD\epsg'
For context, BASINS is a GIS-based environmental modelling software which I recently deleted. Not sure why Python thinks it's relevant.
I would like to successfully install the python Basemap package.
In the Anaconda Prompt, I have typed 'conda install basemap', and the prompt replies: 'All requested packages already installed'
from mpl_toolkits.basemap import Basemap