• Joined on 2023-03-08
w11wo commented on issue ecker/ai-voice-cloning#95 2023-03-08 11:11:27 +00:00
When attempting to train I get this error, "module 'ffmpeg' has no attribute 'Error'"

Faced the same issue. Fixed it by following this:

pip uninstall ffmpeg
pip uninstall ffmpeg-python
pip…