-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Description
I've installed the ArrayFire libraries, pip-installed the python wrapper, and followed the directions on the wiki, but I haven't been able to run any code yet.
When I run af.info()
, I get the following:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python2.7/site-packages/arrayfire/device.py", line 32, in info
safe_call(backend.get().af_info())
File "/usr/local/lib/python2.7/site-packages/arrayfire/util.py", line 75, in safe_call
raise RuntimeError(to_str(err_str), af_error)
RuntimeError: ('', 501)
I'm on an AWS g2.2xlarge, with the NVIDIA/Amazon Linux image.
Any debugging advice?
Metadata
Metadata
Assignees
Labels
No labels