Block a user
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…