当我尝试安装 PyFITS 时,出现以下错误
python version 3.3 is needed, which was not found in registry
但我确实安装了 python 3.3 以及 numpy 和 Scipy。我将不胜感激任何帮助解决这个问题。谢谢
操作系统---Windows 7 64bit
Python----3.3.2
当我尝试安装 PyFITS 时,出现以下错误
python version 3.3 is needed, which was not found in registry
但我确实安装了 python 3.3 以及 numpy 和 Scipy。我将不胜感激任何帮助解决这个问题。谢谢
操作系统---Windows 7 64bit
Python----3.3.2
这个问题实际上在最新的 Astropy 安装故障排除文档中得到了解决:http: //docs.astropy.org/en/v0.2.4/install.html#the-windows-installer-can-t-find-python-in-the -注册表
这个问题不是 PyFITS 独有的,它与安装可执行文件是否使用 UAC 支持构建,以及您的 Python 安装是“为所有用户”还是“为当前用户”安装有关,因为这会影响Python 将其相关密钥安装到哪个注册表层次结构中。
该文档中链接到的脚本应该使用正确的条目修复您的注册表,以便无论如何安装都可以找到正确的 Python 安装。但与任何与注册表混淆的事情一样,请小心处理。