auto-subtitle icon indicating copy to clipboard operation
auto-subtitle copied to clipboard

File not found error

Open nzcodes opened this issue 1 year ago • 3 comments

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.

nzcodes avatar Sep 25 '24 13:09 nzcodes

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.

zaltinsoy avatar Sep 25 '24 14:09 zaltinsoy

@zaltinsoy Thanks a ton for your fork! I was finally able to get this running. Any plans to merge into the original repo?

omeiirr avatar Oct 24 '24 15:10 omeiirr

@zaltinsoy Thanks a ton for your fork! I was finally able to get this running. Any plans to merge into the original repo?

I'm glad it helped you. Pull request is already waiting for the merge, but it looks like the original repo is not accepting any new changes.

zaltinsoy avatar Oct 31 '24 17:10 zaltinsoy

Looks like this can also be resolves with pip install ffmpeg-python

smith113-p avatar May 29 '25 03:05 smith113-p