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 时出错
基础教程推荐
- 无法导入 Pytorch [WinError 126] 找不到指定的模块 2022-01-01
- 在同一图形上绘制Bokeh的烛台和音量条 2022-01-01
- 在Python中从Azure BLOB存储中读取文件 2022-01-01
- 修改列表中的数据帧不起作用 2022-01-01
- 求两个直方图的卷积 2022-01-01
- PermissionError: pip 从 8.1.1 升级到 8.1.2 2022-01-01
- PANDA VALUE_COUNTS包含GROUP BY之前的所有值 2022-01-01
- 使用大型矩阵时禁止 Pycharm 输出中的自动换行符 2022-01-01
- Plotly:如何设置绘图图形的样式,使其不显示缺失日期的间隙? 2022-01-01
- 包装空间模型 2022-01-01
