refined-addition-53644
08/06/2022, 3:57 PM./pants check ::
17:54:35.26 [INFO] Canceled: Building mypy.pex from build-support/mypy.lock
17:54:35.32 [INFO] Canceled: Building mypy.pex from build-support/mypy.lock
17:54:37.08 [INFO] Completed: Building 1 requirement for requirements.pex from the 3rdparty/pyfleet.lock resolve: pantsbuild.pants<2.12,>=2.11.0rc0
17:54:37.09 [ERROR] 1 Exception encountered:
ProcessExecutionFailure: Process 'Building 1 requirement for requirements.pex from the 3rdparty/pyfleet.lock resolve: pantsbuild.pants<2.12,>=2.11.0rc0' failed with exit code 1.
stdout:
stderr:
There was 1 error downloading required artifacts:
1. setproctitle 1.2.2 from <https://files.pythonhosted.org/packages/a1/7f/a1d4f4c7b66f0fc02f35dc5c85f45a8b4e4a7988357a29e61c14e725ef86/setproctitle-1.2.2.tar.gz>
ERROR: Command errored out with exit status 1: /Users/developer/.cache/pants/named_caches/pex_root/venvs/008c64f21ce36f2b42b7928cb66e6a3b026f0faa/816ff328f262312cad53dad9c61f0689cbdfaad3/bin/python3.9 /Users/developer/.cache/pants/named_caches/pex_root/venvs/008c64f21ce36f2b42b7928cb66e6a3b026f0faa/816ff328f262312cad53dad9c61f0689cbdfaad3/lib/python3.9/site-packages/pip install --ignore-installed --no-user --prefix /Users/developer/.cache/pants/named_caches/pex_root/pip_cache/.tmp/pip-build-env-78x97vx9/overlay --no-warn-script-location --no-binary :none: --only-binary :none: --no-index -- 'setuptools>=40.8.0' wheel Check the logs for full command output.
Use `--no-process-cleanup` to preserve process chroots for inspection.
17:54:37.09 [INFO] Canceled: Building 5 requirements for requirements.pex from the 3rdparty/pyfleet_etl.lock resolve: awswrangler<3.0.0,>=2.12.1, environs<10.0.0,>=9.3.2, mygeotab<0.9.0,>=0.8.6, pandas<2.0.0,>=1.3.0, pymsteams<0.... (12 characters truncated)
17:54:37.09 [INFO] Canceled: Building mypy.pex from build-support/mypy.lock
happy-kitchen-89482
08/06/2022, 7:08 PMpyfleet.lock
, and why does it have pantsbuild.pants<2.12,>=2.11.0rc0
as a requiremen? That's unusual.refined-addition-53644
08/06/2022, 8:07 PMhappy-kitchen-89482
08/06/2022, 10:34 PMrefined-addition-53644
08/06/2022, 11:24 PMhappy-kitchen-89482
08/07/2022, 4:41 PMpantsbuild.pants==2.11.0rc2
instead of pantsbuild.pants<2.12,>=2.11.0rc0
)2.11.0
?pip install "pantsbuild.pants<2.12,>=2.11.0rc0"
on my macbook - pip will build the setproctitle wheelrefined-addition-53644
08/07/2022, 5:11 PM2.11.0
goes, I think there was some feature which made me switch to 2.11.1rc2. I would soon update to 2.12.0 but I am not sure that would fix this issue.