我試圖將tensorflow安裝到我的機器上,但運行不正常。在windows10上安裝tensorflow -python 3.6.1(anaconda)
我參考tensorflow主頁,並決定安裝它與anaconda,目前我正在運行我的python。
所以我做..
>conda create -n tensorflow python=3.5 #One of the posts on Stackoverflow
#told the other to put 'python=3.5' even when
#installing on python3.6.x.. So I did as what's said
>activate tensorflow
(tensorflow)>pip install --ignore-installed --upgrade tensorflow
但是當我運行上面的最後一行,我得到:
Collecting tensorflow
Could not find a version that satisfies the requirement tensorflow (from versions:)
No matching distribution found for tensorflow
我應該怎麼做來解決我的問題?
順便說一句,我的點子的版本是9.0.1 /蟒蛇30年3月4日/ Python的3.6.1
嗯..我用管理員權限進行安裝。但我仍然得到相同的信息: '收集張量流 找不到符合要求張量流的版本(從版本:) 張量流找不到匹配的分佈' –
如果沒有'conda create ....'命令正在運行,然後只是'pip安裝tensorflow'? – gunan