Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

msys2+mingw-w64-ucrt-x86_64-python Unable to install #232

Open
ethan-www opened this issue Dec 10, 2024 · 0 comments
Open

msys2+mingw-w64-ucrt-x86_64-python Unable to install #232

ethan-www opened this issue Dec 10, 2024 · 0 comments

Comments

@ethan-www
Copy link

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)

1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant