Having AttributeError: 'NoneType' object has no attribute 'percent'
issue. You gotta grab the following python packages.
pip, click, psputil & distro.
Search Criteria
Package Details: auto-cpufreq 2.5.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/auto-cpufreq.git (read-only, click to copy) |
---|---|
Package Base: | auto-cpufreq |
Description: | Automatic CPU speed & power optimizer |
Upstream URL: | https://github.com/AdnanHodzic/auto-cpufreq |
Licenses: | LGPL-3.0-or-later |
Submitter: | liljaylj |
Maintainer: | parmjot (MusicalArtist12) |
Last Packager: | parmjot |
Votes: | 81 |
Popularity: | 1.90 |
First Submitted: | 2020-10-29 00:09 (UTC) |
Last Updated: | 2025-01-29 03:15 (UTC) |
Dependencies (16)
- dmidecode (dmidecode-gitAUR)
- gobject-introspection
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-click
- python-distro
- python-gobject
- python-psutil
- python-pyinotify
- python-requests
- python-setuptools
- python-build (make)
- python-installer (make)
- python-poetry-core (python-poetry-core-gitAUR) (make)
- python-poetry-dynamic-versioning (make)
- python-wheel (make)
Required by (0)
Sources (4)
Latest Comments
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 Next › Last »
pc00per commented on 2022-10-31 10:51 (UTC) (edited on 2022-10-31 10:52 (UTC) by pc00per)
rayshabh commented on 2022-04-17 19:13 (UTC)
@liljaylj Thank you!
liljaylj commented on 2022-04-17 19:02 (UTC)
@rayshabh, updated. haven't been able to update the package lately.
actually, i'm subscribed to release updates on project's github page and i've got notification on email. but, after reading changelog (the update only affects snap packages) i've lowered priority of this.
so, if there will be any meaningful release (for arch users) i will update this package asap
rayshabh commented on 2022-04-17 14:29 (UTC)
@liljaylj Please update the package to v1.9.3 https://github.com/AdnanHodzic/auto-cpufreq/releases/tag/v1.9.3
Thank you.
liljaylj commented on 2022-03-16 15:24 (UTC)
@Golum, cannot reproduce. please, try to ask/search upstream https://github.com/AdnanHodzic/auto-cpufreq/issues .
let me know if it is packaging issue (missing dependency, etc). thanks
Golum commented on 2022-03-16 09:28 (UTC) (edited on 2022-04-24 09:45 (UTC) by Golum)
This program is great, but after update to 1.9.2-1 the command "auto-cpufreq --stats" is not working, showing an empty terminal.How can I fix it? Working perfect now after v1.9.3 Thx.
liljaylj commented on 2022-01-12 22:49 (UTC)
@harry, @MithicSpirit, done thank you
MithicSpirit commented on 2022-01-12 22:46 (UTC)
The actual issue is that auto-cpuefreq requires setuptools-git-versioning to build (see the setup.py setup_requires
value), which is missing so it attempts to use pip
to install it. However, this package is not available on the arch repos or the AUR, so it is not possible to add it as a dependency currently. The correct fix for this would be for someone to add and maintain this package, though that is a lot of work so adding python-pip
can be used as a workaround (though yes, it should be in makedepends
as @harry stated).
harry commented on 2022-01-12 20:39 (UTC)
Maybe I'm wrong, but shouldn't python-pip be in makedepends?
Think it's only needed to build the package.
miku86 commented on 2022-01-12 12:59 (UTC)
@liljaylj
Today's version gives me a build error: /usr/bin/python: No module named pip
.
I solved it by installing python-pip
, so I guess this should become a dependency.
Pinned Comments
liljaylj commented on 2021-06-03 12:13 (UTC)
@coxe87b you don't need to --install daemon manually, this package contains systemd service already. instead, you need to start and enable service using:
systemctl enable --now auto-cpufreq.service