最近学习tensorflow。因为tensorflow对python环境要求,所以我重新安装python3.5的环境。
安装完成之后,使用pip3安装程序,提示错误Command "/Library/Frameworks/Python.framework/Versions/3.5/bin/python3 -u -c "import setuptools解决办法

问题原因:pip版本过低
解决办法:

pip3 install --upgrade pip

相关文章:

  • 2021-08-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-05
  • 2022-12-23
  • 2022-01-15
  • 2021-07-10
猜你喜欢
  • 2021-12-18
  • 2022-12-23
  • 2022-12-23
  • 2021-10-28
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案