hyprland-community/pyprland

[BUG] Import error, possible missing module?

Chxshire22 opened this issue · 1 comments

Pyprland version
2.3.7

Describe the bug
Import error aiopen from pyprland aioops.

To Reproduce
Steps to reproduce the behavior:

  1. installed the package with curl from https://hyprland-community.github.io/pyprland/
  2. set up the pyprland.toml file
  3. run pypr to get the daemon running to test it
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Configuration (provide following files/samples when relevant):

  • pyprland.toml
    not exactly relevant, but the exact toml supplied in the link above and the added the lines to the end of my conf file for the hyprland configs.

Additional context
Add any other context about the problem here.
swappy-20240609_024232

Oh thank you there was a typo!
Note that installing "aiofiles" fixes the issue too...
You can rename substitute aioopen with aiopen to get the same result of the git version which I just patched.