melodic-hydrogen-33481
12/26/2023, 7:27 PM.python-build-standalone/565e218aaa9203a5adbf01a6fbfbe60913c958a9b14b3d80de3c2ee3b8621643/bin/python3: error while loading shared libraries: /pants-named-caches/python_build_standalone/565e218aaa9203a5adbf01a6fbfbe60913c958a9b14b3d80de3c2ee3b8621643/bin/../lib/libpython3.9.so.1.0: cannot open shared object file: No such file or director
This is from running this target:
pex_binary(
**{
"entry_point": "query_engine/gateway/server.py:sync_main",
"environment": "python_3_10",
"execution_mode": "venv",
"interpreter_constraints": ["==3.10.*"],
"layout": "packed",
"name": "query_gateway_pex",
"tags": ["python_3_10"],
}
)
careful-address-89803
12/27/2023, 2:44 AMrm -r ~/.cache/pants
, although you can try just the named cache with rm -r ~/.cache/pants/named_caches
rapid-bird-79300
03/21/2024, 6:11 PMcareful-address-89803
03/22/2024, 3:02 AMrapid-bird-79300
03/22/2024, 6:17 PMrapid-bird-79300
03/22/2024, 6:17 PM