【问题标题】:Will setuptools work with python 3.2.xsetuptools 可以与 python 3.2.x 一起使用吗
【发布时间】:2011-11-25 09:20:50
【问题描述】:

Windows python 2.7 http://pypi.python.org/pypi/setuptools#files 的 setuptools 是否与 python 3.2.x 运行时兼容。安装程序在安装过程中无法检测到 python 设置。我应该等待新版本吗?

【问题讨论】:

标签: python python-3.x setuptools


【解决方案1】:

注意:答案已过时,Setuptools 现在适用于 Python 3。Distribute 已弃用。

Setuptools 本身不适用于 Python 3。但您可以使用 Distribute、fork 和 setuptools 的替代品:

http://packages.python.org/distribute/

http://pypi.python.org/pypi/distribute

从页面底部安装distribute:

curl -O http://python-distribute.org/distribute_setup.py
python distribute_setup.py

【讨论】:

  • 非常感谢,不知道分布式
  • 好推荐,它实际上比设置工具更无缝。
  • 链接已失效
猜你喜欢
  • 2013-09-23
  • 2023-03-24
  • 1970-01-01
  • 2013-06-11
  • 2016-03-12
  • 2016-08-10
  • 1970-01-01
  • 2017-05-01
  • 1970-01-01
相关资源
最近更新 更多