Guillaume Androz
2017-02-28 20:37:06 UTC
Hi,
I'm trying to install pyCuda 2016.1.2 on Mint 17.3 (same as Ubuntu 14.04),
I follow the procedure found at
https://wiki.tiker.net/PyCuda/Installation/Linux/Ubuntu, but I keep having
the same error
In file included from src/cpp/cuda.cpp:1:0:
src/cpp/cuda.hpp:14:18: fatal error: cuda.h: No such file or directory
#include <cuda.h>
^
compilation terminated.
error: command 'gcc' failed with exit status 1
make: *** [all] Error 1
I'm trying to install pyCuda 2016.1.2 on Mint 17.3 (same as Ubuntu 14.04),
I follow the procedure found at
https://wiki.tiker.net/PyCuda/Installation/Linux/Ubuntu, but I keep having
the same error
In file included from src/cpp/cuda.cpp:1:0:
src/cpp/cuda.hpp:14:18: fatal error: cuda.h: No such file or directory
#include <cuda.h>
^
compilation terminated.
error: command 'gcc' failed with exit status 1
make: *** [all] Error 1
echo $PATH
/usr/local/cuda-8.0/bin:/usr/local/bin/anaconda/bin:/usr/local/bin/anaconda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/gamesecho $CUDA_ROOT
/usr/local/cuda-8.0