Alex McGraw
Alex McGraw

Reputation: 109

Cannot find module after importing

I'm currently following this tutorial, and I'm stuck on running the program. I have a conda environment set up, with all of the necessary packages downloaded, but when I run the program, I receive the following error.

ModuleNotFoundError: No module named 'passlib'

I've run conda list | grep pass and it shows that I do have passlib downloaded.

passlib                   1.7.4              pyhd8ed1ab_1    conda-forge

I've tried uninstalling, reinstalling, running a new terminal, and nothing works. Any ideas on how to get the environment to recognize that passlib is installed?

NOTE: I'm using bash to run the .sh scripts and not poetry, since I've had some trouble with poetry.

Upvotes: 0

Views: 71

Answers (0)

Related Questions