thiagokokada / i3pyblocks

A replacement for i3status, written in Python using asyncio.
MIT License
19 stars 2 forks source link

aionotify not compatible with Python 3.11 #136

Open miles-and-miles opened 1 year ago

miles-and-miles commented 1 year ago

I am running Python 3.11.3 on Arch Linux. Your example config i3pyblocks/example.py fails to run because aionotify doesn't work with 3.11.

See:

This references another bug report:

Which contains a link to a fork of aionotify which does support 3.11:

The changes required to aionotify are quite small.

I am a beginner when it comes to Python so not sure how you would handle this. But hopefully this helps.