Archive for the Python Category

Jan 26 2026

python error while loading shared libraries: libpython3.14.so.1.0: cannot open shared object file: No such file or directory

Rebuild .venv

rm -rf .venv
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt