Setuptools的官方页面

Easily download, build, install, upgrade, and uninstall Python packages

它是一个对python的包进行安装,升级,卸载的模块(包)

python2.x:

  wget https://bootstrap.pypa.io/ez_setup.py -O - | sudo python

python3.x

wget https://bootstrap.pypa.io/ez_setup.py -O - | sudo python3.4

若是你在没有安装该模块的前提下,安装别的包,会出错提示:

ImportError: No module named setuptools

相关文章:

  • 2021-04-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-08
猜你喜欢
  • 2021-12-20
  • 2022-01-06
  • 2022-12-23
  • 2021-07-06
  • 2021-05-30
  • 2021-04-14
相关资源
相似解决方案