I created a clean new environment and just installed streamlit-authenticator via pip. The installation worked fine without any errors. However, as soon as I import
streamlit_authenticator into my .py file, I get the following error:
“ImportError: DLL load failed while importing _bcrypt: The specified procedure could not be found.”
I googled the issue, but couldn’t find a working solution.
I use Python version 3.9.2rc1.
Does anyone know how to solve it?