Skip to content

Proble Install Python Package by Using mingw32 on Windows (GIT8266O-848) #1271

Open
@JustAnotherHobbyist

Description

@JustAnotherHobbyist

----------------------------- Delete above -----------------------------

Environment

  • Development Kit: ESP8266_RTOS_SDK
  • Development Env: MSYS32
  • Operating System: Windows 11 x64

Problem Description

Problem by installing the Python Packages with the command "python -m pip install --user -r $IDF_PATH/requirements.txt" in the mingw32.exe command prompt.

Solved by

Add the --no-build-isolation solved this issue solved the problem:

"python -m pip install --no-build-isolation --user -r $IDF_PATH/requirements.txt"

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