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

ModuleNotFoundError: No module named 'pandas.core.indexes.numeric' #68

Open
hxu105 opened this issue Mar 12, 2024 · 0 comments
Open

ModuleNotFoundError: No module named 'pandas.core.indexes.numeric' #68

hxu105 opened this issue Mar 12, 2024 · 0 comments

Comments

@hxu105
Copy link

hxu105 commented Mar 12, 2024

Howdy, thank you for providing this amazing work to the community; however, there are some bugs in the code hindering us from exploring the dataset. Could you help to revise the code? I believe some bugs are due to the package version, but I do face one about

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/scratch/user/hx105/pretrain-gnns/chem/loader.py", line 284, in __init__
    super(MoleculeDataset, self).__init__(root, transform, pre_transform,
  File "/scratch/user/hx105/explainer/lib/python3.8/site-packages/torch_geometric/data/in_memory_dataset.py", line 76, in __init__
    super().__init__(root, transform, pre_transform, pre_filter, log)
  File "/scratch/user/hx105/explainer/lib/python3.8/site-packages/torch_geometric/data/dataset.py", line 102, in __init__
    self._process()
  File "/scratch/user/hx105/explainer/lib/python3.8/site-packages/torch_geometric/data/dataset.py", line 235, in _process
    self.process()
  File "/scratch/user/hx105/pretrain-gnns/chem/loader.py", line 398, in process
    _load_chembl_with_labels_dataset(os.path.join(self.root, 'raw'))
  File "/scratch/user/hx105/pretrain-gnns/chem/loader.py", line 1201, in _load_chembl_with_labels_dataset
    sampleAnnInd=pickle.load(f)
ModuleNotFoundError: No module named 'pandas.core.indexes.numeric'

Many thanks!

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

1 participant