-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Fix Openssl bug #56555
Fix Openssl bug #56555
Conversation
Sorry to inform you that 6e48ccd's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
6e48ccd
to
216c748
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
my 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 !pip install paddleocr !sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.16_amd64.deb !python -m pip install paddlepaddle==0.0.0 -f https://www.paddlepaddle.org.cn/whl/linux/cpu-mkl/develop.html %cd PaddleOCR/ppstructure |
PR types
Others
PR changes
Others
Description
Pcard-67010
Fix bug that can't find libssl.so when import paddle