Closed ksy809 closed 4 years ago
저도 그 오류가 떠서 찾아보니 https://needneo.tistory.com/47 위 사이트대로 하니 해결됐습니다.
알려주셔서 감사합니다. 허나 제 컴퓨터와 제 친구 컴퓨터로는 되지 않습니다. 다른 방법은 없나요??
ModuleNotFoundError Traceback (most recent call last)
C:\ProgramData\Anaconda3\lib\site-packages\keras__init__.py in
C:\ProgramData\Anaconda3\lib\site-packages\tensorflow__init__.py in
C:\ProgramData\Anaconda3\lib\site-packages\tensorflow\python__init__.py in
C:\ProgramData\Anaconda3\lib\site-packages\tensorflow\python\eager\context.py in
C:\ProgramData\Anaconda3\lib\site-packages\tensorflow\python\eager\monitoring.py in
C:\ProgramData\Anaconda3\lib\site-packages\tensorflow\python\framework\c_api_util.py in
C:\ProgramData\Anaconda3\lib\site-packages\tensorflow\python\util\compat.py in
ModuleNotFoundError: No module named 'tensorflow.python.util.tf_export'
During handling of the above exception, another exception occurred:
ImportError Traceback (most recent call last)
jupyter notebook에 import keras를 입력했습니다. 그 결과로 ImportError Traceback (most recent call last) C:\ProgramData\Anaconda3\lib\site-packages\tensorflow\python\pywrap_tensorflow.py in
63 try:
---> 64 from tensorflow.python._pywrap_tensorflow_internal import *
65 # This try catch logic is because there is no bazel equivalent for py_extension.
ImportError: DLL load failed while importing _pywrap_tensorflow_internal: 지정된 모듈을 찾을 수 없습니다.
During handling of the above exception, another exception occurred:
ImportError Traceback (most recent call last) C:\ProgramData\Anaconda3\lib\site-packages\keras__init__.py in
2 try:
----> 3 from tensorflow.keras.layers.experimental.preprocessing import RandomRotation
4 except ImportError:
C:\ProgramData\Anaconda3\lib\site-packages\tensorflow__init__.py in
40
---> 41 from tensorflow.python.tools import module_util as _module_util
42 from tensorflow.python.util.lazy_loader import LazyLoader as _LazyLoader
C:\ProgramData\Anaconda3\lib\site-packages\tensorflow\python__init__.py in
39
---> 40 from tensorflow.python.eager import context
41
C:\ProgramData\Anaconda3\lib\site-packages\tensorflow\python\eager\context.py in
34 from tensorflow.core.protobuf import rewriter_config_pb2
---> 35 from tensorflow.python import pywrap_tfe
36 from tensorflow.python import tf2
C:\ProgramData\Anaconda3\lib\site-packages\tensorflow\python\pywrap_tfe.py in
27 # pylint: disable=invalid-import-order,g-bad-import-order, wildcard-import, unused-import
---> 28 from tensorflow.python import pywrap_tensorflow
29 from tensorflow.python._pywrap_tfe import *
C:\ProgramData\Anaconda3\lib\site-packages\tensorflow\python\pywrap_tensorflow.py in
82 above this error message when asking for help.""" % traceback.format_exc()
---> 83 raise ImportError(msg)
84
ImportError: Traceback (most recent call last): File "C:\ProgramData\Anaconda3\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 64, in
from tensorflow.python._pywrap_tensorflow_internal import *
ImportError: DLL load failed while importing _pywrap_tensorflow_internal: 지정된 모듈을 찾을 수 없습니다.
Failed to load the native TensorFlow runtime.
See https://www.tensorflow.org/install/errors
for some common reasons and solutions. Include the entire stack trace above this error message when asking for help.
During handling of the above exception, another exception occurred:
ImportError Traceback (most recent call last)