nucypher / nufhe

NuCypher fully homomorphic encryption (NuFHE) library implemented in Python
https://nufhe.readthedocs.io/en/latest/
GNU General Public License v3.0
441 stars 53 forks source link

python3 ./gate_nand.py Traceback (most recent call last): File "./gate_nand.py", line 2, in <module> import nufhe ModuleNotFoundError: No module named 'nufhe' #25

Closed bpradeep508 closed 2 years ago

fjarri commented 3 years ago

Do you actually have nufhe installed? Is it present in pip list output?

fjarri commented 2 years ago

Closing for inactivity. Not sure what the problem was here.