Rikorose / DeepFilterNet

Noise supression using deep filtering
https://huggingface.co/spaces/hshr/DeepFilterNet2
Other
2.11k stars 196 forks source link

Installation problem #549

Open HyacinthJingjing opened 2 months ago

HyacinthJingjing commented 2 months ago

When I install the DeepFilterNet according to the manual installation, I encountered the following error: Note: This error originates from the build backend, and is likely not a problem with poetry but with DeepFilterDataLoader (0.5.7_pre /cfs/cfs-m5rmknul/code/DeepFilterNet/pyDF-data) not supporting PEP 517 builds. You can verify this by running 'pip wheel --no-cache-dir --use-pep517 "deepfilterdataloader @ file:///cfs/cfs-m5rmknul/code/DeepFilterNet/pyDF-data"'. Then I tried the command "pip wheel --no-cache-dir --use-pep517 "deepfilterdataloader @ file:///cfs/cfs-m5rmknul/code/DeepFilterNet/pyDF-data"", it is successfull.