【问题标题】:No module named 'scipy' in pycharmpycharm 中没有名为“scipy”的模块
【发布时间】: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


    【解决方案1】:

    你需要在 PyCharm 中安装 scipy 包。查看link 获取有关如何操作的官方教程。

    【讨论】:

      【解决方案2】:

      您不一定需要从 PyCharm 中安装 scipy,您可以将 scipy 安装的路径添加到解释器中。关注this教程。

      【讨论】:

        猜你喜欢
        • 2014-09-08
        • 2020-01-21
        • 2018-02-03
        • 1970-01-01
        • 2018-06-10
        • 2018-10-23
        • 2016-11-17
        • 2019-03-12
        • 1970-01-01
        相关资源
        最近更新 更多