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

Wrong Import at csv_dataset.py #105

Open
AllanSCosta opened this issue Oct 25, 2020 · 1 comment
Open

Wrong Import at csv_dataset.py #105

AllanSCosta opened this issue Oct 25, 2020 · 1 comment

Comments

@AllanSCosta
Copy link

To reproduce: execute dgllife/data/csv_dataset.py

    from dgl import save_graphs, load_graphs

Can be fixed by substituting dgl for dgl.data.utils

@mufeili
Copy link
Contributor

mufeili commented Oct 26, 2020

Which DGL version are you using? Can you try updating the DGL version? Note that you may need to first uninstall DGL with pip uninstall dgl until you cannot import it.

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