JHUISI / charm

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

Undefined symbol "GetResults" #173

Open yurivict opened 6 years ago

yurivict commented 6 years ago
>>> from charm.toolbox.integergroup import IntegerGroup
/usr/local/lib/python3.6/site-packages/charm/core/math/integer.so: Undefined symbol "GetResults"

Version 0.43

jakinyele commented 6 years ago

Can you try version 0.50 (current head) and see if this is still broken? @yurivict

yurivict commented 6 years ago

@jakinyele I reported using 0.43 from https://pypi.python.org/pypi/charm-crypto/0.43

The same version from github begins to download http://pypi.python.org/packages/source/d/distribute/distribute-0.6.42.tar.gz for some reason, and then breaks "urllib2.HTTPError: HTTP Error 403: SSL is required".

Versions from https://pypi.python.org and github version should work the same way.