I couldn't run the demo even after running the whole thing in a separate environment using poetry like suggested.
After some debugging, I believe the culprit was the line self.read_settings() in the main.py file.
I think it tried to read some settings file i didn't have in my system.
After removing the line, it seemed like it worked.
I couldn't run the demo even after running the whole thing in a separate environment using poetry like suggested.
After some debugging, I believe the culprit was the line
self.read_settings()in themain.pyfile.I think it tried to read some settings file i didn't have in my system.
After removing the line, it seemed like it worked.