Need help with version mismatch #11157
Unanswered
aditya113141
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have downloaded a project from a github repo. The requirements.txt file had paddleOCR version required as 2.3.0. I installed the same version on my computer but the project isn't working as expected. I believe the requirements.txt file had wrong information.
requirments.txt file -
This is how the OCR model is initialized in the jupyter notebook cell.
In the untouched repo, the message thrown in the jupyter notebook after initialization is
When I run the same cell on my computer, I get the message -
I used the command
pip show paddleOCR
and to find about the info of package on my pc and it gives the following result -I need the exact version of paddleOCR as in that repo. I am not able to comprehend what the mismatch is. Help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions