[Bug]: The detection of python3.10 is not working properly on linux
Describe the bug
The bot shows the version of python is not supported even though i have tried on both python 3.10 and 3.12 on Ubuntu Operating System
Reproduction Steps
Following the steps given in README on Ubuntu
Expected behavior
The program exits saying that it only supports Python 3.10
Screenshots
No response
System Information
Operating System : Ubuntu 24.04.2 LTS x86_64 Python version : Python 3.10.17 App version / Branch : 3.3
Checklist
- [x] I have searched the open issues for duplicates.
- [x] I have shown the entire traceback, if possible.
Additional Context
No response
What version does it show for you when you do python --version ?
Make sure the correct Python version is being referenced when you are running the program.
Since you mentioned you were using Ubuntu OS, have you perhaps tried doing something like python3.10 --version ?
when i use that command i get Python 3.10.17
Can you share a screenshot of the terminal when you both run the command, as well as the output?
Not enough info. Please reopen with a more detailed issue
@Hydradevx I'd recommend using a package manager like uv that also manages the Python versions you use at runtime too