python - pycharm中没有名为 'scipy'的模块

标签 python python-3.x pycharm

我已经在 Windows 上使用 conda 安装了 scipy。

我使用的是 Python 版本 3.6.1

这是我在 pycharm 中收到的错误,表示未找到 scipy 模块: enter image description here

我还使用 pip install 安装了wheel 文件并收到以下内容:

enter image description here

如果 scipy 安装正确,为什么 pycharm 会提示?

最佳答案

您需要在 PyCharm 中安装 scipy 包。看看这个link有关如何操作的官方教程。

关于python - pycharm中没有名为 'scipy'的模块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45029332/

相关文章:

python - Django 联合测试 : Table doesn't exist

python - 如何在 lambda、python 中保存索引

Python3 最高效的 String 到 Float 转换

python - 不同的 PyCharm 和 IDLE Python 版本

python - Numpy 数组声明错误

python - Python 中到底是什么占用了内存?

python - 如何 pip 安装到外部驱动器?

python - 相当于 Python 的 pandas 的 R View

从命令行运行时,在pycharm中运行的python脚本出现内存分配错误

python - 如何将此代理切换为使用代理身份验证?