Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File not found error #102

Open
nzcodes opened this issue Sep 25, 2024 · 3 comments
Open

File not found error #102

nzcodes opened this issue Sep 25, 2024 · 3 comments

Comments

@nzcodes
Copy link

nzcodes commented Sep 25, 2024

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.

@zaltinsoy
Copy link

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.

@omeiirr
Copy link

omeiirr commented Oct 24, 2024

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

@zaltinsoy
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants