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

Hi, I don't know what the problem is... plz help me to find out the bugs #36975

Closed
aeddung opened this issue Feb 22, 2020 · 4 comments
Closed
Assignees
Labels
subtype:windows Windows Build/Installation Issues type:build/install Build and install issues

Comments

@aeddung
Copy link

aeddung commented Feb 22, 2020

python: 3.7.3
windows 10

Traceback (most recent call last):
File "C:\Users\User\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 3296, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "", line 4, in
print(tf.version)
AttributeError: module 'tensorflow' has no attribute 'version'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\User\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 2033, in showtraceback
stb = value.render_traceback()
AttributeError: 'AttributeError' object has no attribute 'render_traceback'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\User\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Users\User\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Users\User\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
File "C:\Users\User\Anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\User\Anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: 지정된 모듈을 찾을 수 없습니다.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\User\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line 1095, in get_records
return _fixed_getinnerframes(etb, number_of_lines_of_context, tb_offset)
File "C:\Users\User\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line 313, in wrapped
return f(*args, **kwargs)
File "C:\Users\User\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line 347, in fixed_getinnerframes
records = fix_frame_records_filenames(inspect.getinnerframes(etb, context))
File "C:\Users\User\Anaconda3\lib\inspect.py", line 1502, in getinnerframes
frameinfo = (tb.tb_frame,) + getframeinfo(tb, context)
File "C:\Users\User\Anaconda3\lib\inspect.py", line 1460, in getframeinfo
filename = getsourcefile(frame) or getfile(frame)
File "C:\Users\User\Anaconda3\lib\inspect.py", line 696, in getsourcefile
if getattr(getmodule(object, filename), 'loader', None) is not None:
File "C:\Users\User\Anaconda3\lib\inspect.py", line 733, in getmodule
if ismodule(module) and hasattr(module, 'file'):
File "C:\Users\User\Anaconda3\lib\site-packages\tensorflow_init
.py", line 50, in getattr
module = self.load()
File "C:\Users\User\Anaconda3\lib\site-packages\tensorflow_init
.py", line 44, in _load
module = importlib.import_module(self.name)
File "C:\Users\User\Anaconda3\lib\importlib_init
.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1006, in _gcd_import
File "", line 983, in _find_and_load
File "", line 953, in _find_and_load_unlocked
File "", line 219, in _call_with_frames_removed
File "", line 1006, in _gcd_import
File "", line 983, in _find_and_load
File "", line 967, in _find_and_load_unlocked
File "", line 677, in _load_unlocked
File "", line 728, in exec_module
File "", line 219, in call_with_frames_removed
File "C:\Users\User\Anaconda3\lib\site-packages\tensorflow_core_init
.py", line 42, in
from . api.v2 import audio
File "C:\Users\User\Anaconda3\lib\site-packages\tensorflow_core_api\v2\audio_init
.py", line 10, in
from tensorflow.python.ops.gen_audio_ops import decode_wav
File "C:\Users\User\Anaconda3\lib\site-packages\tensorflow_core\python\ops\gen_audio_ops.py", line 8, in
from tensorflow.python import pywrap_tensorflow as pywrap_tensorflow
File "C:\Users\User\Anaconda3\lib\site-packages\tensorflow_init
.py", line 50, in getattr
module = self.load()
File "C:\Users\User\Anaconda3\lib\site-packages\tensorflow_init
.py", line 44, in _load
module = importlib.import_module(self.name)
File "C:\Users\User\Anaconda3\lib\importlib_init
.py", line 127, in import_module
return _bootstrap.gcd_import(name[level:], package, level)
File "C:\Users\User\Anaconda3\lib\site-packages\tensorflow_core\python_init
.py", line 49, in
from tensorflow.python import pywrap_tensorflow
File "C:\Users\User\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 74, in
raise ImportError(msg)
ImportError: Traceback (most recent call last):
File "C:\Users\User\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 3296, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "", line 4, in
print(tf.version)
AttributeError: module 'tensorflow' has no attribute 'version'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\User\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 2033, in showtraceback
stb = value.render_traceback()
AttributeError: 'AttributeError' object has no attribute 'render_traceback'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\User\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Users\User\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Users\User\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
File "C:\Users\User\Anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\User\Anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: 지정된 모듈을 찾을 수 없습니다.

@aeddung aeddung added the type:build/install Build and install issues label Feb 22, 2020
@av8ramit
Copy link

I think this may be a duplicate of #36167 (comment)

What Visual Studio are you running?

@amahendrakar amahendrakar added subtype:windows Windows Build/Installation Issues stat:awaiting response Status - Awaiting response from author labels Feb 24, 2020
@amahendrakar
Copy link
Contributor

@aeddung,
Any updates regarding this issue? Thanks!

@mihaimaruseac
Copy link
Collaborator

@tensorflow-bot
Copy link

tensorflow-bot bot commented Mar 5, 2020

Are you satisfied with the resolution of your issue?
Yes
No

@amahendrakar amahendrakar removed the stat:awaiting response Status - Awaiting response from author label Mar 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
subtype:windows Windows Build/Installation Issues type:build/install Build and install issues
Projects
None yet
Development

No branches or pull requests

4 participants