DeepFilterNet icon indicating copy to clipboard operation
DeepFilterNet copied to clipboard

subproccess error

Open IbratDO opened this issue 2 months ago • 4 comments

when I was going to install deepfilternet on google colab using !pip install deepfilternet, I got that error:

Collecting deepfilternet
  Using cached deepfilternet-0.5.6-py3-none-any.whl.metadata (1.7 kB)
Collecting appdirs<2.0,>=1.4 (from deepfilternet)
  Using cached appdirs-1.4.4-py2.py3-none-any.whl.metadata (9.0 kB)
Collecting deepfilterlib==0.5.6 (from deepfilternet)
  Using cached DeepFilterLib-0.5.6.tar.gz (112 kB)
  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
  ╰─> No available 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.
╰─> deepfilterlib

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

IbratDO avatar Nov 07 '25 17:11 IbratDO

Did you get a workaround? I am getting the same issue, not sure how to resolve it.

martian1231 avatar Dec 10 '25 08:12 martian1231

Hi @martian1231, no I didn't fix it. Just moved to local development)

IbratDO avatar Dec 10 '25 09:12 IbratDO

Got it. I was really frustrated. The trick was to change the "Runtime version" to "2025.07", and it worked. Thanks! Image

martian1231 avatar Dec 11 '25 10:12 martian1231

great! I try it myself @martian1231

IbratDO avatar Dec 11 '25 11:12 IbratDO