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

RuntimeError: Python version 2.7 or 3.4+ is required even if I already have 3.10.6 version #19

Open
lonevetad opened this issue Jan 27, 2023 · 1 comment

Comments

@lonevetad
Copy link

There is a bug in version comparison, due to the usage of string comparison.
As described in my StackOverflow question and in the accepted answer, the version check part checks for the Python's version, but '4' is considered greater than '10' because of the one-by-one character comparison ('4' > '1').
This should not happen, an integer comparison should be performed (after an "atoi" parse).
Since I'm stick with using the 0.8 version, I have to install and use Python 3.9.16

@SuprajaBaskaran
Copy link

Has this issue been resolved yet? I am facing the same

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

2 participants