Python學習:查看Python庫的版本和路徑以及版本更換

Tensorflow庫爲例(查看版本查看路徑)## 標題 進入當前python環境,進入編譯器; import tensorflow as tf tf.__version__ #(查看版本) tf.__path__ #(查看路徑) 使用 --ignore-installed 覆蓋安裝 pip install --ignore-installed tensorflow-gpu==1.12.0 pyt
相關文章
相關標籤/搜索