HEAAN-Python
HEAAN-Python copied to clipboard
Problems running test.py
Hello Dr.Chen,
When I try install HEAAN-Python on my server, I did not meet any error in the installing phase. And the HEAAN-2.1.0.egg-info
file was generated in the dictory /usr/local/lib/python3.6/dist-packages/
. Everything seems fine.
But when I try to run the test.py, an error occured:
Traceback (most recent call last): File "test.py", line 1, in
from HEAAN import * ImportError: libntl.so.43: cannot open shared object file: No such file or directory
Please Help!
Besides the HEAAN-2.1.0.egg-info
, the file HEAAN.cpython-36m-x86_64-linux-gnu.so
was also generated and palced in the dictory /usr/local/lib/python3.6/dist-packages/
FAQ It may help you.
It works! Thanks very much! I love this repository!