2017-08-15 50 views
-1

任何人,請幫助我。我試圖做tensorflow,但發生了一些錯誤

我的環境是Windows10,Anaconda4.4.0,Python 3.5.4。

我安裝Tensorflow和

import tensorflow as tf 

輸入此代碼。 但是,

>>> import tensorflow as tf 
Traceback (most recent call last): 
    File "C:\Anaconda3\envs\tf1\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 18, in swig_import_helper 
    return importlib.import_module(mname) 
    File "C:\Anaconda3\envs\tf1\lib\importlib\__init__.py", line 126, in import_module 
    return _bootstrap._gcd_import(name[level:], package, level) 
    File "<frozen importlib._bootstrap>", line 985, in _gcd_import 
    File "<frozen importlib._bootstrap>", line 968, in _find_and_load 
    File "<frozen importlib._bootstrap>", line 957, in _find_and_load_unlocked 
    File "<frozen importlib._bootstrap>", line 666, in _load_unlocked 
    File "<frozen importlib._bootstrap>", line 577, in module_from_spec 
    File "<frozen importlib._bootstrap_external>", line 938, in create_module 
    File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed 
ImportError: DLL load failed: 指定されたモジュールが見つかりません。 

During handling of the above exception, another exception occurred: 

Traceback (most recent call last): 
    File "C:\Anaconda3\envs\tf1\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 41, in <module> 
    from tensorflow.python.pywrap_tensorflow_internal import * 
    File "C:\Anaconda3\envs\tf1\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 21, in <module> 
    _pywrap_tensorflow_internal = swig_import_helper() 
    File "C:\Anaconda3\envs\tf1\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 20, in swig_import_helper 
    return importlib.import_module('_pywrap_tensorflow_internal') 
    File "C:\Anaconda3\envs\tf1\lib\importlib\__init__.py", line 126, in import_module 
    return _bootstrap._gcd_import(name[level:], package, level) 
ImportError: No module named '_pywrap_tensorflow_internal' 

During handling of the above exception, another exception occurred: 

Traceback (most recent call last): 
    File "<stdin>", line 1, in <module> 
    File "C:\Anaconda3\envs\tf1\lib\site-packages\tensorflow\__init__.py", line 24, in <module> 
    from tensorflow.python import * 
    File "C:\Anaconda3\envs\tf1\lib\site-packages\tensorflow\python\__init__.py", line 49, in <module> 
    from tensorflow.python import pywrap_tensorflow 
    File "C:\Anaconda3\envs\tf1\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 52, in <module> 
    raise ImportError(msg) 
ImportError: Traceback (most recent call last): 
    File "C:\Anaconda3\envs\tf1\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 18, in swig_import_helper 
    return importlib.import_module(mname) 
    File "C:\Anaconda3\envs\tf1\lib\importlib\__init__.py", line 126, in import_module 
    return _bootstrap._gcd_import(name[level:], package, level) 
    File "<frozen importlib._bootstrap>", line 985, in _gcd_import 
    File "<frozen importlib._bootstrap>", line 968, in _find_and_load 
    File "<frozen importlib._bootstrap>", line 957, in _find_and_load_unlocked 
    File "<frozen importlib._bootstrap>", line 666, in _load_unlocked 
    File "<frozen importlib._bootstrap>", line 577, in module_from_spec 
    File "<frozen importlib._bootstrap_external>", line 938, in create_module 
    File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed 
ImportError: DLL load failed: 指定されたモジュールが見つかりません。 

During handling of the above exception, another exception occurred: 

Traceback (most recent call last): 
    File "C:\Anaconda3\envs\tf1\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 41, in <module> 
    from tensorflow.python.pywrap_tensorflow_internal import * 
    File "C:\Anaconda3\envs\tf1\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 21, in <module> 
    _pywrap_tensorflow_internal = swig_import_helper() 
    File "C:\Anaconda3\envs\tf1\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 20, in swig_import_helper 
    return importlib.import_module('_pywrap_tensorflow_internal') 
    File "C:\Anaconda3\envs\tf1\lib\importlib\__init__.py", line 126, in import_module 
    return _bootstrap._gcd_import(name[level:], package, level) 
ImportError: No module named '_pywrap_tensorflow_internal' 


Failed to load the native TensorFlow runtime. 

See https://www.tensorflow.org/install/install_sources#common_installation_problems 

for some common reasons and solutions. Include the entire stack trace 
above this error message when asking for help. 

我看到很多網站,並嘗試了很多東西做到這一點。 這些都是我查過的。 Fitst,cublas64_80.dll,nvblas64_80.dll,cudnn64_5.dll被ilocated在

C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin

而且,這個位置被設置爲 「PATH」。

我該怎麼辦?請幫幫我。 謝謝。

+0

Tensorflow版本請。另請嘗試:https://gist.github.com/mrry/ee5dbcfdd045fa48a27d56664411d41c – JCooke

+0

@JCooke謝謝你的回覆! Tensorflow版本是1.2.1。 啊..我很抱歉,但我想問你更多的問題。 我如何運行您向我展示的源代碼?我不知道在哪裏放置源文件。 – Saisen

+0

嘗試上面的鏈接,看看你得到什麼結果請 – JCooke

回答

-1

我敢打賭,你已經安裝了TensorFlow是一個不同的Python虛擬環境。

要解決: 打開康達終端 *打開AnacondaNavigator *環境標籤由環境名稱 *打開終端

在終端命中 *綠色箭頭>「暢達安裝-c暢達鍛tensorflow」 看它安裝,關閉終端,重新打開你的筆記本電腦,它應該工作。

+0

謝謝你的回答! 我成功了! – Saisen

+0

請注意,如果您通過conda安裝,而不是通過pip安裝,則您的Tensorflow版本不受官方支持。您仍然可以在conda環境中使用pip進行安裝,並確保您擁有來自Google的最新版本,而不是來自conda的社區版本!祝你好運! – JCooke

+0

不錯,請投票我的答案。絕望得到我的代表! –

相關問題