daniellerch / python-jpeg-toolbox

The JPEG toolbox for Python
MIT License
12 stars 7 forks source link

New branch fails to build. Possibly a missing install dependency. #4

Open justin-in-time opened 1 year ago

justin-in-time commented 1 year ago

Collecting git+https://github.com/daniellerch/python-jpeg-toolbox Cloning https://github.com/daniellerch/python-jpeg-toolbox to /tmp/pip-req-build-ugg2z4_c Running command git clone -q https://github.com/daniellerch/python-jpeg-toolbox /tmp/pip-req-build-ugg2z4_c Building wheels for collected packages: jpeg-toolbox Building wheel for jpeg-toolbox (setup.py) ... error ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-ugg2z4_c/setup.py'"'"'; file='"'"'/tmp/pip-req-build-ugg2z4_c/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);c ode=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-vv3t_jj4 cwd: /tmp/pip-req-build-ugg2z4_c/ Complete output (15 lines): running bdist_wheel running build running build_py creating build creating build/lib.linux-x86_64-3.8 copying jpeg_toolbox.py -> build/lib.linux-x86_64-3.8 running build_ext building 'jpeg_toolbox_extension' extension creating build/temp.linux-x86_64-3.8 x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-t ime -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.8 -c jpeg_toolbox_extension.c -o build/temp.linux-x86_64-3.8/jpeg_toolbox_extension.o jpeg_toolbox_extension.c:4:10: fatal error: jerror.h: No such file or directory 4 | #include | ^~~~~~ compilation terminated. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

ERROR: Failed building wheel for jpeg-toolbox