Can't import streamlit-authenticator properly

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?

Okay I solved the issue now by also installing the following package with that exact version:

bcrypt==3.2.0

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