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

Incompatibility Python typing-extensions #361

Open
mschlenstedt opened this issue Apr 6, 2024 · 1 comment
Open

Incompatibility Python typing-extensions #361

mschlenstedt opened this issue Apr 6, 2024 · 1 comment

Comments

@mschlenstedt
Copy link
Contributor

mschlenstedt commented Apr 6, 2024

When installing mqtt-io 2.3.0 (as an upgrade from mqtt-io 2.2.9), I get the following errors:

Adafruit Libs require newest typing-extensions V4.x:

adafruit-circuitpython-ads1x15 2.2.25 requires typing-extensions~=4.0, but you have typing-extensions 3.10.0.2 which is incompatible.
adafruit-circuitpython-register 1.9.18 requires typing-extensions~=4.0, but you have typing-extensions 3.10.0.2 which is incompatible.
Successfully installed typing-extensions-3.10.0.2

When installing newest typing-extension 4.7.1 to satisfiy ~=4.0, mqtt-io complains that it need a version between <4.0.0,>=3.7.4

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
mqtt-io 2.3.0 requires typing-extensions<4.0.0,>=3.7.4, but you have typing-extensions 4.7.1 which is incompatible.
Successfully installed typing_extensions-4.7.1
@BenjiU
Copy link
Collaborator

BenjiU commented Apr 9, 2024

#364 may fix this

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

No branches or pull requests

2 participants