-
Notifications
You must be signed in to change notification settings - Fork 26
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
Install fails on Python 3.12: imp
Module Missing
#214
Comments
Thanks for noting this. It should be an easy enough fix, but i don't have the bandwidth to implement it right now. Would you be interested / willing to make a PR for this? |
Sure, I will give it a try! |
Would be nice if this got fixed soon! |
@rubencart as noted in the PR #215, this is blocked at the moment by getting a new mir_eval release out. I'm working on that when I can. |
OK thanks! Can I install from source with the fix for now, or will the mir_eval dependency prevent that from working? |
The
imp
package, used insetup.py
, is no longer available in Python 3.12 (see docu).As a result, executing
pip install
under Python 3.12 fails with:The text was updated successfully, but these errors were encountered: