

Return _bootstrap._gcd_import(name, package, level) _pywrap_tensorflow_internal = swig_import_helper()įile "C:\Users\31121\AppData\Local\conda\conda\envs\tensorflow_gpu\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 17, in swig_import_helperįile "C:\Users\31121\AppData\Local\conda\conda\envs\tensorflow_gpu\lib\importlib\_init_.py", line 126, in import_module

I got this error: Traceback (most recent call last):įile "C:\Users\31121\AppData\Local\conda\conda\envs\tensorflow_gpu\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 58, in įrom _tensorflow_internal import *įile "C:\Users\31121\AppData\Local\conda\conda\envs\tensorflow_gpu\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 18, in I followed the instructions described in TensorFlow website, and when I tried: import tensorflow as tf

I installed TensorFlow with CPU support with CUDA Toolkit v9.0 and cuDNNv7.1 and Python 3.6 in Conda enviroment.
