multiprocessing - FileNotFoundError: [Errno 2] No such file or directory

390 views Asked by At

I want to run a Rasa-Project whicgh was coded from another group. Rasa installation works fine (also rasa shell command). Now i want to use the Rasa UI by installing rasa-x. Following Errors appears in the Terminal:

Terminal Screen

I looked into the Folder .../multiprocessing/... and the spawn.py and synchronize.py folders are there. Anyone a idea ? Thank you so much

1

There are 1 answers

0
Tim Lange On BEST ANSWER

pip uninstall uvloop fixed my Problem.