-
Notifications
You must be signed in to change notification settings - Fork 14
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
Doesn't work with aiomqtt 2.0.0 #13
Comments
Issue: #13 Incompatible with aiomqtt 2.0.0 This is a temporary fix, pending the implementation of modifications mentioned in: https://sbtinstruments.github.io/aiomqtt/migration-guide-v2.html Co-authored-by: Norman Rasmussen <norman@rasmussen.co.za> Signed-off-by: Flavio Fernandes <flavio@flaviof.com>
Thank you @normanr ! I merged in the temporary fix. For convenience, I started a vm using Vagrant:
|
Thanks! Using an ordered comparison ref: https://packaging.python.org/en/latest/specifications/version-specifiers/#id4 |
fwiw, Python 3.7 support was dropped in empicano/aiomqtt#246 which is probably why it didn't detect it. |
Issue: #13 Incompatible with aiomqtt 2.0.0 This is a temporary fix, pending the implementation of modifications mentioned in: https://sbtinstruments.github.io/aiomqtt/migration-guide-v2.html Co-authored-by: Norman Rasmussen <norman@rasmussen.co.za> Signed-off-by: Flavio Fernandes <flavio@flaviof.com>
Quick fix is to update requirement.txt to have
aiomqtt==1.2.1
Longer fix is to follow https://sbtinstruments.github.io/aiomqtt/migration-guide-v2.html
The text was updated successfully, but these errors were encountered: