-
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
[Discussion] distutils has been deprecated, what is the workaround? #916
Comments
I solved this by downgrading Python to 3.8. It seemed like the issue was that spleeter requires numpy v1.18, which I believe requires python v3.9 or lower. |
Did you solve this problem? I also encountered this problem. |
Getting the following error while installing spleeter using pip. I am using python 3.9. Initially I used 3.13 and then tried to install python 3.8 as recommended by @cindehaa but it has been deprecated upstream. Hence settled for 3.9. I've also tried a bunch of solutions on the internet like installing setuptools (https://stackoverflow.com/questions/69919970/no-module-named-distutils-util-but-distutils-installed) but I'm still getting the same error. Any help or guidance would be appreciated. System: M2 macbook air, MacOS 15.1 |
I tried installing setuptools as specified here and manually installing distutils with: Would love to hear some news on this problem. System: Ubuntu 22.04.5 LTS. Thanks!! |
I'm having this problem. UPDATE: Solved by installing python 3.8.0 and uninstallying numpy. Performing |
same problem. solved:
|
ModuleNotFoundError: No module named 'distutils.msvccompiler'
How do we install Spleeter when it uses something that no longer exists?
The text was updated successfully, but these errors were encountered: