-
-
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
Cannot install when Python is >=3.12 #27
Comments
Partial workaround for installing:
BUT, this results in an install broken the same way as pip. See #28 |
Users installing under a Python 3.12-based environment will need to activate the pre-release pipx install pymusiclooper --pip-args="--pre" This should be unnecessary soon however, when the new numba version is officially released and the issue linked is closed (status: numba/numba#9197). |
Indeed, that new pre-release version installs and works. Many thanks! And what bad timing for me to upgrade in this period of Python 3.12 + bad numba. I'll leave this issue open until there's a release version that resolves this issue. |
Numba 0.59.0 has been released on earlier this month with official support for Python 3.12, and as such this workaround is no longer required. PyMusicLooper now officially supports Python 3.12. |
Thanks, I just did I don't know if that was really needed, as I'm mostly unfamiliar with python, but there we go. |
I'm still seeing issues with install failing with python 3.12.2
|
Thanks for the report @AnthonyBe. I've managed to replicate your issue, and it should be fixed as of the new v3.4.0 release. Let me know if that resolved the issue for you as well. |
Confirmed that 3.4.0 installed successfully on python 3.12.2
Thank you @arkrow ! |
Before continuing with the bug report, does updating to the latest version fix this issue? [Yes/No]
No
Describe the bug
Cannot install, reports Python is >=3.12 when it is 3.11.7
Numba issue numba/numba#9197
Debugging Information
Expected behavior
Environment Information (please complete the following information):
pymusiclooper --version
in the terminal if unsure):ffmpeg --version
in the terminal if unsure): YesAdditional context
The text was updated successfully, but these errors were encountered: