-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[Bug] Fail to install (with python 3.10.13) #888
Comments
Same problem here. I couldn't figure it out, but I got it working on Docker. |
After some trying it seems like the latest release of Spleeter on PyPI depends on a version of numpy that will not compile with Python 3.10. It looks like this was fixed in commit e46aebf but it has not been included in a release of Spleeter on PyPI (yet). It appears to install fine using Python 3.8 (which you can use |
Same problem here |
@joyboy67 the "invalid" tag is to say that this issue is invalid. Please remove it. You've basically labeled this as an erroneous report and asked devs to not look into it. This most certainly is a valid issue that I too am encountering. |
I’m not familiar with your operating system, but I’m using Windows. The installation failure I encountered was due to dependency issues. It seems that Python 3.8 is a relatively acceptable version at the moment. My final solution was to completely uninstall the environment and create a new one with Python 3.8. In this new environment, run the following commands in sequence: 1 |
你好,请问你有遇到这种问题吗? |
不好意思我并没有遇到过类似的问题,但是或许你可以问一下gpt是什么情况 |
Description
Fail to install spleeter on OpenBSD 7.3 with python 3.10.13
Step to reproduce
doas pip install spleeter
user
RuntimeError: Running cythonize failed!
errorOutput
Environment
Additional context
The text was updated successfully, but these errors were encountered: