chestm007 / amdgpu-fan

Fan controller for AMD graphics cards running the amdgpu driver on Linux
GNU General Public License v2.0
133 stars 40 forks source link

ERROR: missing 1 required positional argument: 'Loader' #30

Open daniel712 opened 2 years ago

daniel712 commented 2 years ago

unfortunately not running here an debian bullseye and AMD Navi (5700 XT):

Traceback (most recent call last): File "/usr/local/bin/amdgpu-fan", line 8, in sys.exit(main()) File "/usr/local/lib/python3.9/dist-packages/amdgpu_fan/controller.py", line 76, in main config = ad_config(CONFIG_LOCATIONS[-1]) File "/usr/local/lib/python3.9/dist-packages/amdgpu_fan/controller.py", line 44, in load_config return yaml.load(f) TypeError: load() missing 1 required positional argument: 'Loader'

19721dan commented 2 years ago

same problem. always worked before. mxlinux 21

codesnippy commented 1 year ago

Same issue here Also Debian Bullseye

jacness12334 commented 1 year ago

Same issue, debian bullseye.

sanwill commented 1 year ago

The amdgpu-fan package at pip is not updated with this fix. The error was resolved after apply the fix, tested on Fedora and Ubuntu.