-
Notifications
You must be signed in to change notification settings - Fork 150
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
segmentation fault (core dumped) when import torch_sparse #228
Comments
Can you show me the installation log when running
Does the same error happen when importing
|
This issue had no activity for 6 months. It will be closed in 2 weeks unless there is some new activity. Is this issue already resolved? |
Hi, |
Can you share your installation log of |
Hi rusty1s, you can find the logs below. My OS is a virtual Ubuntu 22.04.1 LTS under Hyper-V. Recently, I updated all the packages in my virtual environment. First, I will remove the libraries that I do not use anymore such as protobuf. These libraries might cause a conflict in case your library is compatible with the recent numpy/torch/tensorflow libraries. It would have been great if there was a static code checker for python projects that shows which libraries are not used anymore.
|
Here is the solution I found the solve the problem: |
I had the same problem with torch_scatter and this solved that. However, one phenomenon that occurred to me was during the execution of |
Hi,
![image](https://user-images.githubusercontent.com/62705839/166101052-3f5c3d04-d02c-437f-b8d9-7aef44c48b4d.png)
i occured segmentation fault(core dumped) error when import torch_sparse.
Why this error occured?
My version is ..
I installed torch-sparse using this
pip install torch-scatter torch-sparse -f https://data.pyg.org/whl/torch-1.9.0+cu111.html
The text was updated successfully, but these errors were encountered: