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

While following install guide: undefined symbol: iJIT_NotifyEvent #27

Open
LEFTazs opened this issue Jun 28, 2024 · 0 comments
Open

While following install guide: undefined symbol: iJIT_NotifyEvent #27

LEFTazs opened this issue Jun 28, 2024 · 0 comments

Comments

@LEFTazs
Copy link

LEFTazs commented Jun 28, 2024

When reaching this point in the installation guide: pip install ./torchsparse

I get the following error:
Looking in indexes: https://pypi.org/simple, https://nexus.aimotive.com/repository/pypi-aim/simple
Processing ./torchsparse
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [8 lines of output]
Traceback (most recent call last):
File "", line 36, in
File "", line 34, in
File "/home/ad.adasworks.com/balazs.szolar/Projects/LidarCloudInvestigation/OpenPCSeg/package/torchsparse/setup.py", line 4, in
import torch
File "/home/ad.adasworks.com/balazs.szolar/miniforge3/envs/pcseg/lib/python3.7/site-packages/torch/init.py", line 197, in
from torch._C import * # noqa: F403
ImportError: /home/ad.adasworks.com/balazs.szolar/miniforge3/envs/pcseg/lib/python3.7/site-packages/torch/lib/libtorch_cpu.so: undefined symbol: iJIT_NotifyEvent
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.

It seems to be some kind of problem with the pytorch installation.

Could you help with this issue?

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