cudarray icon indicating copy to clipboard operation
cudarray copied to clipboard

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

Open siyuezhao opened this issue 9 years ago • 1 comments

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

siyuezhao avatar Mar 01 '16 11:03 siyuezhao

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.

andersbll avatar Mar 02 '16 08:03 andersbll