You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing the package and running qmk in console, we got an error:
zsh: /usr/bin/qmk: bad interpreter: /usr/share/python/qmk/bin/python3: no such file or directory
The reason for that is: symlink in /usr/share/python/qmk/bin/python3 points to /__w/qmk_fpm/qmk_fpm/.venv/bin/python3 which is invalid. It probably should point to the system python interpreter instead.
Additional Context?
I checked the package generated for Ubuntu 23.10 (mantic) and it looks fine. I didn't check any other packages.
The text was updated successfully, but these errors were encountered:
Describe the Bug
After installing the package and running
qmk
in console, we got an error:The reason for that is: symlink in
/usr/share/python/qmk/bin/python3
points to/__w/qmk_fpm/qmk_fpm/.venv/bin/python3
which is invalid. It probably should point to the system python interpreter instead.Additional Context?
I checked the package generated for Ubuntu 23.10 (mantic) and it looks fine. I didn't check any other packages.
The text was updated successfully, but these errors were encountered: