-
Notifications
You must be signed in to change notification settings - Fork 56
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
broker won't start with python 3.10 #129
Comments
Yup, same thing! I am always surprised when something like this works out of the box ... I was not surprised! I am using Ben Timbys's "queues" package v 0.6.3 Solution for now: I used anaconda and created a python 3.9 venv because I trust the documentation at https://pypi.org/project/amqtt/ which says: Programming Language
So this should work, right? I tried with python 3.7 and pip install amqtt ... FAIL! Same error I am new at anaconda so maybe three is a mistake on my part. I will file a bug report? Nope, issues #95 and #96 indicate this is known but nothing is being done about it! IS AMQTT ABANDONWARE? More time wasted, gotta look around for something that actually functions. |
Use the latest commit, not the really old release version. |
If you need Python 3.10 support now, please try the |
Thanks for answering. The problem is, I needed this for micropython
…On Mon, Feb 6, 2023 at 12:36 PM not-f-elsner ***@***.***> wrote:
If you need Python 3.10 support now, please try the master branch instead
of the release package from Pypi.
—
Reply to this email directly, view it on GitHub
<#129 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEVW4EPIMRJQSACA7CLFGMLWWEZDFANCNFSM6AAAAAATITCB7A>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
Gary Kuipers, President, Casinfo
cell +1 805 443 9446 other +1 702 608 6558
|
We just published the beta release for Python 3.10 support, please check it out and let me know if you encounter any errors: https://pypi.org/project/amqtt/0.11.0b1/ |
The text was updated successfully, but these errors were encountered: