This repository was archived by the owner on Nov 3, 2023. It is now read-only.
This repository was archived by the owner on Nov 3, 2023. It is now read-only.
ModuleNotFoundError: No module named 'worlds' while running server.py #2833
Open
Description
Bug description
Running the server.py script result in module no found error.
Reproduction steps
- Clone current repo.
- Run
python setup.py development
- Run inside webapp:
python server.py --sandbox
Expected behavior
The server is showing in http://localhost:8095 but when trying to click on a task I'm running into the error below in the screenshot.