Skip to content

Conversation

@Marnin-A
Copy link

@Marnin-A Marnin-A commented Jun 5, 2024

In install.py on line 5, the if statement checks if the first 3 characters of the systems python version are less than 3.6. In situations where the value after the first decimal is greater than 9 this comparison doesn't work since the forth characters would be cut off instead. e.g. 3.10.10 would be seen as 3.1 which is smaller that 3.6 therefore the install script wouldn't run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant