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
{{ message }}
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.
Hi,
I am getting this issue after following instructions on the page
flask db init
Usage: flask db init [OPTIONS]
Error: While importing "autoapp", an ImportError was raised:
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/conduit/flask-realworld-example-app/autoapp.py", line 5, in
from conduit.app import create_app
File "/Users/raveenbeemsingh/Developer/conduit/flask-realworld-example-app/conduit/app.py", line 4, in
from conduit.extensions import bcrypt, cache, db, migrate, jwt, cors
File "/Users/raveenbeemsingh/Developer/conduit/flask-realworld-example-app/conduit/extensions.py", line 4, in
from flask_bcrypt import Bcrypt
ModuleNotFoundError: No module named 'flask_bcrypt'
The text was updated successfully, but these errors were encountered:
Hi,
I am getting this issue after following instructions on the page
flask db init
Usage: flask db init [OPTIONS]
Error: While importing "autoapp", an ImportError was raised:
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/conduit/flask-realworld-example-app/autoapp.py", line 5, in
from conduit.app import create_app
File "/Users/raveenbeemsingh/Developer/conduit/flask-realworld-example-app/conduit/app.py", line 4, in
from conduit.extensions import bcrypt, cache, db, migrate, jwt, cors
File "/Users/raveenbeemsingh/Developer/conduit/flask-realworld-example-app/conduit/extensions.py", line 4, in
from flask_bcrypt import Bcrypt
ModuleNotFoundError: No module named 'flask_bcrypt'
The text was updated successfully, but these errors were encountered: