You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: