已安装但仍然“没有名为‘scipy’的模块”

时间:2021-05-11 19:36:37

标签: python windows

完成 SO 中的所有建议。 enter image description here

这是我在 Windows 10 上所做的:

  1. 所有用户安装 Python 3.9,验证工作正常并且在 PATH 中。 enter image description here enter image description here

  2. 已成功从 https://www.lfd.uci.edu/~gohlke/pythonlibs/#numpypip3 install numpy-1.20.3+vanilla-cp39-cp39-win_amd64.whl 下载相应的 numpy。

  3. 从同一站点下载了相应的 ndimage,pip3 install ndimage-1.3.1-cp39-cp39-win_amd64.whl --force-reinstall 成功。 enter image description here

  4. cv2 和 numpy 好: enter image description here

enter image description here

enter image description here

1 个答案:

答案 0 :(得分:0)

看起来还没有 3.9.5 的编译版本 我看到的最大版本是 python 3.9.4

https://winpython.github.io/