OCR Paddle deploying ISSUE in a docker container. #11066
Unanswered
Sparshjain25
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.
-
Error: Can not import paddle core while this file exists: /usr/local/python3.7.0/lib/python3.7/site-packages/paddle/fluid/libpaddle.so
grep: warning: GREP_OPTIONS is deprecated; please use an alias or script
Traceback (most recent call last):
File "OCR.py", line 5, in
from paddleocr import PaddleOCR,draw_ocr
File "/usr/local/python3.7.0/lib/python3.7/site-packages/paddleocr/init.py", line 14, in
from .paddleocr import *
File "/usr/local/python3.7.0/lib/python3.7/site-packages/paddleocr/paddleocr.py", line 21, in
import paddle
File "/usr/local/python3.7.0/lib/python3.7/site-packages/paddle/init.py", line 31, in
from .framework import monkey_patch_variable
File "/usr/local/python3.7.0/lib/python3.7/site-packages/paddle/framework/init.py", line 17, in
from . import random # noqa: F401
File "/usr/local/python3.7.0/lib/python3.7/site-packages/paddle/framework/random.py", line 17, in
from paddle import fluid
File "/usr/local/python3.7.0/lib/python3.7/site-packages/paddle/fluid/init.py", line 36, in
from . import framework
File "/usr/local/python3.7.0/lib/python3.7/site-packages/paddle/fluid/framework.py", line 35, in
from . import core
File "/usr/local/python3.7.0/lib/python3.7/site-packages/paddle/fluid/core.py", line 356, in
raise e
File "/usr/local/python3.7.0/lib/python3.7/site-packages/paddle/fluid/core.py", line 269, in
from . import libpaddle
ImportError: libssl.so.1.1: cannot open shared object file: No such file or directory
I got this while running paddle OCR in a docker container. I have downloaded the image and also installed some required libraries.
Do anyone know how to resolve it?
Beta Was this translation helpful? Give feedback.
All reactions