pyapp permission error in 0.23.0
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 2k
- Forks
- 65
- PR merge metrics
- No merged PRs in 30d
Description
Hi, just updated to 0.23.0 and set PYAPP_PYTHON_VERSION=3.11 does not work anymore in the command below:
PYAPP_PYTHON_VERSION=3.11 cargo build --release
/binary self python --version
# Giving 3.12
Other configs:
ENV \
PYAPP_UV_ENABLED=1 \
PYAPP_SKIP_INSTALL=1 \
PYAPP_EXPOSE_ALL_COMMANDS=1 \
PYAPP_PIP_EXTRA_ARGS="--no-cache-dir" \
Both python distribution embed/non-embed have same issue
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the reported command with PYAPP_PYTHON_VERSION=3.11 and the listed Docker environment, then inspect the project’s configuration handling for Python version selection. Compare embedded and non-embedded distributions; the fix is complete when both produce Python 3.11 rather than 3.12.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, rust
- Domain
- build-system, cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100