cmsis_pack_manager cannot be installed in Python in the ucrt environment of msys2 on Windows.
The “python -m pip install cmsis_pack_manager” used will encounter an error in the final stage of build.
I tried wget and unzipped cmsis_pack_manager-0.5.3.tar.gz, and after installing the dependencies with "pacman -S mingw-w64-ucrt-x86_64-python-{appdirs,yaml,pycparser,cffi,maturin}" and executing "python -m pip install --no-build-isolation .", I still couldn't build it.
Cargo build will also give warnings, but it can eventually complete the build.
$ pip -V
pip 24.1.2 from D:/Portables/msys64/ucrt64/lib/python3.12/site-packages/pip (python 3.12)
