sagrawal87 / ABE

Attribute-based Encryption
MIT License
191 stars 69 forks source link

error loading from charm.toolbox.pairinggroup import PairingGroup, GT #3

Closed RomeyRome closed 1 year ago

RomeyRome commented 6 years ago

Hi, I'm getting this error when I tied to run main.py

Traceback (most recent call last): File "main.py", line 6, in <module> from charm.toolbox.pairinggroup import PairingGroup, GT

I'm running Charm 0.43 and Python 2.7.10 on Mac OS X

RockyZhangHKU commented 6 years ago

@RomeyRome Hi, I also meet this error on my Ubuntu, can not understand the reason. Have you fix this error already?