Replies: 2 comments 2 replies
-
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.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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