MDIL-SNU / SIMPLE-NN

SIMPLE-NN(SNU Interatomic Machine-learning PotentiaL packagE – version Neural Network)
GNU General Public License v3.0
47 stars 23 forks source link

ModuleNotFoundError: No module named 'simple_nn.utils._libgdf' #70

Closed dkumarrav closed 4 years ago

dkumarrav commented 4 years ago

Hi, I have installed all the dependencies of SIMPLE-NN but I am getting following error:

import simple_nn Traceback (most recent call last): File "", line 1, in File "/home/psrg/software/SIMPLE-NN/simple_nn/init.py", line 5, in from .utils import modified_sigmoid, _generate_gdf_file File "/home/psrg/software/SIMPLE-NN/simple_nn/utils/init.py", line 5, in from ._libgdf import lib, ffi ModuleNotFoundError: No module named 'simple_nn.utils._libgdf'

Kindly help me in resolving this issue asap.

Nanco-L commented 4 years ago

Hello, dkumarrav. SIMPLE-NN has C++ implementations so install process is required to compile these modules. Please check #65.

dkumarrav commented 4 years ago

Dear Lee, I installed version-0.9.0 in stead of version-0.8.0 and it is working fine.