dwelch-spike

Results 28 comments of dwelch-spike

Hi @king-ds, You are correct. Secondary indexes on floats aren't supported yet. The given code creates a secondary index on a bin "fare_amount" that holds integers. Fare_amount is actually a...

Hi @alon-dotan-starkware How are you installing the Python client on your venv? These sorts of issues may be solved by the packaged openssl in our manylinux wheels. I would recommend...

@alon-dotan-starkware the manylinux installation happens by default when using `pip install aerospike`, but you need Python client >= 3.8.0 and pip >= 19.0. There is an explanation here https://discuss.aerospike.com/t/python-client-manylinux2010-wheel-install-and-openssl/7005

Hi @Felixoid, The Python client doesn't officially support python3.8 yet so there isn't a manylinux2010 wheel for it on pip. The build script instead tries to build the Python client...

Hi @sakebomb , Looks like there was an issue publishing the manylinux wheels for the last release so the client was building from source. The install should work now. Please...

Thanks for the suggestion @Rickkwa. We will look into it.

Hi @pravin1406 The python client does not officially support python 3.8 yet. I believe you are running into the same issue mentioned here. https://github.com/aerospike/aerospike-client-python/issues/250#issue-551535301 You should be able to manually...

Hi @ofek, The next release will come in the near future. It will most likely contain Python 3.8 support.