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

Installation Failed #72

Open
everping opened this issue Apr 12, 2016 · 3 comments
Open

Installation Failed #72

everping opened this issue Apr 12, 2016 · 3 comments

Comments

@everping
Copy link

I got the following error message during the installation. My OS is Ubuntu 15

/usr/bin/ld: cannot find -lcrypto collect2: error: ld returned 1 exit status error: command 'c++' failed with exit status 1
----------------------------------------
Rolling back uninstall of pybloomfiltermmap Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-8hypHs/pybloomfiltermmap/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-8Cvawq-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-8hypHs/pybloomfiltermmap/

@AlanKK
Copy link

AlanKK commented Oct 3, 2016

I get this same error building on linux mint (ubuntu) 32 bit.

@matutter
Copy link

Hi, I had this issue as well; I solved it with the below on Centos7.

# Centos7 3.10
sudo yum install gcc libffi-devel python-devel openssl-devel
pip install pybloomfiltermmap

I don't use Ubuntu but this might work for you,

sudo apt-get install build-essential libssl-dev libffi-dev python-dev
pip install pybloomfiltermmap

@axiak nice library! You might want to add these requirements in the readme, it looks like there are two open issues involving the missing dev-packages you use in the bdist install.

@jamesjguthrie
Copy link

I had this issue and this worked for me on RHEL.

Hi, I had this issue as well; I solved it with the below on Centos7.

# Centos7 3.10
sudo yum install gcc libffi-devel python-devel openssl-devel
pip install pybloomfiltermmap

@axiak nice library! You might want to add these requirements in the readme, it looks like there are two open issues involving the missing dev-packages you use in the bdist install.

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