Closed raveenb closed 4 years ago
this is my directory structure i am using a virtual env and have installed all libs in that and activated it too
~/Developer/…/flask_oauth/example-oauth2-server > venv >
README.md __pycache__ app.py db.sqlite requirements.txt venv website
try to install:
$ pip install -r requirements.txt
find out if it is not installed successful with:
$ pip freeze
I am getting a module not found error for authlib, i had followed the instructions as written