pycharm 安装 scipy

pycharm 安装 scipy

问题:
通过pycharm的python interpreter添加Scipy,显示找不到。
pycharm 安装 scipy_第1张图片

解决方案:
参考Scipy官网在pycharm的terminal输入指令进行安装,如下图。

python -m pip install scipy

pycharm 安装 scipy_第2张图片

你可能感兴趣的:(pycharm,python,scipy)