-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
notably they are missing libexpat.so.1
which is required by auditwheel
some example breakage:
$ docker run --rm -ti python:3.13.0-slim bash -c 'pip install -q pyuwsgi; uwsgi --help'
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
[notice] A new release of pip is available: 24.2 -> 24.3.1
[notice] To update, run: pip install --upgrade pip
Traceback (most recent call last):
File "/usr/local/bin/uwsgi", line 5, in <module>
from pyuwsgi import run
ImportError: libexpat.so.1: cannot open shared object file: No such file or directory
#984 has some related discussion
Metadata
Metadata
Assignees
Labels
No labels