runtime error
Exit code: 1. Reason: /usr/local/lib/python3.10/site-packages/paddle/utils/cpp_extension/extension_utils.py:718: UserWarning: No ccache found. Please be aware that recompiling all source files may be required. You can download and install ccache from: https://github.com/ccache/ccache/blob/master/doc/INSTALL.md warnings.warn(warning_message) WARNING: OMP_NUM_THREADS set to 2, not 1. The computation speed will not be optimized if you use data parallel. It will fail if this PaddlePaddle binary is compiled with OpenBlas since OpenBlas does not support multi-threads. PLEASE USE OMP_NUM_THREADS WISELY. Traceback (most recent call last): File "/home/user/app/app.py", line 4, in <module> from paddleocr import PaddleOCR, draw_ocr File "/usr/local/lib/python3.10/site-packages/paddleocr/__init__.py", line 14, in <module> from .paddleocr import ( File "/usr/local/lib/python3.10/site-packages/paddleocr/paddleocr.py", line 64, in <module> from tools.infer import predict_system File "/usr/local/lib/python3.10/site-packages/paddleocr/tools/infer/predict_system.py", line 33, in <module> import tools.infer.predict_det as predict_det File "/usr/local/lib/python3.10/site-packages/paddleocr/tools/infer/predict_det.py", line 31, in <module> from ppocr.data import create_operators, transform File "/usr/local/lib/python3.10/site-packages/paddleocr/ppocr/data/__init__.py", line 35, in <module> from ppocr.data.imaug import transform, create_operators File "/usr/local/lib/python3.10/site-packages/paddleocr/ppocr/data/imaug/__init__.py", line 64, in <module> from .latex_ocr_aug import * File "/usr/local/lib/python3.10/site-packages/paddleocr/ppocr/data/imaug/latex_ocr_aug.py", line 32, in <module> import albumentations as A ModuleNotFoundError: No module named 'albumentations'
Container logs:
Fetching error logs...