ModuleNotFoundError: No module named 'df'
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
It seems that df. enhance is not a third-party library, and I couldn't find the corresponding file in the folder either
Seems like you are missing the deepfilternet dep
Can you please share more info:
- OS
- What platform (conda/venv) are you using to create your env?
- Did the requirements.txt successfully install?
Sorry, it seems that I did not install the requirements.txt correctly. Thanks a lot !