Skip to content
Yong-Yeol Ahn edited this page Apr 7, 2019 · 1 revision

FAQ

Some issues have been reported about installing basemap on systems with Windows 64, Python 3. This is a list of typical problems and solutions.

Error message: "UnsatisfiableError: The following specifications were found to be in conflict"

UnsatisfiableError: The following specifications were found to be in conflict:

 -basemap -> numpy 1.10* -> python 2.7* -> vc 9.*

 -python 3.6*

Use "conda info <package>" to see the dependencies for each package.

Error message: "distutils.errors.DistutilsPlatformErroe: Microsoft Visual C++ 14.0 is required."

Run

conda install -c conda-forge basemap=1.0.8.dev0
conda install -c conda-forge basemap-data-hires