Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Incorrect naming? #3

@trythesalmon

Description

@trythesalmon

Running python setup.py install gives me:
error: package directory 'simpleusbarray' does not exist

I'm guessing 'array' is a typo for 'relay'? Tried renaming the package name in setup.py, but then it gives me:
>>> relaycontroller=simpleusbrelay(idVendor=16c0, idProduct=05df) File "<stdin>", line 1 relaycontroller=simpleusbrelay(idVendor=16c0, idProduct=05df) ^

(my device has the same vendor and product id as the sample code)

Using pip I can't install either, as it can't find a source.

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