Skip to content

Missing dep on python-platformdirs

Description:

when trying to run qmk it throws an error and fails:

Traceback (most recent call last):
  File "/usr/bin/qmk", line 5, in <module>
    from qmk_cli.script_qmk import main
  File "/usr/lib/python3.13/site-packages/qmk_cli/script_qmk.py", line 18, in <module>
    milc.cli.milc_options(version=__version__)
    ^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'MILC' object has no attribute 'milc_options'

qmk has been recently updated to 1.1.6. starting with version 1.1.6, upstream dropped support for milc versions below 1.9.0.

Additional info:

Steps to reproduce:

  1. execute qmk from qmk package
Edited by Zhanibek Adilbekov
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information