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

Conda install PyTorch might cause a failure to build pointops #230

Open
mbendjilali opened this issue Apr 25, 2024 · 1 comment
Open

Conda install PyTorch might cause a failure to build pointops #230

mbendjilali opened this issue Apr 25, 2024 · 1 comment

Comments

@mbendjilali
Copy link

mbendjilali commented Apr 25, 2024

Hello,
As of today, the conda install of PyTorch is dynamically linked to an old version of MKL, which does not contain the symbol iJIT_NotifyEvent, leading to a crash when launching the libs/pointops/setup.py script.
To alleviate this issue, I recommend following this topic solution, i.e. using pip install for PyTorch, as it is statically linked to MKL.
pip3 install torch==1.12.1+cu113 torchvision==0.13.1+cu113 torchaudio==0.12.1+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html

@Gofinge
Copy link
Member

Gofinge commented Apr 29, 2024

Thank you for pointing out this issue!!

@Gofinge Gofinge changed the title undefined symbol: iJIT_NotifyEvent Conda install PyTorch might cause fail to build pointops Apr 29, 2024
@Gofinge Gofinge changed the title Conda install PyTorch might cause fail to build pointops Conda install PyTorch might cause a failure to build pointops Apr 29, 2024
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