我正在尝试通过Anaconda提示安装matplotlib-basemap,但它就是不起作用。
当我键入时:
conda install basemap它给出的错误是:
UnsatisfiableError: The following specifications were found to be in conflict:
- basemap
- xlsxwriter这是否意味着我需要卸载xlsxwriter (即使我需要它)?那我该怎么卸载这一切呢?
我也尝试过通过https://www.lfd.uci.edu/~gohlke/pythonlibs/#basemap下载:
pip install basemap-1.1.0-cp27-cp27m-win_amd64.whl但是错误是:
basemap-1.1.0-cp27-cp27m-win_amd64.whl is not a supported wheel on this platform.发布于 2018-03-04 20:32:21
当我输入的时候,它起作用了:
conda install -c conda-forge basemap发布于 2018-07-02 16:06:57
我不得不做同样的事情好几次。以administration>>> "Anacodna Prompt“的身份运行,然后键入:
conda install -c conda-forge basemap这对我很管用。
https://stackoverflow.com/questions/49094894
复制相似问题