GauriSP10 / streamlit_login_auth_ui

It lets you connect your streamlit application to a pre-built and secure Login/ Sign-Up page.
MIT License
202 stars 62 forks source link

Python version #12

Open noirorionx opened 1 year ago

noirorionx commented 1 year ago

Hi, which python version should we use to avoid this error?

ERROR: Could not find a version that satisfies the requirement streamlit-login-auth-ui (from versions: none) ERROR: No matching distribution found for streamlit-login-auth-ui

Also would be possible to make it compatible with the newest version of Python?

Thanks!

fsmosca commented 1 year ago

According to setup.py you should use:

python_requires='>=3.9.12',
noirorionx commented 1 year ago

ok, seems that was fine then, I have that python version, but run into this issue when installing:

pip install streamlit-login-auth-ui ERROR: Could not find a version that satisfies the requirement streamlit-login-auth-ui ERROR: No matching distribution found for streamlit-login-auth-ui

Any ideas?

fsmosca commented 1 year ago

Could you supply the following info.?

What python version do you use? Could you write the procedure of what you do?

tushar-31093 commented 1 year ago

ok, seems that was fine then, I have that python version, but run into this issue when installing:

pip install streamlit-login-auth-ui ERROR: Could not find a version that satisfies the requirement streamlit-login-auth-ui ERROR: No matching distribution found for streamlit-login-auth-ui

Any ideas?

Same issue. That is recent.