unable to import python client
Collecting aerospike Using cached https://files.pythonhosted.org/packages/62/e1/b33a0bcbb1f223fecb22bcfa70fd7add740ab96cc6ce1d083f14a429f2ca/aerospike-3.10.0.tar.gz ERROR: Command errored out with exit status 8: command: /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/r8/839_4ptd2pq2c6s1z7gfdvbr0000gp/T/pip-install-4myvi98j/aerospike/setup.py'"'"'; file='"'"'/private/var/folders/r8/839_4ptd2pq2c6s1z7gfdvbr0000gp/T/pip-install-4myvi98j/aerospike/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/r8/839_4ptd2pq2c6s1z7gfdvbr0000gp/T/pip-install-4myvi98j/aerospike/pip-egg-info cwd: /private/var/folders/r8/839_4ptd2pq2c6s1z7gfdvbr0000gp/T/pip-install-4myvi98j/aerospike/ Complete output (1 lines): error: OS not supported: macOS-10.14.6-x86_64-i386-64bit ---------------------------------------- ERROR: Command errored out with exit status 8: python setup.py egg_info Check the logs for full command output.
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 build and install the python client on python 3.8 using these directions. https://github.com/aerospike/aerospike-client-python/blob/master/BUILD.md
When python 3.8 is officially supported, we will post a wheel on pypi so it can be installed via pip.
@dwelch-spike Hello there! Any update on a new release?
Hi @ofek,
The next release will come in the near future. It will most likely contain Python 3.8 support.
Hi @dwelch-spike!
any updates on python 3.8 support?
Yes. Apologies for the long delay but Python3.8 support is coming soon.
Yes. Apologies for the long delay but Python3.8 support is coming soon.
And libssl1.1.1 support also?)
Hey @evstratbg ,
The Python Client currently supports openssl1.1.1 on Linux through our manylinux builds https://discuss.aerospike.com/t/python-client-manylinux2010-wheel-install-and-openssl/7005. OSX support probably won't be in the upcoming release but in one soon after.