![[python] 安装TensorFlow问题 解决Cannot uninstall ‘wrapt‘. It is a distutils installed project,第1张 [python] 安装TensorFlow问题 解决Cannot uninstall ‘wrapt‘. It is a distutils installed project,第1张](/aiimages/%5Bpython%5D+%E5%AE%89%E8%A3%85TensorFlow%E9%97%AE%E9%A2%98+%E8%A7%A3%E5%86%B3Cannot+uninstall+%E2%80%98wrapt%E2%80%98.+It+is+a+distutils+installed+project.png)
cmd安装 pip install tensorflow
-
遇到报错
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.
解决办法:cmd输入 pip install -U --ignore-installed wrapt enum34 simplejson netaddr -
遇到报错
ERROR: tensorboard 1.14.0 has requirement setuptools>=41.0.0, but you’ll have setuptools 39.1.0 which is incompatible.
报错原因: setuptools 版本太低
解决办法:更新setuptools版本
cmd输入 pip install --upgrade setuptools
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)