metavoice-src icon indicating copy to clipboard operation
metavoice-src copied to clipboard

ModuleNotFoundError: No module named 'df'

Open UltramanKuz opened this issue 1 year ago • 1 comments

When I run sample. py, the following error occurs:

python /root/metavoice-src/fam/llm/sample.py Traceback (most recent call last): File "/root/metavoice-src/fam/llm/sample.py", line 22, in from fam.llm.enhancers import BaseEnhancer, get_enhancer File "/root/metavoice-src/fam/llm/enhancers.py", line 5, in from df.enhance import enhance, init_df, load_audio, save_audio ModuleNotFoundError: No module named 'df'

It seems that df. enhance is not a third-party library, and I couldn't find the corresponding file in the folder either

UltramanKuz avatar Feb 19 '24 06:02 UltramanKuz

Seems like you are missing the deepfilternet dep

Can you please share more info:

  1. OS
  2. What platform (conda/venv) are you using to create your env?
  3. Did the requirements.txt successfully install?

sidroopdaska avatar Feb 19 '24 11:02 sidroopdaska

Sorry, it seems that I did not install the requirements.txt correctly. Thanks a lot !

UltramanKuz avatar Feb 20 '24 06:02 UltramanKuz