No Module Named ‘_pywrap_tensorflow_internal’

I came across the same issue today, please switch to cuDNN v5.1 Library for Windows instead as @mickdelaney suggested and then try to

  1. Check environment settings of CUDA, normally all the settings of CUDA had been added to Windows environment
  2. Copy files in binlib and include of cuDNN to binlib and include of CUDA respectively. Normally the directory is C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA

And then you can import tensorflow and run your code. Good luck!

Leave a Comment