Closed rafaelximenes closed 2 years ago
Welcome! Your issue will be analyzed as soon as possible. Hopefully, we can find a solution to the problem together, please try to provide as much information as possible to help us identify and fix the bug or improve the repository.
Criei a imagem via docker build, porém ao tentar executar o comando docker run na imagem da build é retornado o seguinte erro:
docker run softwarevale/download-sicar:0.0.2 Traceback (most recent call last): File "/usr/src/app/./examples/docker.py", line 1, in
from SICAR import Sicar
File "/usr/local/lib/python3.10/site-packages/SICAR/init.py", line 5, in
from SICAR.sicar import Sicar
File "/usr/local/lib/python3.10/site-packages/SICAR/sicar.py", line 20, in
from SICAR.drivers import Captcha, Tesseract
File "/usr/local/lib/python3.10/site-packages/SICAR/drivers/init.py", line 6, in
from SICAR.drivers.tesseract import Tesseract
File "/usr/local/lib/python3.10/site-packages/SICAR/drivers/tesseract.py", line 5, in
from cv2 import cv2
ImportError: Bindings generation error. Submodule name should always start with a parent module name. Parent name: cv2.cv2. Submodule name: cv2