I successfully installed Bcrypt but it still gives error (Seems like nothing happened):
from flask_bcrypt import Bcrypt
The issue:
Traceback (most recent call last):
File "*path*", line 9, in <module>
from flask_bcrypt import Bcrypt
ModuleNotFoundError: No module named 'flask_bcrypt'