Closed RockyZhangHKU closed 6 years ago
I think I have found the reason. The key issue is the setup.py. There is one sentence announced that the pyparsing version needs to be checked from the pypi.python.org/simple/pyparsing. but actually it has been installed. I comment out this sentence in the setup.py and then fix it. The Charm has been installed and run make test
successfully.
Hi, I want to test the ac17.py scheme and need to install the Charm at first. While I meet this error when installing the charm cryptography library. My platform is ubuntu (16.04) and the python version is 2.7.12. The following error appears when executing
make install
.This is the output info when executing
make install
command.I have tried to fix this error and google some solution, someone said I should install pip and python setuptools and then install an old version of pyparsing (1.5.7). But this will appear another error also about pyparsing. I guess the key issue is pyparsing, and these are the files under the folder
python2.7/dist-packages
as following.