qmk的环境搭建
我现在卡在了测试qmk搭建的环境这里。
我使用官网的qmk compile -kd clueboard/66/rev3 -km default指令去测试环境,但是每次都是could not find module pillow!
然后会建议我使用指令Please run C:/QMK_MSYS/mingw64/bin/python.exe -m pip install -r D:/QMK/requirements.txt
to install required python dependencies.
然后运行结果就是红色字体的ERROR: Command errored out with exit status 1: C:/QMK_MSYS/mingw64/bin/python.exe -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:/Users/25121/AppData/Local/Temp/pip-install-dfboh171/pillow_52a23e124dc3401da6f6019f8db7d0c4/setup.py'"'"'; file='"'"'C:/Users/25121/AppData/Local/Temp/pip-install-dfboh171/pillow_52a23e124dc3401da6f6019f8db7d0c4/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(file) if os.path.exists(file) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record C:/Users/25121/AppData/Local/Temp/pip-record-n2jncmm4/install-record.txt --single-version-externally-managed --compile --install-headers C:/QMK_MSYS/mingw64/include/python3.9/pillow Check the logs for full command output.
bash: Please:未找到命令
我不知道出现了什么问题,希望大家可以帮帮忙!
你的版本是多少呀!