quot;Python version 2.7 required, which was not found in the registryquot; error when attempting to install netCDF4 on Windows 8(“需要 Python 版本 2.7,但在注册表中找不到尝试在 Windows 8 上安装 netCDF4 时出错)
问题描述
我使用 Anaconda 1.7,32 位.我从这里下载了正确版本的 netCDF4 安装程序.
I use Anaconda 1.7, 32 bit. I downloaded the correct version of the netCDF4 installer from here.
我试图将 HKEY_LOCAL_MACHINESOFTWAREPython 文件夹复制到 HKEY_LOCAL_MACHINESOFTWAREWow6432Node.没有运气.
I attempted to copy the HKEY_LOCAL_MACHINESOFTWAREPython folder into HKEY_LOCAL_MACHINESOFTWAREWow6432Node. No luck.
有人知道为什么会发生这种情况吗?Anaconda 安装在默认位置 C:/.
Does anyone have any idea why this might be happening? Anaconda installed in the default location, C:/.
是的,我知道 Anaconda 在软件包列表中包含 netCDF4 - 但如果您仔细观察,它仅适用于 Mac 和 Linux.
Yes, I know Anaconda has netCDF4 in the packages list - but if you look closely, it's only offered for Mac and Linux.
推荐答案
只要下载Python 2.7.6 Windows Installer 来自 官方 Python 下载页面,以及启动安装包.
Just download Python 2.7.6 Windows Installer from the official Python download page, and launch the install package.
这篇关于“需要 Python 版本 2.7,但在注册表中找不到"尝试在 Windows 8 上安装 netCDF4 时出错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:“需要 Python 版本 2.7,但在注册表中找不到"尝试在 Windows 8 上安装 netCDF4 时出错
基础教程推荐
- matplotlib 设置 yaxis 标签大小 2022-01-01
- 在 Django Admin 中使用内联 OneToOneField 2022-01-01
- 在 Python 中将货币解析为数字 2022-01-01
- Kivy 使用 opencv.调整图像大小 2022-01-01
- 比较两个文本文件以找出差异并将它们输出到新的文本文件 2022-01-01
- 对多索引数据帧的列进行排序 2022-01-01
- Python,确定字符串是否应转换为 Int 或 Float 2022-01-01
- kivy 应用程序中的一个简单网页作为小部件 2022-01-01
- Python 中是否有任何支持将长字符串转储为块文字或折叠块的 yaml 库? 2022-01-01
- 究竟什么是“容器"?在蟒蛇?(以及所有的 python 容器类型是什么?) 2022-01-01
