I cloned the repository using git clone [email protected]:qmk/qmk_firmware.git
But when I do qmk setup, it returns the following error:
Error: /home/henryw/qmk_firmware is too old or not set up correctly!
Please update it or remove it completely before continuing.
Yep I'm getting this too.
Just updated my local (already set up) copy because i was a fair bit behind and now I'm just getting this when I try compile or setup or anything really. :(
This is probably due to https://github.com/qmk/qmk_firmware/pull/8817.
Run python3 -m pip install pygments and you should be good.
That did the trick!
This is probably due to #8817.
Run
python3 -m pip install pygmentsand you should be good.
Tried this, didn't work for me
Even after "brew reinstall qmk" the problem is not gone.
Most helpful comment
Tried this, didn't work for me