RedditVideoMakerBot icon indicating copy to clipboard operation
RedditVideoMakerBot copied to clipboard

[Bug]: The detection of python3.10 is not working properly on linux

Open Hydradevx opened this issue 6 months ago • 3 comments

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

Hydradevx avatar Jun 01 '25 09:06 Hydradevx

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 ?

cr2007 avatar Jun 01 '25 12:06 cr2007

when i use that command i get Python 3.10.17

Hydradevx avatar Jun 02 '25 03:06 Hydradevx

Can you share a screenshot of the terminal when you both run the command, as well as the output?

cr2007 avatar Jun 02 '25 03:06 cr2007

Not enough info. Please reopen with a more detailed issue

JasonLovesDoggo avatar Jun 08 '25 18:06 JasonLovesDoggo

@Hydradevx I'd recommend using a package manager like uv that also manages the Python versions you use at runtime too

cr2007 avatar Jun 09 '25 03:06 cr2007