plugins-quickstart icon indicating copy to clipboard operation
plugins-quickstart copied to clipboard

I keep getting an error 'No module named 'quart''

Open paintdaworld opened this issue 2 years ago • 1 comments

Even when I manually re-install the quart module, I get this error when trying to run python3 main.py....

a********@********* plugins-quickstart % python3 main.py Traceback (most recent call last): File "/*****/plugins-quickstart/main.py", line 3, in <module> import quart ModuleNotFoundError: No module named 'quart'

paintdaworld avatar Jun 20 '23 17:06 paintdaworld

This does not seem to be a library issue. Could you try again with a virtual environment?

  • Create a new virtual environment and activate it
  • Run pip install -r requirements.txt in the project directory

You can read more about them here

that-one-arab avatar Jul 29 '23 03:07 that-one-arab