Skip to content
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

Can you please make https://colab.research.google.com/github/deezer/spleeter/blob/master/spleeter.ipynb#scrollTo=f8Brdfh6mzEz work? #921

Open
DomDXD opened this issue Dec 28, 2024 · 1 comment
Labels
bug Something isn't working invalid This doesn't seem right

Comments

@DomDXD
Copy link

DomDXD commented Dec 28, 2024

Hi,

The first 5 part of the scripts works fine but this line is missing stuff
!spleeter separate -h

-h is not even on option.

Can you please update it to make it work so I know how to use it properly?

Please and thank you,
Dominic.

@DomDXD DomDXD added bug Something isn't working invalid This doesn't seem right labels Dec 28, 2024
@maciejgoscinski-latrace
Copy link

maciejgoscinski-latrace commented Feb 19, 2025

This stems from an earlier pip install spleeter step.
The installation step should be fixed, but also should not silently proceed forward on errors.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants