Things to do to build on Windows: [] Install DevkitPro [] Open msys2 and run the following commands: pacman -S python python-pip pacman -S gcc mkdir -p ~/.config/pip/ nano ~/.config/pip/pip.conf [] then add this to the new file: [global] break-system-packages = true [] save and exit [] run these commands: pacman -S openssl-devel export CMAKE_TLS_VERIFY=0 pip install pandas requests openpyxl pypng debugpy