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

No module named 'paddle' #4

Closed
mrklhsnbrg opened this issue Feb 7, 2025 · 1 comment
Closed

No module named 'paddle' #4

mrklhsnbrg opened this issue Feb 7, 2025 · 1 comment

Comments

@mrklhsnbrg
Copy link

mrklhsnbrg commented Feb 7, 2025

When I run python gui.py, it outputs
Traceback (most recent call last): File "C:\Users\YourName\Videos\Video_Sub_Extractor\gui.py", line 17, in <module> from main import SubtitleDetector, SubtitleExtractor File "C:\Users\YourName\Videos\Video_Sub_Extractor\main.py", line 11, in <module> from utilities.frames_to_text import extract_bboxes, frames_to_text, download_models File "C:\Users\YourName\Videos\Video_Sub_Extractor\utilities\frames_to_text.py", line 5, in <module> import paddle ModuleNotFoundError: No module named 'paddle'

@voun7
Copy link
Owner

voun7 commented Feb 7, 2025

@mrklhsnbrg Did you run pip install paddlepaddle==2.6.2 ?

@voun7 voun7 closed this as completed Feb 20, 2025
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

2 participants