You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2 issues occurred when reinstalling mqttany recently:
PIP install of pyyaml failed
I believe it's this issue here python-poetry/poetry#8287 (leading to the root cause in yaml/pyyaml#736)
Short version: 6.0.2 builds fine, and need to change the requirements upper limit of 6.0 to 6.0.2
PIP install of mprop failed
I have logged a ticket for this, and it has been immediately resolved in mprop v0.17.0. Details here: josiahcarlson/mprop#6
Short version: No change needed to requirements file, now that the new mprop version released, but no harm in dropping in 0.17.0 as the new minimum version
With regards to mprop, I know you have this ticket kicking around #126
but the above is probably a quick fix while you look at the longer term options.
Cheers
The text was updated successfully, but these errors were encountered:
2 issues occurred when reinstalling mqttany recently:
PIP install of pyyaml failed
I believe it's this issue here python-poetry/poetry#8287 (leading to the root cause in yaml/pyyaml#736)
Short version: 6.0.2 builds fine, and need to change the requirements upper limit of 6.0 to 6.0.2
PIP install of mprop failed
I have logged a ticket for this, and it has been immediately resolved in mprop v0.17.0. Details here: josiahcarlson/mprop#6
Short version: No change needed to requirements file, now that the new mprop version released, but no harm in dropping in 0.17.0 as the new minimum version
Environment
Proposed solution
Sorry - Jumpting straight to a solution here. Probably just update the following requirements file:
https://github.com/CrazyIvan359/mqttany/blob/master/requirements/mqttany.txt
to read
With regards to mprop, I know you have this ticket kicking around #126
but the above is probably a quick fix while you look at the longer term options.
Cheers
The text was updated successfully, but these errors were encountered: