RedditVideoMakerBot
                                
                                 RedditVideoMakerBot copied to clipboard
                                
                                    RedditVideoMakerBot copied to clipboard
                            
                            
                            
                        python requirement/match statement
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
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.
That makes more sense. Thanks
Hi. Sorry to ask, but just to clarify: would the problem be fixed, if I only have Python 3.10 installed on my system?
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!
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.