spleeter icon indicating copy to clipboard operation
spleeter copied to clipboard

[Bug] name your bug

Open riugomon opened this issue 1 year ago • 2 comments

Description

i was able to use the spleeter a couple of weeks ago just fine but now m facing this problem what can i do

Step to reproduce

im using google colab to run it

Output

Install spleeter

[23] !apt install ffmpeg

[29] 15s pip install spleeter Collecting spleeter Using cached spleeter-2.1.0-py3-none-any.whl.metadata (10 kB) Collecting ffmpeg-python==0.2.0 (from spleeter) Using cached ffmpeg_python-0.2.0-py3-none-any.whl.metadata (1.7 kB) Collecting httpx<0.17.0,>=0.16.1 (from httpx[http2]<0.17.0,>=0.16.1->spleeter) Using cached httpx-0.16.1-py3-none-any.whl.metadata (38 kB) Collecting librosa==0.8.0 (from spleeter) Using cached librosa-0.8.0.tar.gz (183 kB) Preparing metadata (setup.py) ... done Collecting norbert==0.2.1 (from spleeter) Using cached norbert-0.2.1-py2.py3-none-any.whl.metadata (3.8 kB) Collecting numpy<1.19.0,>=1.16.0 (from spleeter) Using cached numpy-1.18.5.zip (5.4 MB) Installing build dependencies ... done Getting requirements to build wheel ... done error: subprocess-exited-with-error

× Preparing metadata (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip. Preparing metadata (pyproject.toml) ... error error: metadata-generation-failed

× Encountered error while generating package metadata. ╰─> See above for output.

note: This is an issue with the package mentioned above, not pip. hint: See above for details.

Share what your terminal says when you run the script (as well as what you would expect).

Environment

OS Windows
Installation type other
RAM available 32

Additional context

error print : https://prnt.sc/rN2621lQVBC4 if you ask why dont run it in my pc instead of google drive its simple im a musician not a coder so i dont have idea on how to do it lol

riugomon avatar Jan 18 '25 07:01 riugomon

I'm having the same issue.

lure6185 avatar Jan 19 '25 16:01 lure6185

This is likely due to the fact that distutils has been depreciated since python3.10. setuptools is the replacement but spleeter hasn't switched their codebase.

JoseffRibble avatar Jan 30 '25 05:01 JoseffRibble