acoustic-library-86413
08/30/2023, 10:45 AMPEX_VERBOSE=9 in the __run.sh, but the error is still not plain to me.
pip._internal.exceptions.InstallationSubprocessError: Getting requirements to build wheel exited with 1
There was 1 error downloading required artifacts:secrets<0.9.0,>=0.8.11) :: Resolving requirements from lock file tickets-poetry.lock :: Categorizing 51 downloaded artifacts
1. pyyaml 5.4.1 from https://<internal_company_url>/api/pypi/pypi-virtual/packages/packages/a0/a4/<sha>/PyYAML-5.4.1.tar.gz
Does anyone know how I can preserve even more logs to troubleshoot this? I'm assuming the issue is related to the version of pyyaml (which unfortunately I can't upgrade). I found in a different thread that someone suggested --preserve-pip-download-log on the pex command inside __run.sh, but this isn't producing any additional output, as far as I can tell.acoustic-library-86413
08/30/2023, 10:49 AMbroad-processor-92400
08/30/2023, 11:06 AM--preserve-pip-download-log will mean `pex`'s logging includes a file path that contains the pip log, rather than including it directly in pex 's logging.broad-processor-92400
08/30/2023, 11:07 AMPEX_VERBOSE=9enough-analyst-54434
08/30/2023, 11:18 AMenough-analyst-54434
08/30/2023, 11:19 AMacoustic-library-86413
08/30/2023, 11:22 AMsecrets is a modified name in the example I gave, so there shouldn't be any collision issues.
I'll try to look for the log file with decreased verbosity level. Thanks for the input everyone. I did try to grep for "log" in the output without any luck initially.enough-analyst-54434
08/30/2023, 11:28 AM$ pex.venv/bin/pex3 lock create cowsay --preserve-pip-download-log > lock.json
pex: Preserving `pip download` log at /tmp/pex-pip-log.6citami6/pip.log
...happy-kitchen-89482
08/30/2023, 2:37 PM==3.9.2) and not a range, and certainly not an open-ended range like >=3.9.2.acoustic-library-86413
08/30/2023, 2:38 PMacoustic-library-86413
08/30/2023, 2:38 PMhappy-kitchen-89482
08/30/2023, 2:42 PMhappy-kitchen-89482
08/30/2023, 2:42 PM