Discussion:
[PyCUDA] Installation on Ubuntu 14.04
Guillaume Androz
2017-02-28 20:37:06 UTC
Permalink
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
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/games
echo $CUDA_ROOT
/usr/local/cuda-8.0
Andreas Kloeckner
2017-03-01 00:22:22 UTC
Permalink
Post by Guillaume Androz
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
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
Can you find cuda.h anywhere on your system?

Andreas

Loading...