andersbll / cudarray

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

force the back-end to CUDA #50

Closed nresnick closed 8 years ago

nresnick commented 8 years ago

I'm trying to force the back-end to CUDA using the steps in your installation guide and get this:

ImportError: dlopen(/path/to/anaconda/lib/python2.7/site-packages/cudarray-0.1.dev0-py2.7-macosx-10.5-x86_64.egg/cudarray/wrap/array_data.so, 2): Library not loaded: @rpath/libcudart.7.5.dylib Referenced from: /path/to/anaconda/lib/python2.7/site-packages/cudarray-0.1.dev0-py2.7-macosx-10.5-x86_64.egg/cudarray/wrap/array_data.so Reason: image not found

any ideas? Thanks again for your help.