andersbll / cudarray

CUDA-based NumPy
MIT License
234 stars 61 forks source link

cudarray/numpy_backend/nnet/conv_bc01.c: No such file or directory #40

Open siyuezhao opened 8 years ago

siyuezhao commented 8 years ago

Could you help me see something wrong? running install install_dir /usr/local/lib/python2.7/dist-packages/ Checking .pth file support in /usr/local/lib/python2.7/dist-packages/ /usr/bin/python -E -c pass TEST PASSED: /usr/local/lib/python2.7/dist-packages/ appears to support .pth files running bdist_egg running egg_info writing requirements to cudarray.egg-info/requires.txt writing cudarray.egg-info/PKG-INFO writing top-level names to cudarray.egg-info/top_level.txt writing dependency_links to cudarray.egg-info/dependency_links.txt reading manifest file 'cudarray.egg-info/SOURCES.txt' writing manifest file 'cudarray.egg-info/SOURCES.txt' installing library code to build/bdist.linux-x86_64/egg running install_lib running build_py running build_ext building 'cudarray.numpy_backend.nnet.conv_bc01' extension x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c cudarray/numpy_backend/nnet/conv_bc01.c -o build/temp.linux-x86_64-2.7/cudarray/numpy_backend/nnet/conv_bc01.o x86_64-linux-gnu-gcc: error: cudarray/numpy_backend/nnet/conv_bc01.c: No such file or directory x86_64-linux-gnu-gcc: fatal error: no input files compilation terminated. error: command 'x86_64-linux-gnu-gcc' failed with exit status 4

andersbll commented 8 years ago

Hm, could it be an outdated version of Cython? Make sure Cython is the latest version. Also, you might want to use the Anaconda Python distribution.