-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FoxDot does not support Python 3.11 #256
Comments
I have the same issue, I managed to get something running by replacing in the source code every "getargspec" by "getfullargspec" and replacing "keywords" by "varkw" in lib\TempoClock.py |
It is running without errors now, but doesn't produce sound. |
I made a fix in my fork if you want to check, I have proper sound and everything seems to work: |
Fixing getargspec for getfullargspec will be needed on Repeat module too. My tests are running under:
No special config was needed on this except for the code fix. |
I have the same problems when trying to run it with python 3.12.3, however it works perfectly with python 3.10. |
I know that this project is not actively maintained anymore (gh-255), but putting this here for the record.
The text was updated successfully, but these errors were encountered: