-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Description
When I run
cd harvard_cep
python mol_lib.py
I got the following error:
Traceback (most recent call last):
File "mol_lib.py", line 115, in
MOLLIB = _mol_lib()
File "mol_lib.py", line 12, in init
self.lib = ctypes.CDLL('%s/build/dll/libmol.so' % dir_path)
File "/home/account/anaconda3/lib/python3.7/ctypes/init.py", line 356, in init
self._handle = _dlopen(self._name, mode)
OSError: /home/account/pytorch_structure2vec-master/harvard_cep/build/dll/libmol.so: undefined symbol: _ZN5RDKit17SmilesMolSupplierC1ERKSsS2_iibb
I think this issue is related with #2, but I can not solve this problem with the suggestion. I have tried to rebuilt rdkit and boost severl times, but the same error still incurs.
Thanks for help!
Metadata
Metadata
Assignees
Labels
No labels