You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in run_code
File "C:...Python312\Scripts\auto_subtitle.exe_main.py", line 4, in
File "C:...Python312\Lib\site-packages\auto_subtitle\cli.py", line 2, in
import ffmpeg
ModuleNotFoundError: No module named 'ffmpeg'
I'm getting this error. I have ffmpeg installed both manually and with choco.
The text was updated successfully, but these errors were encountered:
I believe the issue isn't related to the system's ffmpeg but rather to the "ffmpeg-python" library required for the project, just like Issue 60 . This PR might resolve the problem. Additionally, I created a fork that incorporates the changes from that PR.
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in run_code
File "C:...Python312\Scripts\auto_subtitle.exe_main.py", line 4, in
File "C:...Python312\Lib\site-packages\auto_subtitle\cli.py", line 2, in
import ffmpeg
ModuleNotFoundError: No module named 'ffmpeg'
I'm getting this error. I have ffmpeg installed both manually and with choco.
The text was updated successfully, but these errors were encountered: