Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
paintdaworld opened this issue Jun 20, 2023 · 1 comment
Open

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

paintdaworld opened this issue Jun 20, 2023 · 1 comment

Comments

@paintdaworld
Copy link

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'

@that-one-arab
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants