setuptools 可以与 python 3.2.x 一起使用吗
Windows python 2.7 的 setuptools http://pypi.python.org/pypi/setuptools#files< /a> 与 python 3.2.x 运行时兼容。安装程序在安装过程中无法检测到 python 设置。我应该等待新版本吗?
Will the setuptools for windows python 2.7 http://pypi.python.org/pypi/setuptools#files be compatible with a python 3.2.x runtime. The installer fails to detect the python settings during an install. Should I wait for a new release?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
注意:答案已过时,Setuptools 现在适用于 Python 3。Distribute 已弃用。
setuptools 本身不适用于 Python 3。但是您可以使用 Distribute,它是 setuptools 的一个分支和替代品:
http://packages.python.org/distribute/
http://pypi.python.org/pypi/distribute
从页面底部安装distribute:
NOTE: Answer obsolete, Setuptools now works for Python 3. Distribute is deprecated.
Setuptools itself doesn't work on Python 3. But you can use Distribute, a fork and a drop in replacement for setuptools:
http://packages.python.org/distribute/
http://pypi.python.org/pypi/distribute
From the bottom of the page to install distribute: