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?