【发布时间】:2019-07-21 15:04:33
【问题描述】:
我尝试在 Python 3.x 中使用 Basemap 包,但是当我尝试在我的 IDE Pycharm 中安装这些包时,它给了我这个错误:
Could not find a version that satisfies the requirement Basemap (from versions: )
No matching distribution found for Basemap
You are using pip version 10.0.1, however version 19.0.3 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
有人知道我该如何正确安装这些软件包吗?
(Python 3.x、Pycharm、Windows 10)
【问题讨论】:
标签: python-3.x windows pycharm package matplotlib-basemap