安装TensorFlow报错

Cannot uninstall 'wrapt'. It is a distutils installed project and thus we cannot accurately determin

错误一:Cannot uninstall ‘wrapt’.

ERROR: Cannot uninstall ‘wrapt’. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.

强制更新: pip install -U --ignore-installed wrapt enum34 simplejson netaddr

错误二: setuptools 版本太低

ERROR: tensorboard 1.14.0 has requirement setuptools>=41.0.0, but you’ll have setuptools 39.1.0 which is incompatible.

强制更新: pip install --upgrade setuptools

相关文章:

  • 2022-01-08
  • 2021-09-18
  • 2021-12-24
  • 2021-08-30
  • 2022-12-23
  • 2021-06-07
  • 2022-12-23
猜你喜欢
  • 2021-12-09
  • 2022-01-12
  • 2021-04-09
  • 2021-12-10
  • 2022-01-09
  • 2022-12-23
相关资源
相似解决方案