aerospike-client-python icon indicating copy to clipboard operation
aerospike-client-python copied to clipboard

debian testing support

Open tigran-a opened this issue 10 years ago • 1 comments

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

tigran-a avatar Nov 16 '15 12:11 tigran-a

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.

marknaero avatar Sep 03 '19 20:09 marknaero