Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@arieroos
Copy link
Contributor

I had some issues installing mqttwarn in an existing venv. This fixes #584 which is my issue.

I tested my change on my dev machine with these commands:

 pyenv install 3.10.4
 pyenv shell 3.10.4
 git clone [email protected]:arieroos/mqttwarn.git
 cd mqttwarn
 pip --version
 > pip 22.0.4 from /Users/arieroos/.pyenv/versions/3.10.4/lib/python3.10/site-packages/pip (python 3.10)
 pip install future==0.17.1
 pip install .
 mqttwarn make-config > mqttwarn.ini
 cat mqttwarn.ini

All commands succeeded

@amotl amotl changed the title Force future version to be at leat 0.18 Force futures version to be at least 0.18 Sep 15, 2022
Copy link
Member

@amotl amotl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a stack!

@amotl amotl merged commit 4372204 into mqtt-tools:main Sep 15, 2022
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

Successfully merging this pull request may close these issues.

Python 3.10 support

2 participants