question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

PyTorch 1.13 wheels

See original GitHub issue

😵 Describe the installation problem

Hi,

I receive an error “Segmentation fault: 11” when trying running the following code: import torch_geometric

These are the versions of the installed packages Screenshot 2022-11-02 at 16 11 32

May you please provide some assistance regarding this issue.

Thank you

Environment

  • PyG version:
  • PyTorch version: 1.13
  • OS: MacOS
  • Python version: 3.9
  • CUDA/cuDNN version: None
  • How you installed PyTorch and PyG (conda, pip, source):pip
  • Any other relevant information (e.g., version of torch-scatter):

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:2
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
rusty1scommented, Nov 10, 2022

Yes, will ping you here once it is ready.

2reactions
rusty1scommented, Nov 3, 2022

We currently only support PyTorch 1.12 in conda. PyTorch 1.13 just got released a few days ago, so we need to update accordingly. Should be done by next week 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

PyTorch 1.13 release, including beta versions of functorch and ...
We are excited to announce the release of PyTorch® 1.13 (release note)! This includes Stable versions of BetterTransformer.
Read more >
torchvision CPU nightly wheels are stored in the wrong index
Your command is fine, but our index is broken. In the mean time, you can also install with. pip install --pre torch torchvision...
Read more >
Installation Guide — intel_extension_for_pytorch 1.13.0+cpu ...
Make sure to check out the correct PyTorch version according to the table above. Install via wheel file . Prebuilt wheel files...
Read more >
torch - PyPI
Installation. Binaries. Commands to install binaries via Conda or pip wheels are on our website: https://pytorch.org/get-started/locally ...
Read more >
Installation — pytorch_geometric documentation
Installation via Pip Wheels · Ensure that at least PyTorch 1.12.0 is installed: python -c "import torch; print(torch.__version__)" >>> 1.13.0 · Find the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found