macOS error while using command 'python3 setup.py install'
Hi, I meet some problem while I use 'python3 setup.py install' to set up python library.
HERE is the error.
/usr/bin/clang++ -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -g build/temp.macosx-10.6-intel-3.5/./cudarray/wrap/cudart.o -L/usr/local/cuda/lib -lcudart -lcudarray -o build/lib.macosx-10.6-intel-3.5/cudarray/wrap/cudart.cpython-35m-darwin.so -fPIC ld: library not found for -lcudarray clang: error: linker command failed with exit code 1 (use -v to see invocation) error: command '/usr/bin/clang++' failed with exit status 1
Thanks.
I run these codes to fix my first problem.
export CUDNN_ENABLED=1 export INSTALL_PREFIX=/usr/local/ export CUDA_PREFIX=/usr/local/cuda/
but another problem show now...
./include/cudarray/nnet/cudnn.hpp:8:10: fatal error: 'cudnn.h' file not found #include <cudnn.h>
I don't know what happened , I have downloaded and installed nvidia CUDA SDK... thank to help me.