Hello
I’m new to Rasa, installed Rasa x , but when I run the comman: Rasa x, it doesn’t open the explorer, and this error occur:
Used: Win 10- python 3.6 - Ujson 1.35.
(mychatbot) PS C:\Users\mohab\documents\rasa_projects\rasax> rasa x
2020-12-18 14:53:24.222482: W tensorflow/stream_executor/platform/default/dso_loader.cc:59] Could not load dynamic library ‘cudart64_101.dll’; dlerror: cudart64_101.dll not found
2020-12-18 14:53:24.226939: 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.
2020-12-18 14:53:26.206650: W tensorflow/stream_executor/platform/default/dso_loader.cc:59] Could not load dynamic library ‘nvcuda.dll’; dlerror: nvcuda.dll not found
2020-12-18 14:53:26.210893: W tensorflow/stream_executor/cuda/cuda_driver.cc:312] failed call to cuInit: UNKNOWN ERROR (303)
2020-12-18 14:53:26.218083: I tensorflow/stream_executor/cuda/cuda_diagnostics.cc:169] retrieving CUDA diagnostic information for host: LAPTOP-EB14KO94
2020-12-18 14:53:26.221727: I tensorflow/stream_executor/cuda/cuda_diagnostics.cc:176] hostname: LAPTOP-EB14KO94
Traceback (most recent call last):
File “c:\users\mohab\anaconda3\envs\mychatbot\lib\site-packages\rasa\cli\x.py”, line 499, in run_locally
domain_path=domain_path,
TypeError: main() got an unexpected keyword argument ‘domain_path’
Sorry, something went wrong (see error above). Make sure to start Rasa X with valid data and valid domain and config files. Please, also check any warnings that popped up.
If you need help fixing the issue visit our forum: http://forum.rasa.com/.
(mychatbot) PS C:\Users\mohab\documents\rasa_projects\rasax>
I used the command : rasa x to run rasa.
I copy/paste the required dll files ( cudart64_101 and nvcuda) and as written"Successfully opened dynamic library …) for both dll files. Although there are still errors !
(chatbot1) PS C:\Users\mohab\rasa_projects\chatbot1> rasa x
2020-12-18 20:25:33.423738: I tensorflow/stream_executor/platform/default/dso_loader.cc:48] Successfully opened dynamic library cudart64_101.dll
2020-12-18 20:25:36.071438: I tensorflow/stream_executor/platform/default/dso_loader.cc:48] Successfully opened dynamic library nvcuda.dll
2020-12-18 20:25:36.079854: E tensorflow/stream_executor/cuda/cuda_driver.cc:314] failed call to cuInit: CUDA_ERROR_UNKNOWN: unknown error
2020-12-18 20:25:36.093122: I tensorflow/stream_executor/cuda/cuda_diagnostics.cc:169] retrieving CUDA diagnostic information for host: LAPTOP-EB14KO94
2020-12-18 20:25:36.099464: I tensorflow/stream_executor/cuda/cuda_diagnostics.cc:176] hostname: LAPTOP-EB14KO94
Traceback (most recent call last):
File “c:\users\mohab\anaconda3\envs\chatbot1\lib\site-packages\rasa\cli\x.py”, line 499, in run_locally
domain_path=domain_path,
TypeError: main() got an unexpected keyword argument ‘domain_path’
Sorry, something went wrong (see error above). Make sure to start Rasa X with valid data and valid domain and config files. Please, also check any warnings that popped up.
If you need help fixing the issue visit our forum: http://forum.rasa.com/.
(chatbot1) PS C:\Users\mohab\rasa_projects\chatbot1>
For the last error, just open “c:\users\mohab\anaconda3\envs\chatbot1\lib\site-packages\rasa\cli\x.py” and delete the domain_path=domain_path, in line 499 would work. I don’t know if it’s a bug.