I’m a noob! Trying to get the starter pack working on a Mac. Preface: I’m a Python noob too. I’ve gotten pretty far with the stock repo, but noted some problems and can’t get past the server and cmdline tasks:
-
I installed everything suggested that I’m aware of according to the online doc but saw many red lines saying items weren’t installed and should be, but the installation process succeeded, so should I be concerned?
-
The quickstart doc seems out of date and doesn’t match the starter pack README.md file which has make commands that differ from the doc.
-
I was forced to run
pip install dask --upgrade
in order to train the core. Wasn’t sure why this wasn’t already installed per rasa installation scripts. -
When I run
make cmdline
. How can I get rid of the warning?
/Users/ted/anaconda3/lib/python3.6/site-packages/h5py/__init__.py:36: 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
2019-03-13 09:39:03 INFO root - Rasa process starting
-
When I run
make cmdline
, it takes over a minute to load the bot and start accepting input. Is this normal? What can be done to accelerate this for test/debug experience? -
Is it possible to test the interaction of the agent in a single Python instance from the command line instead of starting a server?
Thanks!