下載python包

修改pip下載源python

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pyspideride

 

更新pip版本this

python -m pip install --upgrade pippyspider

 

查看下載的包的安裝位置ip

pip show tensorflowpip

 

卸載包io

pip uninstall 要卸載的包名module

 

查看那些包須要更新tensorflow

pip list  --outdateddate

 

報錯RuntimeError: module compiled against API version 0xb but this version of numpy is 0xa

須要更新某個包

pip install numpy --upgrade

 


Import TensorFlow as tf 報錯:ImportError: DLL load failed: 找不到指定的程序

須要指定版本進行安裝,。在自動安裝了tensorflow時, protobuf安裝的是最新版本3.6.1, 出現了不兼容的問題。

pip install protobuf==3.6.0

相關文章
相關標籤/搜索