qmk / qmk_distro_msys

A Windows one-click installer for the QMK CLI
https://msys.qmk.fm/
GNU General Public License v3.0
182 stars 67 forks source link

[Bug] Issue updating QMK CLI with python3 command in QMK MSYS #74

Closed pierrepgithub closed 3 years ago

pierrepgithub commented 3 years ago

Describe the Bug

The QMK MSYS download from github doesn't include the latest CLI looks like, I tried to update using: python3 -m pip install -U qmk

I ran the python command, and it said it installed 0.2.2 and uninstalled 0.2.0

But now I get this:

$ qmk setup --help C:/qmk/QMK_MSYS/mingw64/bin/qmk.exe: error while loading shared libraries: MSVCR120.dll: cannot open shared object file: No such file or directory[pierr@DESKTOP-85KIHGA ~]$ qmk doctor C:/qmk/QMK_MSYS/mingw64/bin/qmk.exe: error while loading shared libraries: MSVCR120.dll: cannot open shared object file: No such file or directory$

Additional Context?

No response

DLopezGo90 commented 3 years ago

Hi how did you fix this issue?