我按照主網站中的說明在anaconda中安裝了張量流。但'導入tensorflow'只適用於anaconda的envs張張流文件夾中的python。 anaconda的python3.6不導入tensorflow。anaconda的tensorflow導入錯誤
0
A
回答
0
我也面臨着類似的挑戰 以下方式爲我工作
第1步:安裝最新的蟒蛇
第2步: C:>暢達創建-n tensorflow蟒蛇= 3.5
雖然你的水蟒蟒3.6 3.5
第3步tensorflow工作: C:>激活tensorflow
(tensorflow)C:>#你提示應該改變
步驟4:
4.1:用於CPU
(tensorflow)C命令:> PIP安裝安裝 - 忽略--upgrade https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow-1.2.1-cp35-cp35m-win_amd64.whl
4.2:針對GPU命令
(tensorflow)C:> PIP安裝安裝 - 忽略--upgrade https://storage.googleapis.com/tensorflow/windows/gpu/tensorflow_gpu-1.2.1-cp35-cp35m-win_amd64.whl
步驟5(驗證tensorflow的安裝)
(開始新的終端)
$ python
(enter the following command)
>>> import tensorflow as tf
>>> hello = tf.constant('Hello, TensorFlow!')
>>> sess = tf.Session()
>>> print(sess.run(hello))
the output should be
Hello, TensorFlow!
步驟6: 打開阿納康達導航 從「根上改變應用到Tensorflow 「通道(左上)
步驟7: N ow安裝所需的jupyter或spyder,您希望使用 (安裝後啓動它將工作的筆記本)
0
執行安裝步驟,但將3.5或35替換爲3.6或36.適用於我。
conda create -n tensorflow python=3.6
activate tensorflow
pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow-1.2.1-cp36-cp36m-win_amd64.whl
相關問題
- 1. TensorFlow導入錯誤:TensorFlow導入錯誤
- 2. Anaconda導入錯誤
- 3. 導入tensorflow錯誤
- 4. TensorFlow導入錯誤
- 5. TensorFlow多個導入錯誤
- 6. Tensorflow與CUDA:導入錯誤
- 7. 導入tensorflow錯誤tf.nn.rnn_cell
- 8. 在anaconda中導入xgboost錯誤?
- 9. 導入錯誤:Anaconda numpy(numpy和Anaconda已經安裝,virtualenv)
- 10. Tensorflow - CIFAR教程中的導入錯誤
- 11. python更新後的Tensorflow導入錯誤
- 12. Tensorflow:從tensorflow.python.framework的graph_util導入錯誤
- 13. OS X上的Tensorflow導入錯誤
- 14. 導入錯誤:運行TensorFlow程序
- 15. Tensorflow CUDA GTX 1070導入錯誤
- 16. 在Windows 8 TensorFlow導入錯誤
- 17. Tensorflow乾淨安裝後導入錯誤
- 18. 在tensorflow中獲取mnist導入錯誤
- 19. Keras導入錯誤Tensorflow後端
- 20. Tensorflow在Jupyter筆記本導入錯誤
- 21. 如何導入Spyder IDE中的GPU tensorflow(沒有anaconda)?
- 22. anaconda導入theano 3.10.0
- 23. Tensorflow導入錯誤:沒有模塊名爲 'tensorflow'
- 24. 導入Tensorflow時出錯
- 25. 使用Python 3.5(Windows 10)的Anaconda安裝TensorFlow錯誤
- 26. 如何修復PyCharm上的anaconda導入錯誤?
- 27. 在Windows上安裝Tensorflow 1.0 by Anaconda錯誤
- 28. 使用Python Anaconda包時導入錯誤grib_api
- 29. Anaconda安裝錯誤
- 30. Anaconda:無法導入pylab