You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python3 -c 'import passlib.hosts works for me on Fedora 32 with passlib 1.7.2 from pip. Can you try python3 -c 'import passlib; print(passlib)' to ensure you aren't pulling passlib module from some old stale path. Are you using python2 or python3?
The same happens to me on nixos 20.03. The python shell successfully imports /nix/store/pzz7lyy6846k09lr75r3r3l6sgkcy0kg-python3.7-passlib-1.7.2/lib/python3.7/site-packages/passlib/__init__.py but running it yields ImportError: No module named passlib.hosts.
I'm not sure if I'm doing this right but after installing the listed dependencies, setup is failing with:
I installed both python2-passlib & python3-passlib (both 1.7.2-1.3)
OS: Opensuse Tumbleweed
The text was updated successfully, but these errors were encountered: