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
right now it installs into /usr/lib/python3.12/site-packages but current python version is 3.13. This results in an error:
/usr/lib/python3.12/site-packages
==> Upgrading vendor firmware package... Mounted System ESP /dev/nvme0n1p4 at /run/.system-efi Upgrading vendor firmware package Traceback (most recent call last): File "/usr/bin/asahi-fwextract", line 5, in <module> from asahi_firmware.update import main ModuleNotFoundError: No module named 'asahi_firmware' error: command failed to execute correctly :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate...
The text was updated successfully, but these errors were encountered:
I built it myself and I can confirm that the error is gone.
Sorry, something went wrong.
No branches or pull requests
right now it installs into
/usr/lib/python3.12/site-packages
but current python version is 3.13.This results in an error:
The text was updated successfully, but these errors were encountered: