Hi Guys,
Currently, we are training some invoice documents through Data Manager (UiPath Product) with some custom fields While trying to train the pipeline using the data set that is exported from the Data manager
We are facing the error βFailedβ every time we trained those schema sets.
a) OutoftheBox Model: Invoices, Document Understanding, and InvoicesIndia. (We tried to Train the dataset with all these models)
b) Have a Data Manager License
c) Invoice Data: Provided by Client with Various Languages and Formats.
Error Message:
Docker Build failed with error com.spotify.docker.client.exceptions.DockerException: e[91m ERROR: Command errored out with exit status 1:
command: /usr/local/bin/python -u -c βimport sys, setuptools, tokenize; sys.argv[0] = β"β"β/tmp/pip-install-w52yfvxw/gmpy2/setup.pyβ"β"β; file=β"β"β/tmp/pip-install-w52yfvxw/gmpy2/setup.pyβ"β"β;f=getattr(tokenize, β"β"βopenβ"β"β, open)(file);code=f.read().replace(β"β"β\r\nβ"β"β, β"β"β\nβ"β"β);f.close();exec(compile(code, file, β"β"βexecβ"β"β))β bdist_wheel -d /tmp/pip-wheel-qcmeqg7i
cwd: /tmp/pip-install-w52yfvxw/gmpy2/
Complete output (14 lines):
running bdist_wheel
running build
running build_ext
building βgmpy2β extension
creating build
creating build/temp.linux-x86_64-3.6
creating build/temp.linux-x86_64-3.6/src
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DWITHMPFR -DWITHMPC -I/usr/local/include/python3.6m -c src/gmpy2.c -o build/temp.linux-x86_64-3.6/src/gmpy2.o
In file included from src/gmpy2.c:426:
src/gmpy.h:252:12: fatal error: mpfr.h: No such file or directory
include βmpfr.hβ
^~~~~~~~
compilation terminated.
error: command βgccβ failed with exit status 1
ERROR: Failed building wheel for gmpy2
e[0me[91m ERROR: Command errored out with exit status 1:
command: /usr/local/bin/python -u -c βimport sys, setuptools, tokenize; sys.argv[0] = β"β"β/tmp/pip-install-w52yfvxw/pyodbc/setup.pyβ"β"β; file=β"β"β/tmp/pip-install-w52yfvxw/pyodbc/setup.pyβ"β"β;f=getattr(tokenize, β"β"βopenβ"β"β, open)(file);code=f.read().replace(β"β"β\r\nβ"β"β, β"β"β\nβ"β"β);f.close();exec(compile(code, file, β"β"βexecβ"β"β))β bdist_wheel -d /tmp/pip-wheel-s19hdx6o
cwd: /tmp/pip-install-w52yfvxw/pyodbc/
Complete output (14 lines):
running bdist_wheel
running build
running build_ext
building βpyodbcβ extension
creating build
creating build/temp.linux-x86_64-3.6
creating build/temp.linux-x86_64-3.6/src
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPYODBC_VERSION=4.0.27 -I/usr/local/include/python3.6m -c src/buffer.cpp -o build/temp.linux-x86_64-3.6/src/buffer.o -Wno-write-strings
In file included from src/buffer.cpp:12:
src/pyodbc.h:56:10: fatal error: sql.h: No such file or directory
#include <sql.h>
^~~~~~~
compilation terminated.
error: command βgccβ failed with exit status 1
e[0me[91m ERROR: Failed building wheel for pyodbc
e[0me[91m ERROR: Command errored out with exit status 1:
command: /usr/local/bin/python -u -c βimport sys, setuptools, tokenize; sys.argv[0] = β"β"β/tmp/pip-install-w52yfvxw/gmpy2/setup.pyβ"β"β; file=β"β"β/tmp/pip-install-w52yfvxw/gmpy2/setup.pyβ"β"β;f=getattr(tokenize, β"β"βopenβ"β"β, open)(file);code=f.read().replace(β"β"β\r\nβ"β"β, β"β"β\nβ"β"β);f.close();exec(compile(code, file, β"β"βexecβ"β"β))β install --record /tmp/pip-record-gzhu_did/install-record.txt --single-version-externally-managed --user --prefix= --compile --install-headers /home/aifabric/.local/include/python3.6m/gmpy2
cwd: /tmp/pip-install-w52yfvxw/gmpy2/
Complete output (14 lines):
running install
running build
running build_ext
building βgmpy2β extension
creating build
creating build/temp.linux-x86_64-3.6
creating build/temp.linux-x86_64-3.6/src
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DWITHMPFR -DWITHMPC -I/usr/local/include/python3.6m -c src/gmpy2.c -o build/temp.linux-x86_64-3.6/src/gmpy2.o
In file included from src/gmpy2.c:426:
src/gmpy.h:252:12: fatal error: mpfr.h: No such file or directory
include βmpfr.hβ
^~~~~~~~
compilation terminated.
error: command βgccβ failed with exit status 1
β¦ (truncated).