(tensorflow安裝)tensorflow安裝緩慢及報錯解決方法


目錄:

一、安裝緩慢

二、卡在 Running setup.py bdist_wheel for grpcio ... 處的解決辦法

三、報錯:twisted 18.7.0 requires PyHamcrest>=1.9.0, which is not installed.

四、報錯: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.

 

一、安裝緩慢

詳見:

https://www.cnblogs.com/hwh000/p/12366933.html

 

二、卡在 Running setup.py bdist_wheel for grpcio ... 處的解決辦法

這是正在編譯,只需要耐心等待即可!根據電腦配置不同,等待時間也不同,多則幾個小時,少則幾十分鍾。

 

三、報錯:twisted 18.7.0 requires PyHamcrest>=1.9.0, which is not installed.

只需要在命令行輸入  pip install PyHamcrest==1.9.0  即可

 

四、報錯: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 -i https://pypi.mirrors.ustc.edu.cn/simple/ --default-timeout=1000000  即可,然后在重新下載安裝tensorflow即可。


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM