DeepFilterNet
DeepFilterNet copied to clipboard
subproccess error
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.
Did you get a workaround? I am getting the same issue, not sure how to resolve it.
Hi @martian1231, no I didn't fix it. Just moved to local development)
Got it.
I was really frustrated. The trick was to change the "Runtime version" to "2025.07", and it worked.
Thanks!
great! I try it myself @martian1231