Skip to content

EmbedMultipleConfs Python argument types error #2536

@tonyyzy

Description

@tonyyzy

Description:

  • RDKit Version: 2019.03.2
  • Platform: CentOs 7 / MacOS X

Using EmbedMultipleConfs for conformer generation, RDKit gives Boost.Python.ArgumentError: Python argument types did not match C++ signature
error.

from rdkit.Chem import AllChem
import rdkit.Chem as Chem

mol = Chem.MolFromInchi(r"InChI=1S/C18H24O2/c1-18-9-8-14-13-5-3-12(19)10-11(13)2-4-15(14)16(18)6-7-17(18)20/h3,5,10,14-17,19-20H,2,4,6-9H2,1H3/t14-,15-,16+,17+,18+/m1/s1")
ids=AllChem.EmbedMultipleConfs(mol, numConfs=50, params=AllChem.ETKDG(), maxAttempts=10)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions