On Windows, TensorFlow reports either or both of the following errors after executing an import tensorflow statement:
import tensorflow
No module named \"_pyw
tensorflow 1.3 does not support cuda 9.0 yet. I degrade to cuda 8.0, then it works.