使用 pip 找不到 TensorFlow - TensorFlow not found using pip

問題:

I'm trying to install TensorFlow using pip:我正在嘗試使用 pip 安裝 TensorFlow:

$ pip install tensorflow --user
Collecting tensorflow
Could not find a version that satisfies the requirement tensorflow (from versions: )
No matching distribution found for tensorflow

What am I doing wrong?我做錯了什麼? So far I've used Python and pip with no issues.到目前爲止,我使用 Python 和 pip 沒有任何問題。


解決方案:

參考一: https://stackoom.com/question/2dCjg
參考二: TensorFlow not found using pip
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章