JustinaPetr / Weatherbot_Tutorial

275 stars 447 forks source link

np.floating depricated #53

Open some81 opened 5 years ago

some81 commented 5 years ago

python3 train_online.py /Users/atodorov/Desktop/Work/Weatherbot_Tutorial/Full Code [Latest release of Rasa NLU and Rasa Core]/rasa/lib/python3.6/site-packages/h5py/init.py:34: FutureWarning: Conversion of the second argument of issubdtype from float to np.floating is deprecated. In future, it will be treated as np.float64 == np.dtype(float).type. from ._conv import register_converters as _register_converters Traceback (most recent call last): File "train_online.py", line 12, in from rasa_core.train import online ImportError: cannot import name 'online'