After migration to Python 3.12 and activating a new venv, I’m facing the following issue:
/home/user/work/test/venv312/bin/python3.12: error while loading shared libraries: $ORIGIN/../lib/libpython3.12.so.1.0: DST not allowed in SUID/SGID programs
How to fix it?
Looks like it's reproducible only with venvs created using the uv package manager. If I use a venv created from pyenv, it works well.