【问题标题】:SciPy ImportErrorSciPy 导入错误
【发布时间】:2017-03-28 16:10:06
【问题描述】:

我有 python 3.5,windows 7 64bit。

用 pip 安装了这些轮子(成功了吗?它是这么说的) 点子更新了

numpy‑1.11.2+mkl‑cp35‑cp35m‑win_amd64.whl scipy-0.18.1-cp35-cp35m-win_amd64.whl

检查是否安装正确:

https://docs.scipy.org/doc/scipy/reference/tutorial/special.html

我使用了这个代码。

第一行,我得到 ImportError

“从 scipy 导入特殊”

怎么办?

提前致谢

【问题讨论】:

    标签: python scipy importerror


    【解决方案1】:

    首先,卸载之前安装的所有python相关。然后从这里anaconda's latest version (prefer 32 bit) 安装 anaconda。选中安装框中的“添加到路径”选项。以管理员身份运行命令提示符并通过 conda install scipy 安装 scipy 现在从这个路径“C:\ProgramData\Anaconda3\python.exe”运行python解释器并尝试导入scipy。

    希望对你有帮助

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2018-12-18
      • 2018-02-12
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2023-01-22
      • 1970-01-01
      相关资源
      最近更新 更多