【发布时间】:2017-12-15 05:00:01
【问题描述】:
我已经用 conda 在 windows 上安装了 scipy。
我使用的是 Python 3.6.1 版
这是我在 pycharm 中收到的错误,即找不到 scipy 模块:
我还使用 pip install 安装了 wheel 文件并收到以下内容:
如果 scipy 安装正确,为什么 pycharm 会抱怨?
【问题讨论】:
标签: python python-3.x pycharm
我已经用 conda 在 windows 上安装了 scipy。
我使用的是 Python 3.6.1 版
这是我在 pycharm 中收到的错误,即找不到 scipy 模块:
我还使用 pip install 安装了 wheel 文件并收到以下内容:
如果 scipy 安装正确,为什么 pycharm 会抱怨?
【问题讨论】:
标签: python python-3.x pycharm
你需要在 PyCharm 中安装 scipy 包。查看link 获取有关如何操作的官方教程。
【讨论】:
您不一定需要从 PyCharm 中安装 scipy,您可以将 scipy 安装的路径添加到解释器中。关注this教程。
【讨论】: