python : cannot import tensorflow-gpu
问题 I successfully created my tensorflow environment with Anaconda3 on my machine with the steps introduced on this link. But when I try to try to do : >>> import tensorflow as tf I get the following error messages : OSError and ImportError. Traceback (most recent call last): File "C:\Users\Froilan\Anaconda3\envs\tensorflow\lib\site- packages\tensorflow\python\platform\self_check.py", line 75, in preload_check ctypes.WinDLL(build_info.cudart_dll_name) File "C:\Users\Froilan\Anaconda3\envs