Open everping opened 8 years ago
I get this same error building on linux mint (ubuntu) 32 bit.
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.
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.
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
`