fourjr / discord-cli

A command line interface to use Discord.
78 stars 12 forks source link

Unsupported version of Python despite using Python version 3.10.12 #10

Open squidinkling57YT opened 9 months ago

squidinkling57YT commented 9 months ago

I am attempting to use discord-cli, i've installed all the dependenies and executed the script with the appropriate parameters, but receive the following error upon trying to execute the script: You are using an unsupported version of Python. Please upgrade to at least Python 3.5 to use discord-cli You are currently on 3.10.12 is there some method of resolving this? i would assume that python 3.10 is backwards compatible with things that require 3.5

Wraient commented 3 months ago

just comment out the line in the script, the script checks for the first number after "3." in the version number and if it is greater than 5 it lets you in, but the latest python version is 3.12 so the program thinks you are using python 3.1. just commenting the lines 25 to 32 would work but the program has many other bugs. I think ill write my own script.