question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

DMPNNFeaturizer not available

See original GitHub issue

🐛 Bug

Cannot import DMPNNFeaturizer

To Reproduce

Steps to reproduce the behavior:

!pip install --pre deepchem import deepchem as dc from deepchem.feat import DMPNNFeaturizer

Error: ImportError: cannot import name 'DMPNNFeaturizer' from 'deepchem.feat' (/usr/local/lib/python3.7/dist-packages/deepchem/feat/__init__.py)

Environment

Colab Deepchem 2.6.1

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:7 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
rbharathcommented, Sep 13, 2022

Discussing with @ARY2260 offline, the bug is that we forgot to bump the dev version in https://github.com/deepchem/deepchem/blob/master/deepchem/__init__.py#L6. @ARY2260 said he will make a bugfix

1reaction
ARY2260commented, Sep 2, 2022

image This is working fine.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Featurizers — deepchem 2.6.2.dev documentation
This is only available on fast tokenizers inheriting from [ PreTrainedTokenizerFast ], if using Python's tokenizer, this method will raise NotImplementedError .
Read more >
deepchem/featurizers.rst at master - GitHub
Isn't part of the promise of deep learning that we can learn patterns directly from raw data? Unfortunately it turns out that deep...
Read more >
Google Summer of Code 2022: D-MPNN Model ... - DeepChem
I will be working with DeepChem this summer as a GSoC contributor. ... Goal: to implement DMPNNFeaturizer class; Open topics to discuss:.
Read more >
Google Summer of Code 2022 | D-MPNN Model for DeepChem
... of Code 2022, working with DeepChem to implement the D-MPNN model. ... The DMPNNFeaturizer() class is the main featurizer class for the ......
Read more >
DMPNNFeaturizer not available - PullAnswer
DMPNNFeaturizer not available. ... --pre deepchem is installing an older version of deepchem which does not have dmpnn featurizer ... This is working...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found