我使用 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 时出错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!
python:不同包下同名的两个模块和类python: Two modules and classes with the same name under different packages(python:不同包下同名的两个模块和类)
配置 Python 以使用站点包的其他位置Configuring Python to use additional locations for site-packages(配置 Python 以使用站点包的其他位置)
如何在不重复导入顶级名称的情况下构造python包How to structure python packages without repeating top level name for import(如何在不重复导入顶级名称的情况下构造python包)
在 OpenShift 上安装 python 包Install python packages on OpenShift(在 OpenShift 上安装 python 包)
如何刷新 sys.path?How to refresh sys.path?(如何刷新 sys.path?)
分发带有已编译动态共享库的 Python 包Distribute a Python package with a compiled dynamic shared library(分发带有已编译动态共享库的 Python 包)