mkhorasani / Streamlit-Authenticator

A secure authentication module to validate user credentials in a Streamlit application.
Apache License 2.0
1.38k stars 229 forks source link

No module named 'streamlit_authenticator' #100

Closed ArenT-B closed 7 months ago

ArenT-B commented 7 months ago

Hi Everyone,

Thanks for this package, it works great when running locally.

However, I am getting this following when deploying the app on streamlit cloud.

_ModuleNotFoundError: No module named 'streamlitauthenticator'

Please note that streamlit-authenticator==0.2.3 is added and pushed to requirements.txt.

Any suggestions?