Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Python 3.7 features, states 3.6 requirement #192

Closed
se7enmilgram opened this issue Mar 24, 2021 · 1 comment
Closed

Python 3.7 features, states 3.6 requirement #192

se7enmilgram opened this issue Mar 24, 2021 · 1 comment

Comments

@se7enmilgram
Copy link

I was being lazy and built python 3.6 on a Pi Zero W (no mean feat) in order to get the updated version of the project, only to get the following message:

AttributeError: module 'asyncio' has no attribute 'get_running_loop'

A little google searching and it seems as though this is a 3.7+ feature. Probably just need to spec 3.7+ as the requirement.

Otherwise, very cool project!

@flyte
Copy link
Owner

flyte commented Mar 25, 2021

Ah, I think this get_running_loop reference may be from within the asyncio-mqtt client library. I happen to be a contributor on that library too, so I'll see if it's possible to fix 3.6 compatibility on there. Thanks for the report!

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

No branches or pull requests

3 participants