yifita / pytorch_points

a pytorch extension for learning point clouds
MIT License
35 stars 6 forks source link

Question about the error during import linalg #3

Open Folid opened 4 years ago

Folid commented 4 years ago

Hey, thank you for sharing this code. I met a error during import linalg package whose path is '/home/xxx/anaconda3/envs/pytorch-all/lib/python3.7/site-packages/pytorch_points-0.91-py3.7-linux-x86_64.egg/pytorch_points/_ext/linalg.py'. The warning is "ImportError: libcusolver.so.10: cannot open shared object file: No such file or director". I do have libcusolver.so ,libcusolver.so.10.0, and libcusolver.so.10.0.130 in the /usr/local/cuda-10.0/ package, so i don't know what I should do to solver this problem, could you give me some suggestion? Regardless, thanks for the contributions you already provided.

Folid commented 4 years ago

By the way, I followed your environment.yml file, and my envs is as follows: pytorch==1.4.0 CUDA runtime version=10.0 CUDA driver version=10.1, no cudnn.

tianyilt commented 3 years ago

it works in docker of image nvidia/cuda:10.0-cudnn7-devel after install latest miniconda.
in latest requrement.txt(version of pytorch>=1.4.0) delete openmesh version