旧版的setuptools已经不能用于Python3上了,国外有大神fork出了另一分支distribute,它可以支持Python3:

 
 
1
2
3
4
5
6
7
#下载
//pypi.python.org/packages/source/d/distribute/distribute-0.6.24.tar.gz
 
#解压缩 && 安装
0.6.24.tar.gz
/
install

搞定。。

相关文章:

  • 2022-03-03
  • 2022-12-23
  • 2022-12-23
  • 2021-12-12
  • 2021-08-26
  • 2022-01-08
  • 2021-06-26
猜你喜欢
  • 2022-12-23
  • 2021-07-04
  • 2022-12-23
  • 2021-08-01
  • 2022-12-23
  • 2021-04-21
相关资源
相似解决方案