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

Installing Streamlit-Authenticator in Conda #120

Closed Nando7789 closed 5 months ago

Nando7789 commented 5 months ago

Hi, I'm Having issues to install this library in Anaconda V2.5.2 . I can't find it in any repository Conda has and I don't know if there is a shortcut to install it from git directly with Conda.

Best Regards!

mkhorasani commented 5 months ago

Please try to install it via pip.

Nando7789 commented 5 months ago

Ok I did it but this was because I see that could be errors using conda and pip at the same time.

Best regards!