aerospike-client-python
aerospike-client-python copied to clipboard
debian testing support
Hi,
if it's possible, please, add debian testing "support":
# pip2 install aerospike
...
Installing collected packages: aerospike
Running setup.py install for aerospike
error: debiantesting is not supported.
error: scripts/aerospike-client-c.sh 1
info: Executing ./scripts/aerospike-client-c.sh
Complete output from command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip-build-drWmgI/aerospike/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-mU6sNt-record/install-record.txt --single-version-externally-managed --compile:
error: debiantesting is not supported.
Thanks
With pip (>=19.0) and latest python client (>=3.8.0), you should be able to install on linux without needing to download the c client or install any other dependencies anymore.