gdanezis / petlib

A python library that implements a number of Privacy Enhancing Technolgies
BSD 2-Clause "Simplified" License
133 stars 33 forks source link

errors uring "pip install petlib" #21

Closed songlinjian closed 5 years ago

songlinjian commented 5 years ago

Very long error output when I follow the instruction of readme to install petlib(Ubuntu 14.04.6 LTS, python 2.7.6) The end of the error msg is :

error: command 'i686-linux-gnu-gcc' failed with exit status 1
----------------------------------------

ERROR: Command "/usr/bin/python -u -c 'import setuptools, tokenize;file='"'"'/tmp/pip-install-H3NHgN/petlib/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /tmp/pip-record-4D7FJ1/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-H3NHgN/petlib/

Any one can help figure it out?

songlinjian commented 5 years ago

Resolved by changing to x86_64 linux....