Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't use HAP-python[QRCode] in install_requires in setup.py #182

Open
schinckel opened this issue Feb 5, 2019 · 4 comments
Open

Can't use HAP-python[QRCode] in install_requires in setup.py #182

schinckel opened this issue Feb 5, 2019 · 4 comments

Comments

@schinckel
Copy link
Contributor

More specifically, you may use it, but it is ignored (and only HAP-python is installed).

I'm hoping there is a syntax to fix it, but in case anyone else has the same issue...

@schinckel
Copy link
Contributor Author

Hmm:

Ignoring pyqrcode: markers 'extra == "QRCode"' don't match your environment
Ignoring base36: markers 'extra == "QRCode"' don't match your environment

I guess that has something to do with it. That syntax should work in install_requires.

@schinckel
Copy link
Contributor Author

Hmm. I'm seeing the same issue when attempting to:

pip install HAP-python[QRCode]

Happening on at least two different machines.

@cdce8p
Copy link
Contributor

cdce8p commented Feb 5, 2019

Strange. I can replicate it. However installing it locally form source works without issues:

pip install -e .[QRCode]

Does upgrading pip change anything for you?

@ikalchev
Copy link
Owner

ikalchev commented Mar 4, 2019

I can also replicate this. I did upgrade pip to latest (19.0.3), but the same happened. I tried this with python 3.7 and 3.6, macOS and raspbian.

I found this: pypa/pipenv#3026, which is referenced in several places, but I am not sure that this is the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants