You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
On running the install script with python3 distribute_setup.py check build install the installation fails with the following error.
Searching for Charm-Crypto>=0.42
Reading https://pypi.python.org/simple/Charm-Crypto/
Best match: Charm-Crypto 0.43
Downloading https://pypi.python.org/packages/2b/6b/2c2abcb66f62155a60f5ecfe6936f651ecb9a115a2203c1b1d60d0e8d15e/
Charm-Crypto-0.43.tar.gz#md5=eaba7346c6ac50079a4b7f75f5ce644d
Processing Charm-Crypto-0.43.tar.gz
Writing /tmp/easy_install-02iuyoz0/Charm-Crypto-0.43/setup.cfg
Running Charm-Crypto-0.43/setup.py -q bdist_egg --dist-dir /tmp/easy_install-02iuyoz0/Charm-Crypto-0.43/egg-dist
-tmp-9ni49c3l
warning: no files found matching 'README'
In file included from charm/core/math/pairing/pairingmodule.c:30:0:
charm/core/math/pairing/pairingmodule.h:38:21: fatal error: pbc/pbc.h: No such file or directory
compilation terminated.
Platform: Linux
Config file: config.mk
Warning, using default config vaules.
You probably want to run ./configure.sh first.
error: Setup script exited with error: command 'gcc' failed with exit status 1
The text was updated successfully, but these errors were encountered:
Sorry, I've not been around to address issues. I havn't really checked this project, or charm-crypto for many years. If you can fix it great. Otherwise, I do not have time to look into it.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
On running the install script with
python3 distribute_setup.py check build install
the installation fails with the following error.The text was updated successfully, but these errors were encountered: