-
Notifications
You must be signed in to change notification settings - Fork 54
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
Entry Point Not Found #24
Comments
Thanks for your interests! We never encounter with such problem in practice. I think this may caused by the version mismatch of torch_scatter (maybe mismatch with the device environment). Please try to re-install the torch_scatter with another version following the instruction on its github page and check whether it helps. |
Now I am getting Ninja build error for I have investigated the error, and it seems 'ninja -v' command in the
|
@Jumpat Could you kindly share the details (OS info, ninja version, MSVC version etc) and conda environment list ( |
I guess this is also caused by some version mismatch problem (nvcc, cuda toolkit, cudnn, g++, ...). We didn't test sa3d on windows platform previously. cat /proc/version shows: Linux version 5.15.0-76-generic (buildd@lcy02-amd64-019) (gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #83~20.04.1-Ubuntu SMP ninja --version shows 1.10.2 I hope the attached packages.txt can help you find some solution. |
I am also facing same problem in my Ubuntu 23.04, There's some version mismatch problem. Is it possible to share a docker image? |
Our code is based on DVGO and we have not met this problem. You can try to search for solutions in DVGO issues. I also find a related issue here and hope it can help you. We will release the nerfstudio implementation of |
After running
python run.py
orpython run_seg_gui.py
the following error showing:In a separate GUI:
In the command line:
My conda env list (generated using
conda list > file.txt
):My CUDA version: 11.6 (originally I had 12.0, but I had to downgrade to 11.6 to match the torch version for this project)
Any solution?
The text was updated successfully, but these errors were encountered: