You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 27, 2019. It is now read-only.
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.
Running
python setup.py installgives me:error: package directory 'simpleusbarray' does not existI'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.