Skip to content
This repository was archived by the owner on Sep 27, 2022. It is now read-only.
This repository was archived by the owner on Sep 27, 2022. It is now read-only.

ModuleNotFoundError: No module named 'flask_bcrypt' #31

Description

@raveenb

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions