multiprocessingpython-3.8rasa-x

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


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


Solution

  • pip uninstall uvloop fixed my Problem.