Hi Everyone, I was really looking forward to trying out auto-cpufreq on a Asus ZenBook laptop running an up to date Leap 15.6, as it sounds like it could make a difference in battery energy consumption. I tried installing per these instructions: GitHub - AdnanHodzic/auto-cpufreq: Automatic CPU speed & power optimizer for Linux
Iβm not knowledgeable enough to know if these errors are related to Leap or if they have more to do with auto-cpufreq. Would you able to advise if I should seek help through this forum or with the auto-cpufreq developer? Or if you know how this can be solved, please let me know in a reply.
ββββββββββββββββββββββββββββββββββββββ Detected OpenSUSE distribution ββββββββββββββββββββββββββββββββββββββ
βββββββββββββββββββββββββββββββββββββββ Setting up Python environment βββββββββββββββββββββββββββββββββββββββ
Loading repository data...
Reading installed packages...
'python3' is already installed.
No update candidate for 'python3-3.6.15-150300.10.81.1.x86_64'. The highest available version is already installed.
'python3-pip' is already installed.
No update candidate for 'python3-pip-20.0.2-150400.20.1.noarch'. The highest available version is already installed.
'gtk3' not found in package names. Trying capabilities.
'libgtk-3-0' providing 'gtk3' is already installed.
'dmidecode' is already installed.
No update candidate for 'dmidecode-3.6-150400.16.11.2.x86_64'. The highest available version is already installed.
Resolving package dependencies...
Problem: 1: the to be installed python3-cairo-devel-1.15.1-150000.3.8.1.x86_64 requires 'python3-cairo = 1.15.1', but this requirement cannot be provided
not installable providers: python3-cairo-1.15.1-150000.3.8.1.x86_64[repo-oss]
Solution 1: deinstallation of python3-pycairo-1.20.1-150400.5.69.x86_64
Solution 2: do not install python3-cairo-devel-1.15.1-150000.3.8.1.x86_64
Solution 3: break python3-cairo-devel-1.15.1-150000.3.8.1.x86_64 by ignoring some of its dependencies
Choose from above solutions by number or cancel [1/2/3/c/d/?] (c): c
βββββββββββββββββββββββββββββββββββ Installing necessary Python packages βββββββββββββββββββββββββββββββββββ
Collecting pip
Downloading pip-21.3.1-py3-none-any.whl (1.7 MB)
|ββββββββββββββββββββββββββββββββ| 1.7 MB 4.2 MB/s
Collecting wheel
Downloading wheel-0.37.1-py2.py3-none-any.whl (35 kB)
Installing collected packages: pip, wheel
Attempting uninstall: pip
Found existing installation: pip 20.0.2
Uninstalling pip-20.0.2:
Successfully uninstalled pip-20.0.2
Successfully installed pip-21.3.1 wheel-0.37.1
βββββββββββββββββββββββββββββββββββββββ Installing auto-cpufreq tool βββββββββββββββββββββββββββββββββββββββ
Processing /home/heidi/auto-cpufreq
Installing build dependencies ... error
ERROR: Command errored out with exit status 1:
command: /opt/auto-cpufreq/venv/bin/python /opt/auto-cpufreq/venv/lib64/python3.6/site-packages/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-i4rr0fat/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'poetry-core>=1.0.0' 'poetry-dynamic-versioning>=1.0.0,<2.0.0'
cwd: None
Complete output (4 lines):
Collecting poetry-core>=1.0.0
Downloading poetry_core-1.0.8-py2.py3-none-any.whl (425 kB)
ERROR: Could not find a version that satisfies the requirement poetry-dynamic-versioning<2.0.0,>=1.0.0 (from versions: 0.1.0, 0.2.0, 0.3.0, 0.3.1, 0.3.2, 0.4.0, 0.5.0, 0.6.0, 0.7.0, 0.8.0, 0.8.1, 0.8.2, 0.8.3, 0.9.0, 0.10.0, 0.11.0, 0.12.0, 0.12.1, 0.12.2, 0.12.3, 0.12.4, 0.12.5, 0.12.6, 0.12.7, 0.13.0, 0.13.1, 0.14.0, 0.14.1, 0.15.0, 0.16.0, 0.17.0, 0.17.1, 1.0.0b1, 1.0.0b2, 1.0.0b3)
ERROR: No matching distribution found for poetry-dynamic-versioning<2.0.0,>=1.0.0
----------------------------------------
WARNING: Discarding file:///home/heidi/auto-cpufreq. Command errored out with exit status 1: /opt/auto-cpufreq/venv/bin/python /opt/auto-cpufreq/venv/lib64/python3.6/site-packages/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-i4rr0fat/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'poetry-core>=1.0.0' 'poetry-dynamic-versioning>=1.0.0,<2.0.0' Check the logs for full command output.
ERROR: Command errored out with exit status 1: /opt/auto-cpufreq/venv/bin/python /opt/auto-cpufreq/venv/lib64/python3.6/site-packages/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-i4rr0fat/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'poetry-core>=1.0.0' 'poetry-dynamic-versioning>=1.0.0,<2.0.0' Check the logs for full command output.
βββββββββββββββββββββββββββββββββ auto-cpufreq tool successfully installed βββββββββββββββββββββββββββββββββ
For list of options, run:
auto-cpufreq --help
Thanks so much.