JHUISI / charm

Charm: A Framework for Rapidly Prototyping Cryptosystems
http://charm-crypto.io
GNU Lesser General Public License v3.0
552 stars 167 forks source link

Problem occurred when 'make install' #232

Closed Billy1900 closed 5 years ago

Billy1900 commented 5 years ago

when I install charm by tab make install, the problem will occur. the error message as below:

ImportError: module 'setuptools.dist' has no attribute 'check_specifier'
Makefile:43: recipe for target 'install' failed
make: *** [install] Error 1

How can I get through the problem and install it successfully?

jakinyele commented 5 years ago

what OS and version of python 3.x? @Billy1900

Billy1900 commented 5 years ago

it is weird when I install it on Mac, it works well. But when I install on my linux with the same operation, even the same version of openssl, gmp, pbc, the error still occurred. OS: Ubuntu 16.04 python 3.5

Billy1900 commented 5 years ago

when I use python 3.7, it succeeds!