AdnanHodzic / auto-cpufreq

Automatic CPU speed & power optimizer for Linux
https://foolcontrol.org/?p=4603
GNU Lesser General Public License v3.0
5.68k stars 280 forks source link

AUR dependency error #699

Closed CRAG666 closed 4 months ago

CRAG666 commented 4 months ago

Traceback (most recent call last): File "/usr/bin/auto-cpufreq", line 5, in from auto_cpufreq.bin.auto_cpufreq import main File "/usr/lib/python3.12/site-packages/auto_cpufreq/bin/auto_cpufreq.py", line 14, in from auto_cpufreq.core import * File "/usr/lib/python3.12/site-packages/auto_cpufreq/core.py", line 29, in from auto_cpufreq.utils.config import config File "/usr/lib/python3.12/site-packages/auto_cpufreq/utils/config.py", line 2, in from auto_cpufreq.utils.config_event_handler import ConfigEventHandler File "/usr/lib/python3.12/site-packages/auto_cpufreq/utils/config_event_handler.py", line 1, in import pyinotify ModuleNotFoundError: No module named 'pyinotify'

Ab3loth commented 4 months ago

paru -S python-pyinotify

needs to be added as a dependency to the aur package at some point as well but that's whats missing

shadeyg56 commented 4 months ago

@parmjotsinghrobot @MusicalArtist12 could one of you guys help with this?

MusicalArtist12 commented 4 months ago

Yeah we need to add python-pyinotify as a dependency

MusicalArtist12 commented 4 months ago

pacman -S python-pyinotify