Skip to content

🐛 fix: add --no-build-isolation to pip install for Python wheel builds#684

Open
jeonsi wants to merge 1 commit intoedge-core:202311.Xfrom
dev101org:202311.X
Open

🐛 fix: add --no-build-isolation to pip install for Python wheel builds#684
jeonsi wants to merge 1 commit intoedge-core:202311.Xfrom
dev101org:202311.X

Conversation

@jeonsi
Copy link

@jeonsi jeonsi commented Mar 5, 2026

Without --no-build-isolation, pip creates an isolated environment and attempts to fetch build dependencies from PyPI, which can fail in restricted build environments. This flag ensures pip uses the already- installed build dependencies from the build container environment.

Why I did it

Work item tracking
  • Microsoft ADO (number only):

How I did it

How to verify it

Which release branch to backport (provide reason below if selected)

  • 201811
  • 201911
  • 202006
  • 202012
  • 202106
  • 202111
  • 202205
  • 202211
  • 202305

Tested branch (Please provide the tested image version)

Description for the changelog

Link to config_db schema for YANG module changes

A picture of a cute animal (not mandatory but encouraged)

Without --no-build-isolation, pip creates an isolated environment and
attempts to fetch build dependencies from PyPI, which can fail in
restricted build environments. This flag ensures pip uses the already-
installed build dependencies from the host environment.
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

Successfully merging this pull request may close these issues.

1 participant