We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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...
The text was updated successfully, but these errors were encountered:
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.
install_requires
Sorry, something went wrong.
Hmm. I'm seeing the same issue when attempting to:
pip install HAP-python[QRCode]
Happening on at least two different machines.
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?
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.
No branches or pull requests
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...
The text was updated successfully, but these errors were encountered: