Open LSK0821 opened 1 year ago
export PATH="/usr/local/cuda-11.3/bin${PATH:+:${PATH}}" export LD_LIBRARY_PATH=/usr/local/cuda-11.3/lib64${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
my bashrc is like this. and it works.
Thank you for your answer! But this didn't solve my problem.
I tried to execute the above command in terminal, NerFACC can find toolkit, but it will be Killed. Does the author have a solution?
@LSK0821 Install the pre-built wheel for nerfacc here so that it doesn't need to be compiled before use. It seems that the compilation failed on your machine.
@LSK0821在这里安装nerfacc的pre-built wheel ,这样使用前就不需要编译了。看来您的机器上编译失败了。
Hello dear author! Thank you for your comments, I followed what you said pip install nerfacc -f https://nerfacc-bucket.s3.us-west-2.amazonaws.com/whl/torch-1.13.0_cu117.html I compiled nerfacc, but currently only the latest compiled version is available, which is different from version 0.33 in requirements, and many functions have changed and the project is no longer executable. Is there any other solution?
Sorry, I totally forget this. Could you try installing from git source via:
pip install git+https://github.com/KAIR-BAIR/nerfacc.git@0.3.3
Sorry, I totally forget this. Could you try installing from git source via:
pip install git+https://github.com/KAIR-BAIR/nerfacc.git@0.3.3
Thank you very much! This method works! Thank you for your answer, I close this question.
Hello dear author, I am running python launch.py --config configs/neus-dtu.yaml --gpu 0 --train. The following problem occurs, but I have set PATH and LD_LIBRARY_PATH in the system barshrc, but still the problem occurs