nresnick
nresnick
in the Makefile, this worked for me: `NVCC = /Developer/NVIDIA/CUDA-7.5/bin/nvcc`
@Vatyx what command did you end up writing to get this to work? I'm on a Mac, and have tried `echo 'export DYLD_LIBRARY_PATH=/Developer/NVIDIA/CUDA-7.5/lib:$DYLD_LIBRARY_PATH' >> ~/.bashrc` as well as `echo 'export...
solved it following [these steps](https://github.com/oracle/node-oracledb/issues/231). Looks like Mac users on El Capitan need to disable SIP to change the library path. I have run into yet another issue that has...
I'm having this issue as well, how would i go about trying the anaconda distribution?
@elbamos Did you figure this out? Getting the original error you posted. Tried setting DYLD_FALLBACK_LIBRARY_PATH as well with no luck.