GauriSP10 / streamlit_login_auth_ui

It lets you connect your streamlit application to a pre-built and secure Login/ Sign-Up page.
MIT License
175 stars 60 forks source link

Dependency issue: argon2 not found #23

Open hansipie opened 7 months ago

hansipie commented 7 months ago

Hello

After following the quickstart guide i get the error ModuleNotFoundError: No module named 'argon2'

This is fixed with: python -m pip install argon2_cffi

Could you fix the dependency issue ? (the package ?)

sovdevs commented 7 months ago

it is also in the requirements.txt file but there also seems to be much not required specifically for this module