Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to import python client #255

Open
pravin1406 opened this issue Feb 13, 2020 · 7 comments
Open

unable to import python client #255

pravin1406 opened this issue Feb 13, 2020 · 7 comments

Comments

@pravin1406
Copy link

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.

@dwelch-spike
Copy link
Contributor

Hi @pravin1406

The python client does not officially support python 3.8 yet. I believe you are running into the same issue mentioned here. #250 (comment)

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.

@ofek
Copy link

ofek commented Feb 19, 2020

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

@dwelch-spike
Copy link
Contributor

Hi @ofek,

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

@evstratbg
Copy link

Hi @dwelch-spike!

any updates on python 3.8 support?

@dwelch-spike
Copy link
Contributor

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

@evstratbg
Copy link

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

And libssl1.1.1 support also?)

@dwelch-spike
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants