Error with "Optical Character Recognition (OCR)"
Hello,
When I try to use the recipe "Optical Character Recognition (OCR)" on a folder containing grayscaled pictures (obtained with "Greyscale" recipe), it fails. The error type is: "Error in Python process: At line 22: <class 'ImportError'>: libGL.so.1: cannot open shared object file: No such file or directory".
Can you please help me to fix this problem?
Thanks in advance.
Regards.
Best Answer
-
The error indicates that there is an OS package missing that provides libGL.so.1 shared library.
The OS package that is required depends on your OS. Your sys-admin should help you install it.
For RHEL/CentOS OS libgl1 system package can be installed by installing mesa-libGL with the following command:
$ sudo yum update && sudo yum install mesa-libGL
The package libgl1-mesa-glx should be instal for Ubuntu/Debian.
Answers
-
Thanks a lot. It works now!
-
Muneesh Partner, Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS ML Practitioner, Dataiku DSS Core Concepts, Dataiku DSS Adv Designer, Registered Posts: 2 Partner
Hi,
I am also getting same error but I am using online dataiku launchpad.
So I am not having access from backend than how it can be resolve now.