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

dlopen Errors on Documentation for Dataloaders #236

Closed
universvm opened this issue Nov 22, 2022 · 1 comment
Closed

dlopen Errors on Documentation for Dataloaders #236

universvm opened this issue Nov 22, 2022 · 1 comment

Comments

@universvm
Copy link

Describe the bug
https://graphein.ai/notebooks/dataloader_tutorial.html

OSError: dlopen(/Users/arianjamasb/opt/anaconda3/envs/graphein-wip/lib/python3.8/site-packages/torch_sparse/_convert_cpu.so, 0x0006): Symbol not found: __ZN2at4_ops19empty_memory_format4callEN3c108ArrayRefIxEENS2_8optionalINS2_10ScalarTypeEEENS5_INS2_6LayoutEEENS5_INS2_6DeviceEEENS5_IbEENS5_INS2_12MemoryFormatEEE
Referenced from: /Users/arianjamasb/opt/anaconda3/envs/graphein-wip/lib/python3.8/site-packages/torch_sparse/_convert_cpu.so
Expected in: /Users/arianjamasb/opt/anaconda3/envs/graphein-wip/lib/python3.8/site-packages/torch/lib/libtorch_cpu.dylib

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://graphein.ai/notebooks/dataloader_tutorial.html
  2. Scroll down to 'Directory Structure'
  3. See error

Expected behavior
No errors.

Desktop (please complete the following information):

  • irrelevant

Additional context
It may be something to do with pytorch geometric

@a-r-j
Copy link
Owner

a-r-j commented Nov 22, 2022

Thanks for pointing this out. This comes from compiling the docs on a machine without GPU. Will be resolved as part of #207

@a-r-j a-r-j closed this as completed Nov 22, 2022
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