简体   繁体   English

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

[英]No module named 'scipy' in pycharm

I have installed scipy on windows with conda. 我已经在装有conda的Windows上安装了scipy。

I'm using Python version 3.6.1 我正在使用Python 3.6.1版

This is the error i recieve in pycharm that the scipy module is not found: 这是我在pycharm中收到的错误,找不到scipy模块: 在此处输入图片说明

I have also installed the wheel file with pip install and receives the following: 我还通过pip install安装了wheel文件,并收到以下信息:

在此处输入图片说明

So if the scipy is installed correctly why is pycharm complaining? 因此,如果正确安装了scipy,为什么pycharm会抱怨?

You need to install scipy package in PyCharm. 您需要在PyCharm中安装scipy软件包。 Check out this link for official tutorial on how to do it. 请查看此链接以获取有关如何操作的官方教程。

You don't necessarily need to install scipy from within PyCharm, you can add the path of the scipy installation to the interpreter. 您不一定需要从PyCharm中安装scipy,您可以将scipy安装的路径添加到解释器。 Follow this tutorial. 遵循教程。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM