I am trying to use:
from passlib.hash import pbkdf2_sha512
I have installed passlib - I even uninstalled then reinstalled it.
When I run my program the error I get is:
ModuleNotFoundError: No module named 'passlib'
I am so confused.... I have the module installed?
pip3 install passlib
python3 -m pip install passlib
I tried this and the terminal just says they are already installed. I have no idea what to do.
Thanks in advance!!