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

unable to import python client

Open pravin1406 opened this issue 5 years ago • 7 comments

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.

pravin1406 avatar Feb 13 '20 09:02 pravin1406

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 avatar Feb 13 '20 18:02 dwelch-spike

@dwelch-spike Hello there! Any update on a new release?

ofek avatar Feb 19 '20 03:02 ofek

Hi @ofek,

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

dwelch-spike avatar Feb 21 '20 00:02 dwelch-spike

Hi @dwelch-spike!

any updates on python 3.8 support?

evstratbg avatar Aug 27 '20 16:08 evstratbg

Yes. Apologies for the long delay but Python3.8 support is coming soon.

dwelch-spike avatar Aug 27 '20 22:08 dwelch-spike

Yes. Apologies for the long delay but Python3.8 support is coming soon.

And libssl1.1.1 support also?)

evstratbg avatar Aug 27 '20 23:08 evstratbg

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.

dwelch-spike avatar Sep 01 '20 00:09 dwelch-spike