-
Notifications
You must be signed in to change notification settings - Fork 111
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
import error on venv #260
Comments
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 you try the manylinux wheel install (via pip), or build the Python client from source against the openssl of your choice using #256 (comment) (disregard the brew stuff for linux) . Also see https://github.com/aerospike/aerospike-client-python/blob/master/BUILD.md#building-on-an-unsupported-linux-distro I hope this helps. :) |
@dwelch-spike can you share more info about the manylinux installation? |
@alon-dotan-starkware the manylinux installation happens by default when using |
looks like in some situation the aerospike so linked to the wrong SSL so
we do the following, create venv on ci server (ubuntu 18.04) and copy it to docker image which is debian based,
Im getting the following error:
when I run ldd on the aerospike.cpython-37m-x86_64-linux-gnu.so I get different results:
if build the venv on the docker container, the aerospike.cpython-37m-x86_64-linux-gnu.so linked with SSL lib under .libsaerospike
but if I do it on the ubunu machine and copy the venv:
The text was updated successfully, but these errors were encountered: