zjp0633 发表于 2017-5-6 06:00:09

Python 2.7 is required, which was not found in the registry

今天想安装Numpy1.6,却发现在安装过程中一直提示“Python 2.7 is required, which was not found in the registry”。可是我已经在我的64位机器上安装了Python2.7。
原因是官方的这个版本numpy-unoptimized-1.6.1.win-amd64-py2.7.exe不支持64版本的。



解决方法:
其实我已经不是第一个人碰到此类问题了。Unofficial Windows Binaries for Python Extension Packages中就搜集了大量的非官方的Python第三方类库。其中就有64位的Numpy。 下载numpy-unoptimized-1.6.1.win-amd64-py2.7.‌exe安装即可。
页: [1]
查看完整版本: Python 2.7 is required, which was not found in the registry