Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python version #12

Open
noirorionx opened this issue Dec 23, 2022 · 4 comments
Open

Python version #12

noirorionx opened this issue Dec 23, 2022 · 4 comments

Comments

@noirorionx
Copy link

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
Copy link

fsmosca commented Dec 24, 2022

According to setup.py you should use:

python_requires='>=3.9.12',

@noirorionx
Copy link
Author

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
Copy link

fsmosca commented Dec 25, 2022

Could you supply the following info.?

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

@tushar-31093
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants