Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to load and featurize the pdbbind data (Chapter05/pdbbind_rf.py) #33

Open
cheongw opened this issue Apr 21, 2023 · 1 comment
Open

Comments

@cheongw
Copy link

cheongw commented Apr 21, 2023

Hi,

I have been trying to run the revised code from the tutorial (Chapter05/pdbbind_rf.py). However, I could not load and featurize the pdbbind data from Molnet for some reason.

Please, refer to the line of code (from the tutorial) and the subsequent error message shown in the snapshot.

tasks, datasets,transformers = dc.molnet.load_pdbbind(featurizer=grid, splitter="random", subset="core")

image

Thank you in advance.

Woo-Jae

@partrita
Copy link
Contributor

partrita commented Dec 1, 2023

I got same problems. and I guess this error caused by deepchem library itself.

use docker like below code.

docker run --rm -it -v $PWD:root/mydir/ deepchemio/deepchem:2.4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants