import torch_geometric.datasets incurred "The specified module could not be found" in VSCode #2697
Unanswered
chris-opendata
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Does the above script work in the terminal for you? I'm not a VSCode user (hopefully someone else can help), but this link might be useful to you. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to use torch_geometric in VSCode IDE on Windows 10. I successfully installed the package in my miniconda3 virtual env by following https://github.com/rusty1s/pytorch_geometric. I also set up the following VSCode settings as follows:
settings.json:
launch.json:
Here is my example code (main.py):
I got the following error hitting on 'from torch_geometric.datasets import TUDataset' when running the code from VSCode.
Could anyone shed some light on the setting to make it work?
Thank you
Chris
Beta Was this translation helpful? Give feedback.
All reactions