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

Incorrect naming? #3

Open
trythesalmon opened this issue Dec 27, 2015 · 1 comment
Open

Incorrect naming? #3

trythesalmon opened this issue Dec 27, 2015 · 1 comment

Comments

@trythesalmon
Copy link

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.

@patrickjahns
Copy link
Owner

Hi there,

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants