Skip to content

Insllation of python is broken #74

@kishaningithub

Description

@kishaningithub

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions