from setuptools import setup
ImportError: No module named setuptools

解决方法:

wget http://peak.telecommunity.com/dist/ez_setup.py
python ez_setup.py

相关文章:

  • 2021-06-17
  • 2022-12-23
  • 2022-12-23
  • 2021-11-28
  • 2022-12-23
  • 2022-12-23
  • 2021-07-28
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-11
  • 2021-08-07
  • 2021-11-30
  • 2022-12-23
相关资源
相似解决方案