You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can currently download python 3.13 from the python home page, however MusicBot will currently not work with it as some internal changes are needed. If you try to run MusicBot with 3.13 you will see this:
File "<string>", line 1, in <module>
--
15 | NameError: name 'everything' is not defined
The actual traceback is longer than this, but the key is to look for 'everything' is not defined. Until further notice please use a lower version between 3.8-3.12.
How do we reproduce this?
Install python 3.13 and try to run the bot with that version.
Which version of the bot are you using?
Affects all branches
Which operating system are you using?
Affects all OS's
Just checking...
I have confirmed that my issue has not already been reported.
I am using Python 3.8 or higher.
I have updated my Python dependencies.
The text was updated successfully, but these errors were encountered:
Hello! I’m a student enrolled in the EECS481 Software Engineering course at the University of Michigan. My partner and I are interested in working on this issue to make MusicBot compatible with Python 3.13 as part of our course project.
We’d like to contribute by investigating compatibility changes needed for Python 3.13, addressing any deprecated features, and updating dependencies if necessary. Could we proceed with this issue as our project? We'd be happy to coordinate and provide updates along the way.
Hello! I’m a student enrolled in the EECS481 Software Engineering course at the University of Michigan. My partner and I are interested in working on this issue to make MusicBot compatible with Python 3.13 as part of our course project.
We’d like to contribute by investigating compatibility changes needed for Python 3.13, addressing any deprecated features, and updating dependencies if necessary. Could we proceed with this issue as our project? We'd be happy to coordinate and provide updates along the way.
Thank you for considering our contribution!
Sure, feel free to work on it.
Some things to note:
When pr'ing please create a new branch based off of dev, this will allow you to rebase any changes you make on top of any pushes the might occur in the meantime.
Please ensure that you format with black.
What went wrong?
You can currently download python 3.13 from the python home page, however MusicBot will currently not work with it as some internal changes are needed. If you try to run MusicBot with 3.13 you will see this:
The actual traceback is longer than this, but the key is to look for
'everything' is not defined
. Until further notice please use a lower version between 3.8-3.12.How do we reproduce this?
Install python 3.13 and try to run the bot with that version.
Which version of the bot are you using?
Affects all branches
Which operating system are you using?
Affects all OS's
Just checking...
The text was updated successfully, but these errors were encountered: