-
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
pip install failed #120
Comments
Hi, You missed to install the openssl-devel package. Please install the same and try pip install aerospike. This will resolve your issue. |
Fails to install on Arch. Looks like it's searching for tools not specific to Arch distro: "lsb_release" and "rpm". ❯ pip install aerospike [16:57:15]
❯ Command "/home/foobar/dev/sedmi_odjel/python/project_boofoo/.venv/bin/python3.5 -u -c "import setuptools, tokenize;file='/tmp/foobar/pip-build-s3scvm10/aerospike/setup.py';exec(compile(getattr(tokenize, 'open', open)(file).read().replace('\r\n', '\n'), file, 'exec'))" install --record /tmp/foobar/pip-t0g9e40p-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/foobar/dev/sedmi_odjel/python/project_boofoo/.venv/include/site/python3.5/aerospike" failed with error code 1 in /tmp/foobar/pip-build-s3scvm10/aerospike/ |
I just viewed the build script...wow....can anyone explain why python client is firmly coupled to specific distros? Doesn't make much sense. I think this is the first package I ever witnessed to be distro specific. Well done! |
With pip (>=19.0) and latest python client (>=3.8.0), you should be able to install on linux without needing to download the c client or install any other dependencies anymore. |
Command "/usr/bin/python -c "import setuptools, tokenize;file='/tmp/pip-build-nouMGx/aerospike/setup.py';exec(compile(getattr(tokenize, 'open', open)(file).read().replace('\r\n', '\n'), file, 'exec'))" install --record /tmp/pip-UaNvaM-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-nouMGx/aerospike
centos 6.6
python 2.6.6
The text was updated successfully, but these errors were encountered: