We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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'
The text was updated successfully, but these errors were encountered:
same problem. always worked before. mxlinux 21
Sorry, something went wrong.
Same issue here Also Debian Bullseye
Same issue, debian bullseye.
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.
No branches or pull requests
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'
The text was updated successfully, but these errors were encountered: