module 'ffmpeg' has no attribute 'Error' #487
Replies: 3 comments 2 replies
-
I think you need to install the ffmpeg-python package as referenced here |
Beta Was this translation helpful? Give feedback.
-
nop apparently it is already installed Requirement already satisfied: ffmpeg-python in c:\users\phil\appdata\local\programs\python\python39\lib\site-packages (0.2.0) |
Beta Was this translation helpful? Give feedback.
-
ok I did this instead pip uninstall ffmpeg and install ffmpeg-python again with : |
Beta Was this translation helpful? Give feedback.
-
Hi,
how do I solve this ?
module 'ffmpeg' has no attribute 'Error'
I just did pip install ffmpeg after having installed the repo with pip
the error occurs in the latest jupyter-lab (fresh install)
thanks
Beta Was this translation helpful? Give feedback.
All reactions