ancient-terabyte-9085
08/11/2023, 7:07 PM[Errno 36] File name too long
issues with ./pants export
for exporting a virtual environment where wheel filenames become too long, e.g.
/home/testbed/.cache/pants/named_caches/pex_root/venvs/e1e75faaaa6a38e9f0be6c444681c7d5b11de48d/ddab8011daaee380698ac2fb9701af18c90c03f6/bin/python -sE /home/testbed/.cache/pants/named_caches/pex_root/venvs/e1e75faaaa6a38e9f0be6c444681c7d5b11de48d/ddab8011daaee380698ac2fb9701af18c90c03f6/pex --disable-pip-version-check --no-python-version-warning --exists-action a --no-input --use-deprecated legacy-resolver --isolated -q --cache-dir /home/testbed/.cache/pants/named_caches/pex_root/pip_cache install --no-deps --no-index --only-binary :all: --no-warn-script-location --force-reinstall --ignore-installed --ignore-requires-python --prefix /home/testbed/.cache/pants/named_caches/pex_root/installed_wheels/ccf956da45290df6e809ea12c54c02ace7f8ff4d765d6d3dfb3655ee876ce58d/SQLAlchemy-1.4.49-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.2aca002656914abfbba5c77df376060d.work --no-compile /home/testbed/.cache/pants/named_caches/pex_root/downloads/ccf956da45290df6e809ea12c54c02ace7f8ff4d765d6d3dfb3655ee876ce58d/SQLAlchemy-1.4.49-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl exited with 1 and STDERR:
ERROR: Could not install packages due to an OSError: [Errno 36] File name too long: '/home/testbed/.cache/pants/named_caches/pex_root/installed_wheels/ccf956da45290df6e809ea12c54c02ace7f8ff4d765d6d3dfb3655ee876ce58d/SQLAlchemy-1.4.49-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.2aca002656914abfbba5c77df376060d.work'
what's going on with the manylinux
versioning being appended repeated?enough-analyst-54434
08/11/2023, 7:25 PMenough-analyst-54434
08/11/2023, 7:27 PMancient-terabyte-9085
08/11/2023, 7:39 PMenough-analyst-54434
08/11/2023, 7:44 PMenough-analyst-54434
08/11/2023, 8:10 PMdf -h
is one way to learn more about your mount setup quick.enough-analyst-54434
08/13/2023, 3:29 PMenough-analyst-54434
08/17/2023, 7:14 PM[pex-cli]
version = "v2.1.143"
known_versions = [
"v2.1.143|macos_arm64|7dba8776000b4f75bc9af850cb65b2dc7720ea211733e8cb5243c0b210ef3c19|4194291",
"v2.1.143|macos_x86_64|7dba8776000b4f75bc9af850cb65b2dc7720ea211733e8cb5243c0b210ef3c19|4194291",
"v2.1.143|linux_x86_64|7dba8776000b4f75bc9af850cb65b2dc7720ea211733e8cb5243c0b210ef3c19|4194291",
"v2.1.143|linux_arm64|7dba8776000b4f75bc9af850cb65b2dc7720ea211733e8cb5243c0b210ef3c19|4194291"
]
ancient-terabyte-9085
08/17/2023, 11:08 PMancient-terabyte-9085
08/17/2023, 11:41 PMenough-analyst-54434
08/17/2023, 11:42 PM