Skip to content

Having trouble using on AWS #57

@dela3499

Description

@dela3499

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions