目錄:
一、安裝緩慢
二、卡在 Running setup.py bdist_wheel for grpcio ... 處的解決辦法
三、報錯:twisted 18.7.0 requires PyHamcrest>=1.9.0, which is not installed.
詳見:
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即可。