-
Notifications
You must be signed in to change notification settings - Fork 7.9k
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
Issue importing the packages from of PaddleOCR, draw_ocr #10443
Comments
I am also facing the same issue. It was working fine till yesterday, since today I am facing this error. |
Exactly pls let me know if you find out anything. |
I installed paddleocr gpu and it's working and much faster. !pip install paddleocr |
Thank you so much @joel1895 it helped me. But the extraction is lil different with this dependencies |
Worked for me |
Hi @AGRocky, You may try downgrading the paddle version to 2.4.2. |
Hi @GreatV still it doesn't work! |
I had same error, its solved for me. Thank you so much. |
Downgrading to 2.4.2 worked for me. Thank you! |
[Errno 2] No such file or directory: 'PaddleOCR/ppstructure' i amgetting this error, let me give the line number codes |
didnt solve |
hi @promaprogga, You could try installing libssl on colab. Since your colab environment is UBUNTU. |
Connecting to archive.ubuntu.com (archive.ubuntu.com)|91.189.91.83|:80... connected. dpkg: error: cannot access archive 'libssl1.1_1.1.1f-1ubuntu2.17_amd64.deb': No such file or directory |
Still getting same error, let me give you the whole code !mkdir inference !wget https://paddleocr.bj.bcebos.com/dygraph_v2.0/table/en_ppocr_mobile_v2.0_table_det_infer.tar && tar xf en_ppocr_mobile_v2.0_table_det_infer.tar !wget https://paddleocr.bj.bcebos.com/dygraph_v2.0/table/en_ppocr_mobile_v2.0_table_rec_infer.tar && tar xf en_ppocr_mobile_v2.0_table_rec_infer.tar !sudo apt-get install libssl1.1 !source /path/to/your/virtualenv/bin/activate %cd PaddleOCR/ppstructure |
hi @promaprogga, This issue has been fixed in the paddle develop branch. You may now install the develop version to avoid this problem.
|
Still error @GreatV |
@promaprogga, This is another error, please check if the model file is placed correctly. |
Everything is in correct place |
run%cd /content/PaddleOCR/ppstructure |
PaddlePaddle/Paddle#57147 This PR will sovle this problem,it will be megred tommorrow |
You don't face this issue on And on
|
@jzhang533 This issue has been answered clearly and we can close it. |
Hi folks, Great day to Y'all. Please try helping me out with this.
I'd try running paddleocr in google colab but getting issue importing the packages from of PaddleOCR, draw_ocr. Below is the error message.
Error: Can not import paddle core while this file exists: /usr/local/lib/python3.10/dist-packages/paddle/fluid/libpaddle.so
ImportError: libssl.so.1.1: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered: