-
-
Notifications
You must be signed in to change notification settings - Fork 115
pipx installation fails with python 3.13, works with 3.12 #174
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
Comments
Not all packages of this tool support Python version 3.13, making installation on it impossible. Supported versions: 3.10 — 3.12 |
Can numpy and torch be upgraded to the latest versions. Numpy is pretty old and is conflicting with other packages. numpy = ">=1.23,<2" |
onnx 1.18 will have Python 3.13 support: onnx/onnx#6339 |
As a general rule, if someone wants to try and get However, I'm only willing to merge it if we've actually tested that it works, on all currently supported platforms (at the very least amd64 linux and arm64 mac), with all supported model architectures (see PR #188 doesn't (yet) do that - there are failing CI tests, and as far as I could see, there is no description or comment or other evidence that audio-separator actually works (with all supported model architectures) on Python 3.13. If you're willing to fix the CI tests and do some testing to ensure separation actually works for MDX, MDXC, VR, Roformer etc. with Python 3.13, @Margen67 , please do so and comment your findings in the PR description/comments 🙇 |
FYI, audio-separator version I ended up having to fork |
Describe the bug
pipx install "audio-separator[cpu]"
fails; the main reason seems to beHowever,
pipx install "audio-separator[cpu]" --python python3.12
installs OK.Have you searched for existing issues? 🔎
Screenshots or Videos
No response
Logs
No response
System Info
Additional Information
No response
The text was updated successfully, but these errors were encountered: