You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting a module not found error for authlib, i had followed the instructions as written
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/flask/cli.py", line 235, in locate_app
__import__(module_name)
File "/Users/raveenbeemsingh/Developer/projects/flask_oauth/example-oauth2-server/app.py", line 1, in <module>
from website.app import create_app
File "/Users/raveenbeemsingh/Developer/projects/flask_oauth/example-oauth2-server/website/app.py", line 3, in <module>
from .models import db
File "/Users/raveenbeemsingh/Developer/projects/flask_oauth/example-oauth2-server/website/models.py", line 3, in <module>
from authlib.integrations.sqla_oauth2 import (
ModuleNotFoundError: No module named 'authlib'
The text was updated successfully, but these errors were encountered:
I am getting a module not found error for authlib, i had followed the instructions as written
The text was updated successfully, but these errors were encountered: