In the terminal under specific circumstances, some environment variables are loaded with invalid values because of backslashes, causing certain commands to fail. It would seem that the Python ...
Ok so for some reason the CUDA_HOME env var isn't set by the cuda install process in your scenario, but it is required for loading CPP extensions like our node does. I think this thread might clear ...