Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing Tensorflow, verifying #21013

Closed
fritzde opened this issue Jul 21, 2018 · 3 comments
Closed

Installing Tensorflow, verifying #21013

fritzde opened this issue Jul 21, 2018 · 3 comments
Assignees
Labels
stat:awaiting response Status - Awaiting response from author

Comments

@fritzde
Copy link

fritzde commented Jul 21, 2018

Please go to Stack Overflow for help and support:

Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. Alle Rechte vorbehalten.

C:\Users\Fritz>pip install "C:\tensorflow\tensorflow\contrib\cmake\build\tf_pyth
on\dist\tensorflow_gpu-1.5.0-cp35-cp35m-win_amd64.whl"
Requirement 'C:\tensorflow\tensorflow\contrib\cmake\build\tf_python\dist
\tensorflow_gpu-1.5.0-cp35-cp35m-win_amd64.whl' looks like a filename, but the f
ile does not exist
tensorflow_gpu-1.5.0-cp35-cp35m-win_amd64.whl is not a supported wheel on this p
latform.
You are using pip version 9.0.1, however version 10.0.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' comm
and.

C:\Users\Fritz>pip install "C:\tensorflow\tensorflow\contrib\cmake\build\tf_pyth
on\dist\tensorflow_gpu-1.5.0-cp35-cp35m-win_amd64.whl"

C:\Users\Fritz>pip install --upgrade --no-deps --force-reinstall tensorflow-gpu
Collecting tensorflow-gpu
Cache entry deserialization failed, entry ignored
Using cached https://files.pythonhosted.org/packages/51/bc/29202147b513f0ed5fb
dd40f05c6bc2a19722cfb4dd24d77a7c2080a06b4/tensorflow_gpu-1.9.0-cp36-cp36m-win_am
d64.whl
Installing collected packages: tensorflow-gpu
Found existing installation: tensorflow-gpu 1.9.0
Uninstalling tensorflow-gpu-1.9.0:
Successfully uninstalled tensorflow-gpu-1.9.0
Successfully installed tensorflow-gpu-1.9.0
You are using pip version 9.0.1, however version 10.0.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' comm
and.

C:\Users\Fritz>python
Python 3.5.2 (v3.5.2:4def2a2901a5, Jun 25 2016, 22:18:55) [MSC v.1900 64 bit (AM
D64)] on win32
Type "help", "copyright", "credits" or "license" for more information.

import tensorflow as tf
Traceback (most recent call last):
File "C:\Users\Fritz\AppData\Local\Programs\Python\Python35\lib\site-packages
tensorflow\python\pywrap_tensorflow_internal.py", line 18, in swig_import_helper

return importlib.import_module(mname)

File "C:\Users\Fritz\AppData\Local\Programs\Python\Python35\lib\importlib_in
it
_.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 986, in _gcd_import
File "", line 969, in _find_and_load
File "", line 958, in _find_and_load_unlocked
File "", line 666, in _load_unlocked
File "", line 577, in module_from_spec
File "", line 906, in create_module
File "", line 222, in _call_with_frames_removed
ImportError: DLL load failed: Das angegebene Modul wurde nicht gefunden.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\Fritz\AppData\Local\Programs\Python\Python35\lib\site-packages
tensorflow\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Users\Fritz\AppData\Local\Programs\Python\Python35\lib\site-packages
tensorflow\python\pywrap_tensorflow_internal.py", line 21, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Users\Fritz\AppData\Local\Programs\Python\Python35\lib\site-packages
tensorflow\python\pywrap_tensorflow_internal.py", line 20, in swig_import_helper

return importlib.import_module('_pywrap_tensorflow_internal')

File "C:\Users\Fritz\AppData\Local\Programs\Python\Python35\lib\importlib_in
it
_.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 "", line 1, in
File "C:\Users\Fritz\AppData\Local\Programs\Python\Python35\lib\site-packages
tensorflow_init_.py", line 24, in
from tensorflow.python import *
File "C:\Users\Fritz\AppData\Local\Programs\Python\Python35\lib\site-packages
tensorflow\python_init_.py", line 49, in
from tensorflow.python import pywrap_tensorflow
File "C:\Users\Fritz\AppData\Local\Programs\Python\Python35\lib\site-packages
tensorflow\python\pywrap_tensorflow.py", line 74, in
raise ImportError(msg)
ImportError: Traceback (most recent call last):
File "C:\Users\Fritz\AppData\Local\Programs\Python\Python35\lib\site-packages
tensorflow\python\pywrap_tensorflow_internal.py", line 18, in swig_import_helper

return importlib.import_module(mname)

File "C:\Users\Fritz\AppData\Local\Programs\Python\Python35\lib\importlib_in
it
_.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 986, in _gcd_import
File "", line 969, in _find_and_load
File "", line 958, in _find_and_load_unlocked
File "", line 666, in _load_unlocked
File "", line 577, in module_from_spec
File "", line 906, in create_module
File "", line 222, in _call_with_frames_removed
ImportError: DLL load failed: Das angegebene Modul wurde nicht gefunden.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\Fritz\AppData\Local\Programs\Python\Python35\lib\site-packages
tensorflow\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Users\Fritz\AppData\Local\Programs\Python\Python35\lib\site-packages
tensorflow\python\pywrap_tensorflow_internal.py", line 21, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Users\Fritz\AppData\Local\Programs\Python\Python35\lib\site-packages
tensorflow\python\pywrap_tensorflow_internal.py", line 20, in swig_import_helper

return importlib.import_module('_pywrap_tensorflow_internal')

File "C:\Users\Fritz\AppData\Local\Programs\Python\Python35\lib\importlib_in
it
_.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_probl
ems

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

What is wrong ?

@tensorflowbutler tensorflowbutler added the stat:awaiting response Status - Awaiting response from author label Jul 23, 2018
@tensorflowbutler
Copy link
Member

Thank you for your post. We noticed you have not filled out the following field in the issue template. Could you update them if they are relevant in your case, or leave them as N/A? Thanks.
Have I written custom code
OS Platform and Distribution
TensorFlow installed from
TensorFlow version
Bazel version
CUDA/cuDNN version
GPU model and memory
Exact command to reproduce
Mobile device

@gunan
Copy link
Contributor

gunan commented Jul 29, 2018

What is your CPU make and model?
I suspect this is a duplicate of #19584

@tensorflowbutler
Copy link
Member

It has been 15 days with no activity and the awaiting response label was assigned. Is this still an issue?

@gunan gunan closed this as completed Aug 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stat:awaiting response Status - Awaiting response from author
Projects
None yet
Development

No branches or pull requests

4 participants