Weatherbot_Tutorial icon indicating copy to clipboard operation
Weatherbot_Tutorial copied to clipboard

np.floating depricated

Open some81 opened this issue 7 years ago • 0 comments

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'

some81 avatar Nov 30 '18 21:11 some81