【報錯】
Could not install packages due to an EnvironmentError: [WinError 5] 拒絕訪問。:
'C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\pip-uninstall-6z7keac8\\program file
s\\anaconda3\\lib\\site-packages\\numpy\\core\\multiarray.cp35-win_amd64.pyd'
Consider using the `--user` option or check the permissions.
【解決方案】
原因分析:文件權限的問題,文件目錄【C:\\Users】
修改此文件的權限,改為【完全控制】,具體方案如下:
再重新安裝TensorFlow就OK了!