Skip to content

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

@ethan-www

Description

@ethan-www

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions