Insllation of python is broken
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 35/100
Research direction
Reproduce the failure with the documented amazonlinux:2023 Docker command sequence, then inspect how pkgm installs Python 3.11 and its shared libraries. The fix is complete when the installed Python runs python --version successfully in that container; the issue does not name a source file or test to start from.
Written by the indexing model from the issue text.
Description
Getting the following error in amazon linux 2023 when trying to install and use python
python: error while loading shared libraries: libpython3.11.so.1.0: cannot open shared object file: No such file or directory
Simulation steps
- Run command
docker run -it amazonlinux:2023 /bin/bash - Inside the container run the following commands
## Install installer depndencies
dnf install -y tar gzip which
## Install pkgx
curl --retry 3 -fsSL https://pkgx.sh | bash
## Install python
pkgm install python@3.11
## Try to make python print its version (this will fail with the above error)
python --version
Proposal
- I recommend using python-build-standalone or uv to correctly install python without the system dependency head ache.
- Dominant language
- TypeScript
- Stars
- 60
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
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.
More from pkgxdev/pkgm
-
Difficulty 3/5 1-2 days Newbie friendliness 25/100
-
Difficulty 3/5 1-2 days Newbie friendliness 42/100
-
Difficulty 4/5 3-5 days Newbie friendliness 38/100
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
Similar issues
-
clawsweeper:linked-pr-open clawsweeper:no-new-fix-pr clawsweeper:source-repro impact:message-loss issue-rating: 🦞 diamond lobster maturity:stable P2
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
Eynzof/Hermes-CN-Desktop#616 ·
-
ZCode 3.14.3 に対応する Open
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
supermomonga/zcode-acp#24 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
growthbook/growthbook#7100 ·
-
triage
Difficulty 1/5 1-3 hours Newbie friendliness 88/100