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 has been 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.
The text was updated successfully, but these errors were encountered:
sorry for the late reply - was busy with other projects. Yes you are correct - it was a typo in setup.py. It totally slipped my eyes and it has been there for ages. Changed it with the latest commit
pip repository is currently in maintenance - will check later.
In the meantime use pip install https://github.com/patrickjahns/simpleusbrelay
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: