Skip to content

Issue: from pyvx import vx #1

@ghost

Description

per calling "from pyvx import vx" I got this

>>> from pyvx import vx
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "pyvx/vx.py", line 120, in <module>
    from pyvx.types import *
  File "pyvx/types.py", line 2, in <module>
    from pyvx._auto_vx import *
  File "pyvx/_auto_vx.py", line 1, in <module>
    from pyvx.backend import lib, ffi
  File "pyvx/backend/__init__.py", line 9, in <module>
    "")
ImportError: No default backend found. Please build one using:

    /usr/bin/python -mpyvx.build_cbackend --default name /path/to/openvx/install

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions