Streamlit_authenticator `ImportError: DLL failed ...`

Hello streamlit community,

I am facing authentication problems. I am using streamlit_authenticator package. When I run the script I get the following error:

ImportError: DLL load failed while importing _rust: The specified module could not be found.

I searched about this kind of problem I found this discussion on github but it was not so helpful.

I appreciate your help and suggestions.

Well, apparently uninstalling and upgrading the cryptography (to version 41.0.7) and bcrypt (to version 3.2.0) packages was enough !!!

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.