flask-realworld-example-app
flask-realworld-example-app copied to clipboard
ModuleNotFoundError: No module named 'flask_bcrypt'
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
try after this
pip install --upgrade setuptools sudo apt-get install libpq-dev python-dev