I followed the instructions from e8180kimo
All seemed well with the Rasa install.
However, now I’m getting the following Tensorflow errors if I try and create a Rasa project with rasa init
If I check the Rasa version I get the following so something is most def not right.
rasa --version
2019-12-20 11:45:13.659126: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library ‘cudart64_100.dll’; dlerror: cudart64_100.dll not found
2019-12-20 11:45:13.659589: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.
Rasa 1.5.3
Just to confirm I’m using
Python 3.6.8
any help would be much appreciated…I’m a little disappointed to be getting bogged down in these issues
It looks like an issue with environment, I would recommend to run Rasa in virtual environment (python) according to Installation guide but with minor change to avoid inheritance of existing site-packages and make virtual env really isolated
Hi guys, so I’ve got there in the end so thanks for all the help and suggestions. I didn’t really do anything too complex in the end to get up and running…just followed the suggestions:
I downgraded to python 3.6.2
I downgraded to tensorflow 1.15
I am actually still on Rasa 1.5.3 but all seems to be working well with the rasa init so I will leave this for now.