You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python train_init.py
Using TensorFlow backend.
Traceback (most recent call last):
File "train_init.py", line 17, in <module>
agent = Agent('weather_domain.yml', policies=[MemoizationPolicy(), KerasPolicy()])
File "/home/cesarcruz/Documents/tutorials/rasa-weatherbot/venv/lib/python3.6/site-packages/rasa_core/policies/keras_policy.py", line 28, in __init__
import keras
File "/home/cesarcruz/Documents/tutorials/rasa-weatherbot/venv/lib/python3.6/site-packages/keras/__init__.py", line 4, in <module>
from . import activations
File "/home/cesarcruz/Documents/tutorials/rasa-weatherbot/venv/lib/python3.6/site-packages/keras/activations.py", line 6, in <module>
from .engine import Layer
File "/home/cesarcruz/Documents/tutorials/rasa-weatherbot/venv/lib/python3.6/site-packages/keras/engine/__init__.py", line 8, in <module>
from .training import Model
File "/home/cesarcruz/Documents/tutorials/rasa-weatherbot/venv/lib/python3.6/site-packages/keras/engine/training.py", line 25, in <module>
from .. import callbacks as cbks
File "/home/cesarcruz/Documents/tutorials/rasa-weatherbot/venv/lib/python3.6/site-packages/keras/callbacks.py", line 26, in <module>
from tensorflow.contrib.tensorboard.plugins import projector
ModuleNotFoundError: No module named 'tensorflow.contrib'
Maybe do you have the same problem?
The text was updated successfully, but these errors were encountered:
Hi everyone,
When I ran
python train_init.py
I got this error:Maybe do you have the same problem?
The text was updated successfully, but these errors were encountered: