Huelse / HEAAN-Python

HEAAN lib binds for Python
MIT License
32 stars 7 forks source link

Problems running test.py #3

Open LiuDianshi opened 4 years ago

LiuDianshi commented 4 years ago

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!

LiuDianshi commented 4 years ago

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/

Huelse commented 4 years ago

FAQ It may help you.

LiuDianshi commented 4 years ago

It works! Thanks very much! I love this repository!