【发布时间】:2011-04-08 19:59:55
【问题描述】:
我在 Windows 7 64 位上运行 Python 2.7,当我运行 setuptools 的安装程序时,它告诉我没有安装 Python 2.7。具体报错信息为:
`Python Version 2.7 required which was not found in the registry`
我安装的 Python 版本是:
`Python 2.7 (r27:82525, Jul 4 2010, 07:43:08) [MSC v.1500 64 bit (AMD64)] on win32`
我正在查看 setuptools 站点,它没有提到任何 64 位 Windows 的安装程序。我错过了什么还是必须从源代码安装?
【问题讨论】:
-
读者注意:向下滚动,接受的答案不是最好的。
-
不幸的是,当我发布我的问题时,64 位 SetupTools 安装程序不存在,所以我接受了解决方法,完全知道这是一个 hack。
-
@JohnRobertson 那么最好的答案是什么?
标签: python setuptools easy-install