Insllation of python is broken
Nessuno ha ancora preso questa issue.
Valutazione
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Idoneità per principianti
- 35/100
Direzione di ricerca
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.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Descrizione
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.
- Lingua principale
- TypeScript
- Stelle
- 60
- Fork
- 13
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Altre issue di pkgxdev/pkgm
-
Difficoltà 3/5 1-2 giorni Idoneità per principianti 25/100
-
Difficoltà 3/5 1-2 giorni Idoneità per principianti 42/100
-
Difficoltà 4/5 3-5 giorni Idoneità per principianti 38/100
-
Difficoltà 3/5 1-2 giorni Idoneità per principianti 35/100
-
Difficoltà 4/5 3-5 giorni Idoneità per principianti 35/100
Tutte le issue di pkgxdev/pkgm
Issue simili
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 74/100
ontola/atomic-server#1625 ·
-
bug
Difficoltà 2/5 1-3 ore Idoneità per principianti 70/100
melgarafael/DeskcommCRM#1451 ·
-
Difficoltà 1/5 Meno di un'ora Idoneità per principianti 82/100
-
bug via-triage
Difficoltà 2/5 1-3 ore Idoneità per principianti 78/100
-
bot:ai-assisted component:compact-js status:untriaged
Difficoltà 2/5 1-3 ore Idoneità per principianti 84/100
midnightntwrk/midnight-sdk#403 ·