Closed Luidy closed 6 years ago
Make sure you've installed python-paillier before trying to use it.
https://python-paillier.readthedocs.io/en/latest/installation.html
Provided you've installed the dependencies you can also run examples from the top level:
python3 -m examples.alternative_base.py
Thanks. I solved this problem. :)
Hello. I entered the python3 ./alternative_base.py command to run the 'alternative_base.py' code in the example file.
But ModuleNotFoundError: No module named 'phe' error occurs.
How can I run code in example file?
I'll wait for your answer. Thank you.