RedditVideoMakerBot icon indicating copy to clipboard operation
RedditVideoMakerBot copied to clipboard

python requirement/match statement

Open funkyrice opened this issue 3 years ago • 4 comments

The documentation states python 3.9.0+ as a requirement, but subreddit.py uses a match statement on line 44 which is not supported by python 3.9. so either the match statement needs to be changed to if else, or the required python version should be 3.10

funkyrice avatar Aug 15 '22 18:08 funkyrice

Correct, but it is already fixed. The use of the match statement is removed in the develop branch. So it will be pushed to the main branch by the new update.

OpenSourceSimon avatar Aug 15 '22 19:08 OpenSourceSimon

That makes more sense. Thanks

funkyrice avatar Aug 15 '22 22:08 funkyrice

Hi. Sorry to ask, but just to clarify: would the problem be fixed, if I only have Python 3.10 installed on my system?

Freddy1547 avatar Aug 18 '22 16:08 Freddy1547

Hi. Sorry to ask, but just to clarify: would the problem be fixed, if I only have Python 3.10 installed on my system?

Yes!

OpenSourceSimon avatar Aug 18 '22 16:08 OpenSourceSimon

This issue is stale because it has been open 7 days with no activity. Remove stale label or comment, or this will be closed in 10 days.

github-actions[bot] avatar Aug 25 '22 02:08 github-actions[bot]