-
Notifications
You must be signed in to change notification settings - Fork 66
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
pip install sreamlit-login-auth-ui fails with python >=3.9 #1
Comments
Same here. Python 3.10.8
After
I entered:
|
ERROR: Package 'streamlit-login-auth-ui' requires a different Python: 3.9.2 not in '>=3.9.12' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
with:
pip install streamlit-login-auth-ui
or
python3 -m pip install streamlit-login-auth-ui
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
seems streamlit-cookies-manager requiries 3.8.10
ERROR: Package 'streamlit-cookies-manager' requires a different Python: 3.8.10 not in '<4.0,>=3.9'
still with :
(venv) MS-7C51:~/software/streamlit/streamlit_login_auth_ui/streamlit_login_auth_ui$ python -V
Python 3.8.10
~/software/streamlit/streamlit_login_auth_ui/streamlit_login_auth_ui$ pip3 install streamlit-cookies-manager
/home/tony/.local/lib/python3.8/site-packages/pkg_resources/init.py:123: PkgResourcesDeprecationWarning: 0.1.36ubuntu1 is an invalid version and will not be supported in a future release
warnings.warn(
/home/tony/.local/lib/python3.8/site-packages/pkg_resources/init.py:123: PkgResourcesDeprecationWarning: 0.23ubuntu1 is an invalid version and will not be supported in a future release
warnings.warn(
ERROR: Could not find a version that satisfies the requirement streamlit-cookies-manager (from versions: none)
ERROR: No matching distribution found for streamlit-cookies-manager
The text was updated successfully, but these errors were encountered: