使用 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
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章