JustinaPetr / Weatherbot_Tutorial

275 stars 447 forks source link

ImportError: No module named _pywrap_tensorflow #39

Open niels231 opened 5 years ago

niels231 commented 5 years ago

Hi if i try to run: python train_init.py i got this error.. ImportError: No module named _pywrap_tensorflow Failed to load the native TensorFlow runtime.

JustinaPetr commented 5 years ago

Hey @niels231. Which version of the tutorial are you using and are you sure you have tensorflow installed on your machine?

niels231 commented 5 years ago

I watched the tutorial on youtube, publiced on 17 aug. 2018.

if i try to install tensorflow i get this: C:\Users\nbreur\Desktop\Bots\bot>pip install tensorflow Requirement already satisfied: tensorflow in c:\users\nbreur\appdata\local\programs\python\python36\lib\site-packages (1.10.0) Requirement already satisfied: termcolor>=1.1.0 in c:\users\nbreur\appdata\local\programs\python\python36\lib\site-packages (from tensorflow) (1.1.0) Requirement already satisfied: absl-py>=0.1.6 in c:\users\nbreur\appdata\local\programs\python\python36\lib\site-packages (from tensorflow) (0.5.0) Requirement already satisfied: tensorboard<1.11.0,>=1.10.0 in c:\users\nbreur\appdata\local\programs\python\python36\lib\site-packages (from tensorflow) (1.10.0) Requirement already satisfied: six>=1.10.0 in c:\users\nbreur\appdata\local\programs\python\python36\lib\site-packages (from tensorflow) (1.11.0) Requirement already satisfied: astor>=0.6.0 in c:\users\nbreur\appdata\local\programs\python\python36\lib\site-packages (from tensorflow) (0.7.1) Requirement already satisfied: numpy<=1.14.5,>=1.13.3 in c:\users\nbreur\appdata\local\programs\python\python36\lib\site-packages (from tensorflow) (1.14.5) Requirement already satisfied: grpcio>=1.8.6 in c:\users\nbreur\appdata\local\programs\python\python36\lib\site-packages (from tensorflow) (1.15.0) Requirement already satisfied: protobuf>=3.6.0 in c:\users\nbreur\appdata\local\programs\python\python36\lib\site-packages (from tensorflow) (3.6.1) Requirement already satisfied: wheel>=0.26 in c:\users\nbreur\appdata\local\programs\python\python36\lib\site-packages (from tensorflow) (0.32.1) Requirement already satisfied: setuptools<=39.1.0 in c:\users\nbreur\appdata\local\programs\python\python36\lib\site-packages (from tensorflow) (39.0.1) Requirement already satisfied: gast>=0.2.0 in c:\users\nbreur\appdata\local\programs\python\python36\lib\site-packages (from tensorflow) (0.2.0) Requirement already satisfied: markdown>=2.6.8 in c:\users\nbreur\appdata\local\programs\python\python36\lib\site-packages (from tensorboard<1.11.0,>=1.10.0->tensorflow) (3.0.1) Requirement already satisfied: werkzeug>=0.11.10 in c:\users\nbreur\appdata\local\programs\python\python36\lib\site-packages (from tensorboard<1.11.0,>=1.10.0->tensorflow) (0.14.1)

So i think that tensorflow is installed?