I am unable to install python-mercuryapi both using pip(3) and the manual build.
Error log:
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting python-mercuryapi
Using cached https://files.pythonhosted.org/packages/7b/11/f618c649b57145e1b03998cf4d732dedf2d9342a3ffbcbae2ba9bcb8a01c/python-mercuryapi-0.5.2.tar.gz
Building wheels for collected packages: python-mercuryapi
Running setup.py bdist_wheel for python-mercuryapi ... error
Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;file='/tmp/pip-install-a_2tlx2l/python-mercuryapi/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-d16_899y --python-tag cp37:
running bdist_wheel
running build
wget https://www.jadaktech.com/wp-content/uploads/2018/11/mercuryapi-1.31.2.zip
--2019-11-25 11:57:38-- https://www.jadaktech.com/wp-content/uploads/2018/11/mercuryapi-1.31.2.zip
Resolving www.jadaktech.com (www.jadaktech.com)... 192.124.249.53
Connecting to www.jadaktech.com (www.jadaktech.com)|192.124.249.53|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2019-11-25 11:57:39 ERROR 404: Not Found.
make: *** [Makefile:28: mercuryapi-1.31.2.zip] Error 8
running build_ext
building 'mercury' extension
creating build
creating build/temp.linux-armv7l-3.7
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ibuild/mercuryapi/include -I/usr/include/python3.7m -c mercury.c -o build/temp.linux-armv7l-3.7/mercury.o
mercury.c:23:10: fatal error: tm_reader.h: No such file or directory
#include <tm_reader.h>
^~~~~~~~~~~~~
compilation terminated.
error: command 'arm-linux-gnueabihf-gcc' failed with exit status 1
Failed building wheel for python-mercuryapi
Running setup.py clean for python-mercuryapi
Failed to build python-mercuryapi
Installing collected packages: python-mercuryapi
Running setup.py install for python-mercuryapi ... error
Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;file='/tmp/pip-install-a_2tlx2l/python-mercuryapi/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-o0knd1ku/install-record.txt --single-version-externally-managed --compile:
running install
running build
wget https://www.jadaktech.com/wp-content/uploads/2018/11/mercuryapi-1.31.2.zip
--2019-11-25 11:57:41-- https://www.jadaktech.com/wp-content/uploads/2018/11/mercuryapi-1.31.2.zip
Resolving www.jadaktech.com (www.jadaktech.com)... 192.124.249.53
Connecting to www.jadaktech.com (www.jadaktech.com)|192.124.249.53|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2019-11-25 11:57:42 ERROR 404: Not Found.
make: *** [Makefile:28: mercuryapi-1.31.2.zip] Error 8
running build_ext
building 'mercury' extension
creating build
creating build/temp.linux-armv7l-3.7
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ibuild/mercuryapi/include -I/usr/include/python3.7m -c mercury.c -o build/temp.linux-armv7l-3.7/mercury.o
mercury.c:23:10: fatal error: tm_reader.h: No such file or directory
#include <tm_reader.h>
^~~~~~~~~~~~~
compilation terminated.
error: command 'arm-linux-gnueabihf-gcc' failed with exit status 1
----------------------------------------
Command "/usr/bin/python3 -u -c "import setuptools, tokenize;file='/tmp/pip-install-a_2tlx2l/python-mercuryapi/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-o0knd1ku/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-a_2tlx2l/python-mercuryapi/
I am unable to install python-mercuryapi both using pip(3) and the manual build.
Error log: