Skip to content

Avoid requiring Python when trying to install Python (using Pyenv)#19208

Merged
thejcannon merged 1 commit intomainfrom
jcannon/fix19160
Jun 1, 2023
Merged

Avoid requiring Python when trying to install Python (using Pyenv)#19208
thejcannon merged 1 commit intomainfrom
jcannon/fix19160

Conversation

@thejcannon
Copy link
Copy Markdown
Member

Fixes #19160 by switching PythonBinary input type to PythonBuildStandaloneBinary

@thejcannon thejcannon added needs-cherrypick [CI] category:internal CI, fixes for not-yet-released features, etc. labels May 31, 2023
@thejcannon thejcannon added this to the 2.16.x milestone May 31, 2023
@thejcannon thejcannon requested review from benjyw and stuhood May 31, 2023 19:18
@thejcannon thejcannon merged commit 5b01f37 into main Jun 1, 2023
@thejcannon thejcannon deleted the jcannon/fix19160 branch June 1, 2023 00:37
github-actions Bot pushed a commit that referenced this pull request Jun 1, 2023
…19208)

Fixes #19160 by switching
`PythonBinary` input type to `PythonBuildStandaloneBinary`
github-actions Bot pushed a commit that referenced this pull request Jun 1, 2023
…19208)

Fixes #19160 by switching
`PythonBinary` input type to `PythonBuildStandaloneBinary`
thejcannon added a commit that referenced this pull request Jun 1, 2023
…herry-pick of #19208) (#19215)

Fixes #19160 by switching
`PythonBinary` input type to `PythonBuildStandaloneBinary`

Co-authored-by: Joshua Cannon <joshdcannon@gmail.com>
thejcannon added a commit that referenced this pull request Jun 1, 2023
…herry-pick of #19208) (#19214)

Fixes #19160 by switching
`PythonBinary` input type to `PythonBuildStandaloneBinary`

Co-authored-by: Joshua Cannon <joshdcannon@gmail.com>
This was referenced Jun 1, 2023
@wisechengyi wisechengyi mentioned this pull request Jun 3, 2023
wisechengyi added a commit that referenced this pull request Jun 4, 2023
### Internal

* upgrade to Rust v1.70.0
([#19228](#19228))

* Remove the last mentions of NO_TOOL_LOCKFILE.
([#19229](#19229))

* Upgrade Helm unittest
([#19220](#19220))

* Prepare `2.17.0rc0`.
([#19226](#19226))

* Use a trait for remote action result caching
([#19097](#19097))

* Port `Field` to Rust
([#19143](#19143))

* Upgrade `pyo3` to `0.19`.
([#19223](#19223))

* Prepare `2.16.0rc5`.
([#19221](#19221))

* internal: Create dep inference request type
([#19001](#19001))

* Avoid requiring Python when trying to install Python (using Pyenv)
([#19208](#19208))

* Fix secondary ownership warning semantics
([#19191](#19191))

* Bump os_pipe from 1.1.3 to 1.1.4 in /src/rust/engine
([#19202](#19202))

* Include committer date in local version identifier of unstable builds
([#19179](#19179))

* Ensure we set the AWS region.
([#19178](#19178))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category:internal CI, fixes for not-yet-released features, etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BinaryNotFoundError complaining about Python, even though pants.backend.python.providers.experimental.pyenv is enabled

3 participants