“需要 Python 版本 2.7,但在注册表中找不到"尝试在 Windows 8 上安装 netCDF4 时

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 时出错) - IT屋-程序员软件开发技术分享
本文介绍了“需要 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 时出错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

相关文档推荐

How do I make a list of all members in a discord server using discord.py?(如何使用 discord.py 列出不和谐服务器中的所有成员?)
how to change discord.py bot activity(如何更改 discord.py 机器人活动)
Issues with getting VoiceChannel.members and Guild.members to return a full list(让 VoiceChannel.members 和 Guild.members 返回完整列表的问题)
Add button components to a message (discord.py)(将按钮组件添加到消息(discord.py))
on_message() and @bot.command issue(on_message() 和@bot.command 问题)
How to edit a message in discord.py(如何在 discord.py 中编辑消息)