hyprland-community / pyprland

Scratchpads & many goodies for Hyprland [maintainer=@fdev31]
MIT License
345 stars 15 forks source link

[BUG] Import error, possible missing module? #110

Closed Chxshire22 closed 3 months ago

Chxshire22 commented 3 months ago

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):

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

fdev31 commented 3 months ago

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.