Problem with DMPNNFeaturizer

Hi All,

Today I tried to use the DMPNNFeaturizer. I used featurizer = dc.feat.DMPNNFeaturizer(). But I got the attribute error " module ‘deepchem.feat’ has no attribute ‘DMPNNFeaturizer’". Can anyone please tell me how to use the DMPNNFeaturizer properly?

Thanks !

Hey, I have the exact same problem. Did you find the solution to the problem?

Use deepchem nightly version (pip install --pre deepchem)

That, and it also need torch_geometric otherwise it won’t load. Use Python10 as well in the conda environment otherwise an old version is installed to mitigate compatibility issues I presume. :slight_smile: