[BUG] Import error, possible missing module?
Chxshire22 opened this issue · 1 comments
Chxshire22 commented
Pyprland version
2.3.7
Describe the bug
Import error aiopen from pyprland aioops.
To Reproduce
Steps to reproduce the behavior:
- installed the package with curl from https://hyprland-community.github.io/pyprland/
- set up the pyprland.toml file
- run pypr to get the daemon running to test it
- 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.
fdev31 commented
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.