-
Notifications
You must be signed in to change notification settings - Fork 9
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
question about pointops #18
Comments
This issue is caused by pointops lib, and it is very common, but I do not have an exact solution to this issue. A possible solution is install pytorch 1.12 with cuda 11.6. |
I have encountered this error before. Perhaps you compiled pointops using a different version of PyTorch. When you change your PyTorch version, you should delete your compiled files and recompile from scratch. |
Could you tell me your environment configuration, I can't run it with the author's pytorch 1.12 and cuda 11.6
|
I am utilizing the RTX 4080 for this task. My environment is configured with the following versions: Python 3.9, Open3D 0.14.1, PyTorch 1.13.1, and CUDA 11.7. |
after install pointops,
ImportError: /data/lab108/dxf/anaconda3/envs/p2c/lib/python3.7/site-packages/pointops-0.0.0-py3.7-linux-x86_64.egg/pointops_cuda.cpython-37m-x86_64-linux-gnu.so: undefined symbol: _ZN8pybind116detail11type_casterIN2at6TensorEvE4loadENS_6handleEb
thanks
The text was updated successfully, but these errors were encountered: