I get the following error with paddleocr. Have some an idea how to install libssl.so.1.1?
“libssl-dev” in package.txt isn’t working.
Thank you
Error: Can not import paddle core while this file exists: /home/appuser/venv/lib/python3.9/site-packages/paddle/fluid/libpaddle.so
2023-07-24 08:49:14.849 Uncaught app exception
Traceback (most recent call last):
File "/home/appuser/venv/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 552, in _run_script
exec(code, module.__dict__)
File "/app/receiptgpt_streamlit/first_script.py", line 4, in <module>
from paddleocr import PaddleOCR
File "/home/appuser/venv/lib/python3.9/site-packages/paddleocr/__init__.py", line 14, in <module>
from .paddleocr import *
File "/home/appuser/venv/lib/python3.9/site-packages/paddleocr/paddleocr.py", line 21, in <module>
import paddle
File "/home/appuser/venv/lib/python3.9/site-packages/paddle/__init__.py", line 31, in <module>
from .framework import monkey_patch_variable
File "/home/appuser/venv/lib/python3.9/site-packages/paddle/framework/__init__.py", line 17, in <module>
from . import random # noqa: F401
File "/home/appuser/venv/lib/python3.9/site-packages/paddle/framework/random.py", line 17, in <module>
from paddle import fluid
File "/home/appuser/venv/lib/python3.9/site-packages/paddle/fluid/__init__.py", line 36, in <module>
from . import framework
File "/home/appuser/venv/lib/python3.9/site-packages/paddle/fluid/framework.py", line 35, in <module>
from . import core
File "/home/appuser/venv/lib/python3.9/site-packages/paddle/fluid/core.py", line 356, in <module>
raise e
File "/home/appuser/venv/lib/python3.9/site-packages/paddle/fluid/core.py", line 269, in <module>
from . import libpaddle
ImportError: libssl.so.1.1: cannot open shared object file: No such file or directory
Yes, there is no Problem, But after that the requierements are installed, which of course still works without problems. But when the app starts, exactly the error I described at the beginning occurs.