Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#76045 - [qmk] python-pyserial missing from depends
Attached to Project:
Arch Linux
Opened by Bao Trinh (qubidt) - Wednesday, 28 September 2022, 10:10 GMT
Last edited by Jelle van der Waa (jelly) - Saturday, 02 September 2023, 11:05 GMT
Opened by Bao Trinh (qubidt) - Wednesday, 28 September 2022, 10:10 GMT
Last edited by Jelle van der Waa (jelly) - Saturday, 02 September 2023, 11:05 GMT
|
DetailsDescription:
The qmk CLI now supports flashing firmware. This has introduced pyserial as a new runtime dependency. The CLI tool prompts the user to install the python-pyserial package if it is not found. It is not functional without it. Additional info: * package version(s): 1.1.1-1 * Relevant upstream PRs: * qmk-cli: https://github.com/qmk/qmk_cli/pull/133 * qmk-firmware: https://github.com/qmk/qmk_firmware/pull/16584 Steps to reproduce: 1. Run any qmk command (e.g. `qmk --help`) 2. output shows: ``` $ qmk --help Could not find module pyserial! Would you like to install the required Python modules? [y/n] n Please run `/usr/bin/python -m pip install -r /home/bao/pdev/qmk_firmware/requirements.txt` to install required python dependencies. ``` |
This task depends upon
Closed by Jelle van der Waa (jelly)
Saturday, 02 September 2023, 11:05 GMT
Reason for closing: Fixed
Additional comments about closing: 1.1.2-3
Saturday, 02 September 2023, 11:05 GMT
Reason for closing: Fixed
Additional comments about closing: 1.1.2-3
usr/lib/python3.11/site-packages/qmk-1.1.2.dist-info/METADATA
$ qmk --help
Could not find module pyserial!
Could not find module pillow!
FS#79474