aerospike-client-python
aerospike-client-python copied to clipboard
Aerospike Python Client
Hi guys, may I know if the secondary indexes support **float** data type. As mentioned from this previous issue [https://github.com/aerospike/aerospike-client-python/issues/252](https://github.com/aerospike/aerospike-client-python/issues/252), creating a secondary index must specify the appropriate data type...
The Aerospike Client uses digest **RIPEMD160** which is forbidden in openssl fips version. It throws error while calling connect function. Below is the sample code which is crashed during SSL...
We'd like to use aerospike at a high rate of inserting with our asynchronous code but currently it doesn't work with gevent well.
When the C client has been built using the `USE_LUAJIT = 1`, the python driver fails to build with the following error. ``` x86_64-pc-linux-gnu-gcc -pthread -fPIC -I./aerospike-client-c/include -I./aerospike-client-c/include/ck -Isrc/include -I/usr/include/python2.7...
``` src/include/serializer.h:55: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token src/include/serializer.h:65: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token In file included from src/main/aerospike.c:33:...
My machine does not have access to internet but we have our own proxy to install python packages. We have the aerospike pip tz in that proxy. While installing aerospike...
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:...
I am on a up-to-date Arch Linux install with python 3.6.3 and libev 4.24. I cloned the repositories and checked out the 2.2.3 tag. The build and installation went fine...
[root@sdm-as-01 ~]# /usr/local/bin/pip install aerospike Collecting aerospike Using cached aerospike-2.0.8.tar.gz Installing collected packages: aerospike Running setup.py install for aerospike ... error Complete output from command /usr/bin/python2.7 -u -c "import setuptools,...
I am getting the following error upon running: pip install aerospike The environment is: CentOS Linux release 7.3.1611 (Core) pip install --no-cache aerospike Collecting aerospike Downloading aerospike-2.0.6.tar.gz (102kB) 100% |████████████████████████████████|...