无法使用Pip安装tensonflow。
pip install tensorflow==1.2.1
Collecting tensorflow==1.2.1
Could not find a version that satisfies the requirement tensorflow==1.2.1 (from versions: )
No matching distribution found for tensorflow==1.2.1
答案 0 :(得分:0)
尝试一下:
pip install --user install tensorflow==1.2.1.
如果使用python 3,则可能需要使用pip3
而不是pip
。