Replies: 2 comments 1 reply
-
I am using cuda 11.4 and it is building fine at my end. |
Beta Was this translation helpful? Give feedback.
0 replies
-
when i open fox with GUI in wsl, Segmentation fault too. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
CUDA: 11.5
OS: Ubuntu 20.04 WSL2
[ 78%] Building CUDA object CMakeFiles/ngp.dir/src/testbed_nerf.cu.o
Segmentation fault (core dumped)
Segmentation fault (core dumped)
make[2]: *** [CMakeFiles/ngp.dir/build.make:258: CMakeFiles/ngp.dir/src/testbed_image.cu.o] Error 139
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [CMakeFiles/ngp.dir/build.make:244: CMakeFiles/ngp.dir/src/testbed.cu.o] Error 139
Solution was to setup a python3 virtual env and build from within that, ensuring that the 'python' called will be the correct one.
Beta Was this translation helpful? Give feedback.
All reactions