You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I tried installing setuptools as specified here and manually installing distutils with: sudo apt-get install --reinstall python3.11-distutils (working with Python 3.11) but none worked.
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: