Skip to content

error message when running python mol_lib.py #18

Description

@hjhung

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions