Skip to content

validators requires Python '>=3.4' but the running Python is 2.7.17 #302

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

Closed
MourIdri opened this issue Sep 26, 2023 · 1 comment · Fixed by #304
Closed

validators requires Python '>=3.4' but the running Python is 2.7.17 #302

MourIdri opened this issue Sep 26, 2023 · 1 comment · Fixed by #304
Labels
documentation Issue/PR: Any changes in documentation question Issue: A question

Comments

@MourIdri
Copy link

MourIdri commented Sep 26, 2023

Ihave Python 2.7 running, trying to install the lib but fails. Any workaround ?

              root@quickapp:/home/demouser/car_rental# pip install validators
              Collecting validators
                Using cached https://files.pythonhosted.org/packages/d9/1f/27dff5c1ea8f36865a179581dea4f75d1ab52cd8f32ee527a592b6558b55/validators-0.17.0.tar.gz
              validators requires Python '>=3.4' but the running Python is 2.7.17

Documentation says :
Currently validators supports python versions 2.7, 3.3, 3.4, 3.5 and PyPy.

@yozachar
Copy link
Collaborator

@MourIdri, I suppose you're referring to this https://validators.readthedocs.io/en/latest/. I'm afraid that is quite outdated.

You'll find the most updated documentation here 👉 https://python-validators.github.io/validators/.

Besides on PyPI you can see that the latest version of validators requires at least Python 3.8.

image

@yozachar yozachar added question Issue: A question documentation Issue/PR: Any changes in documentation labels Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Issue/PR: Any changes in documentation question Issue: A question
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants