-
I'm trying to debug an issue with pip 25.1 that I see when generating a pex lockfile. I suspect this is an upstream issue with pip (or the package itself) but I can't figure out how to reproduce it after looking through the Pex version:
Pex command:
Now, if I run that command with 25.1 all of the manylinux whl's as well as the
There are messages in the pip log like:
so it seems to me that this is probably a pip issue. But I can't reproduce it with
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
I just wanted to note I'm AFK and probably won't get to looking into this until sometime around May 9th. |
Beta Was this translation helpful? Give feedback.
-
Hello @jcrobak. I recently opened #2753, which if it is the same issue has an answer to why you are no able to reproduce this with vanilla pip (the method is patched): pex/pex/resolve/locker_patches.py Line 268 in 149e91a |
Beta Was this translation helpful? Give feedback.
-
FWIW, this almost certainly has nothing to do with patching. It is most likely log scraping, which occurs after the patched download: iff -u <(cut -d' ' -f2- pip-25.0.log | grep link) <(cut -d' ' -f2- pip-25.1.log | grep link)
--- /dev/fd/63 2025-05-05 19:48:51.671543348 -0600
+++ /dev/fd/62 2025-05-05 19:48:51.671543348 -0600
@@ -185,14 +185,14 @@
Skipping link: none of the wheel's tags (pp37-pypy37_pp73-manylinux1_x86_64, pp37-pypy37_pp73-manylinux_2_5_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/23/fe/0180a04d4904f314ad7f6a4431f6fa5e14d6ddc3cf016d995b609643121b/dbt_extractor-0.4.0-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.whl (from https://pypi.org/simple/dbt-extractor/)
Found link https://files.pythonhosted.org/packages/a7/5c/609f02383178208612d6ac21228ca256337d3c18afb13b29f122720a26ad/dbt_extractor-0.4.0.tar.gz (from https://pypi.org/simple/dbt-extractor/), version: 0.4.0
Found link https://files.pythonhosted.org/packages/d1/ee/78064a293f065a8a6db24b64fa312db7e9cbf117f8911d68258f1643c65f/dbt_extractor-0.4.1-cp36-abi3-macosx_10_7_x86_64.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1), version: 0.4.1
- Found link https://files.pythonhosted.org/packages/d6/4b/00a5bd94051bb83ca78a4937c6be61cd09aa1038379d9ed98eadab992ba8/dbt_extractor-0.4.1-cp36-abi3-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1), version: 0.4.1
- Found link https://files.pythonhosted.org/packages/58/c1/699c60d4149379e97c5a0ded03e73fa410cdb146df2e1421f531e1648803/dbt_extractor-0.4.1-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1), version: 0.4.1
- Found link https://files.pythonhosted.org/packages/ad/eb/8120ff2b9736aa9cc913d77b103cd5d18a1fcab8926b90f324f76742481c/dbt_extractor-0.4.1-cp36-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1), version: 0.4.1
- Found link https://files.pythonhosted.org/packages/fd/e7/1f26ec7ffd95d9892a0a4184650682eb91c121e36ea48dfa29ca3db4b0d3/dbt_extractor-0.4.1-cp36-abi3-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1), version: 0.4.1
- Found link https://files.pythonhosted.org/packages/54/34/0350983b2b72268c587c9c7bde278008e8370cacce3b15bef2c490b6fed0/dbt_extractor-0.4.1-cp36-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1), version: 0.4.1
- Found link https://files.pythonhosted.org/packages/21/d5/9d4c3fcf21c015a8d56e05a39f42d3084930ec31f79bb431cdf8fede9e0a/dbt_extractor-0.4.1-cp36-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1), version: 0.4.1
- Found link https://files.pythonhosted.org/packages/62/19/ed940b6331a517607eca310fb2900c944bf7f9824cc1a237659c78b8f790/dbt_extractor-0.4.1-cp36-abi3-manylinux_2_5_i686.manylinux1_i686.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1), version: 0.4.1
- Found link https://files.pythonhosted.org/packages/a4/d2/8b8ab86a5d40ed4d8489eaca062fc15e1902822051daa9b411e05f809374/dbt_extractor-0.4.1-cp36-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1), version: 0.4.1
+ Skipping link: none of the wheel's tags (cp36-abi3-macosx_10_9_universal2, cp36-abi3-macosx_10_9_x86_64, cp36-abi3-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/d6/4b/00a5bd94051bb83ca78a4937c6be61cd09aa1038379d9ed98eadab992ba8/dbt_extractor-0.4.1-cp36-abi3-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1)
+ Skipping link: none of the wheel's tags (cp36-abi3-manylinux2014_aarch64, cp36-abi3-manylinux_2_17_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/58/c1/699c60d4149379e97c5a0ded03e73fa410cdb146df2e1421f531e1648803/dbt_extractor-0.4.1-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1)
+ Skipping link: none of the wheel's tags (cp36-abi3-manylinux2014_armv7l, cp36-abi3-manylinux_2_17_armv7l) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/ad/eb/8120ff2b9736aa9cc913d77b103cd5d18a1fcab8926b90f324f76742481c/dbt_extractor-0.4.1-cp36-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1)
+ Skipping link: none of the wheel's tags (cp36-abi3-manylinux2014_ppc64, cp36-abi3-manylinux_2_17_ppc64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/fd/e7/1f26ec7ffd95d9892a0a4184650682eb91c121e36ea48dfa29ca3db4b0d3/dbt_extractor-0.4.1-cp36-abi3-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1)
+ Skipping link: none of the wheel's tags (cp36-abi3-manylinux2014_ppc64le, cp36-abi3-manylinux_2_17_ppc64le) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/54/34/0350983b2b72268c587c9c7bde278008e8370cacce3b15bef2c490b6fed0/dbt_extractor-0.4.1-cp36-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1)
+ Skipping link: none of the wheel's tags (cp36-abi3-manylinux2014_s390x, cp36-abi3-manylinux_2_17_s390x) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/21/d5/9d4c3fcf21c015a8d56e05a39f42d3084930ec31f79bb431cdf8fede9e0a/dbt_extractor-0.4.1-cp36-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1)
+ Skipping link: none of the wheel's tags (cp36-abi3-manylinux1_i686, cp36-abi3-manylinux_2_5_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/62/19/ed940b6331a517607eca310fb2900c944bf7f9824cc1a237659c78b8f790/dbt_extractor-0.4.1-cp36-abi3-manylinux_2_5_i686.manylinux1_i686.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1)
+ Skipping link: none of the wheel's tags (cp36-abi3-manylinux1_x86_64, cp36-abi3-manylinux_2_5_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/a4/d2/8b8ab86a5d40ed4d8489eaca062fc15e1902822051daa9b411e05f809374/dbt_extractor-0.4.1-cp36-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1)
Found link https://files.pythonhosted.org/packages/a5/34/91373ef44a9bed8d85a51b070877c957837066a4aa54c54227c6bed06be7/dbt_extractor-0.4.1-cp36-abi3-musllinux_1_2_aarch64.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1), version: 0.4.1
Found link https://files.pythonhosted.org/packages/d3/b8/0617c3a66aacc8b97958f686d4279f2d1934bdb756121d24fc14ed249f66/dbt_extractor-0.4.1-cp36-abi3-musllinux_1_2_armv7l.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1), version: 0.4.1
Found link https://files.pythonhosted.org/packages/41/4b/00cded27a10581a4c44365b1843735139d3b1330f5879f90d17ae4b54f32/dbt_extractor-0.4.1-cp36-abi3-musllinux_1_2_i686.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1), version: 0.4.1
@@ -201,29 +201,29 @@
Skipping link: none of the wheel's tags (cp36-abi3-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/97/8f/344cddf0cb94c9c8d19966cfc389056208d8d7703e8920ed3da02e7b598c/dbt_extractor-0.4.1-cp36-abi3-win_amd64.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1)
Found link https://files.pythonhosted.org/packages/af/2e/a110b40212480fd02bff567ff84effea8b9937ccd6ebfad0f10a382183d2/dbt_extractor-0.4.1.tar.gz (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1), version: 0.4.1
Found link https://files.pythonhosted.org/packages/90/3c/3572e10db3fc6aa5505752c685214526000b23b8f7fc98b4a44ea2a781a8/dbt_extractor-0.5.0-cp38-abi3-macosx_10_7_x86_64.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1), version: 0.5.0
- Found link https://files.pythonhosted.org/packages/59/38/9908b2b11978febbe7cf22e1088de8cabec1ec9b2256c1c61d959856de4b/dbt_extractor-0.5.0-cp38-abi3-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1), version: 0.5.0
- Found link https://files.pythonhosted.org/packages/69/cf/6074bf968eac73fdd6bc6713049c028798a5032e6cb709310203900f731f/dbt_extractor-0.5.0-cp38-abi3-manylinux_2_12_i686.manylinux2010_i686.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1), version: 0.5.0
- Found link https://files.pythonhosted.org/packages/32/08/cf1d804b6150598b89ae6918b89651f9ac1770e3c44f3346db525a96f2e6/dbt_extractor-0.5.0-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1), version: 0.5.0
- Found link https://files.pythonhosted.org/packages/f6/8b/4c4ac4394bc63e209b50adb93fe1ac87d57ecd288dd82de09a857e983731/dbt_extractor-0.5.0-cp38-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1), version: 0.5.0
- Found link https://files.pythonhosted.org/packages/73/8f/89700f7d8a2956bfafe92be5b664308189fafc63d1dc6f2035aedce8b16c/dbt_extractor-0.5.0-cp38-abi3-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1), version: 0.5.0
- Found link https://files.pythonhosted.org/packages/10/0d/ca9020c487375d20e70ca235cceb1f395a82a0af1ef79431ae56ca70d4a4/dbt_extractor-0.5.0-cp38-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1), version: 0.5.0
- Found link https://files.pythonhosted.org/packages/54/7e/9c4ce08a59b40e4456252888c0ab13deee1dcbb957180fc39429b8ace8c4/dbt_extractor-0.5.0-cp38-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1), version: 0.5.0
- Found link https://files.pythonhosted.org/packages/9b/51/50458dc1e1fa985a46ebb350cb61d4fc0d0f3fe00ae55c7e614f25801865/dbt_extractor-0.5.0-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1), version: 0.5.0
+ Skipping link: none of the wheel's tags (cp38-abi3-macosx_10_9_universal2, cp38-abi3-macosx_10_9_x86_64, cp38-abi3-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/59/38/9908b2b11978febbe7cf22e1088de8cabec1ec9b2256c1c61d959856de4b/dbt_extractor-0.5.0-cp38-abi3-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1)
+ Skipping link: none of the wheel's tags (cp38-abi3-manylinux2010_i686, cp38-abi3-manylinux_2_12_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/69/cf/6074bf968eac73fdd6bc6713049c028798a5032e6cb709310203900f731f/dbt_extractor-0.5.0-cp38-abi3-manylinux_2_12_i686.manylinux2010_i686.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1)
+ Skipping link: none of the wheel's tags (cp38-abi3-manylinux2014_aarch64, cp38-abi3-manylinux_2_17_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/32/08/cf1d804b6150598b89ae6918b89651f9ac1770e3c44f3346db525a96f2e6/dbt_extractor-0.5.0-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1)
+ Skipping link: none of the wheel's tags (cp38-abi3-manylinux2014_armv7l, cp38-abi3-manylinux_2_17_armv7l) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/f6/8b/4c4ac4394bc63e209b50adb93fe1ac87d57ecd288dd82de09a857e983731/dbt_extractor-0.5.0-cp38-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1)
+ Skipping link: none of the wheel's tags (cp38-abi3-manylinux2014_ppc64, cp38-abi3-manylinux_2_17_ppc64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/73/8f/89700f7d8a2956bfafe92be5b664308189fafc63d1dc6f2035aedce8b16c/dbt_extractor-0.5.0-cp38-abi3-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1)
+ Skipping link: none of the wheel's tags (cp38-abi3-manylinux2014_ppc64le, cp38-abi3-manylinux_2_17_ppc64le) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/10/0d/ca9020c487375d20e70ca235cceb1f395a82a0af1ef79431ae56ca70d4a4/dbt_extractor-0.5.0-cp38-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1)
+ Skipping link: none of the wheel's tags (cp38-abi3-manylinux2014_s390x, cp38-abi3-manylinux_2_17_s390x) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/54/7e/9c4ce08a59b40e4456252888c0ab13deee1dcbb957180fc39429b8ace8c4/dbt_extractor-0.5.0-cp38-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1)
+ Skipping link: none of the wheel's tags (cp38-abi3-manylinux2014_x86_64, cp38-abi3-manylinux_2_17_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/9b/51/50458dc1e1fa985a46ebb350cb61d4fc0d0f3fe00ae55c7e614f25801865/dbt_extractor-0.5.0-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1)
Found link https://files.pythonhosted.org/packages/15/de/6b78834606248789c7813a6ce20c7fa3bf08c6973617a8b189c78a540263/dbt_extractor-0.5.0-cp38-abi3-musllinux_1_2_aarch64.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1), version: 0.5.0
Found link https://files.pythonhosted.org/packages/cb/cc/5e11098624c1da9b2001cb33f64a15773700c4a49bbde1bafbab82265eef/dbt_extractor-0.5.0-cp38-abi3-musllinux_1_2_armv7l.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1), version: 0.5.0
Found link https://files.pythonhosted.org/packages/17/ba/d9ac8608359e5bd41d366908f9f5dfdcc3427cef177911a04ced95094ce0/dbt_extractor-0.5.0-cp38-abi3-musllinux_1_2_i686.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1), version: 0.5.0
Found link https://files.pythonhosted.org/packages/f1/fd/6d5438aab6a3c65d6e2e03293c8ae3b1eb93303dafbfb98c25e35d2e8f5e/dbt_extractor-0.5.0-cp38-abi3-musllinux_1_2_x86_64.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1), version: 0.5.0
Skipping link: none of the wheel's tags (cp38-abi3-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/1f/6b/baa3d866b2c84d1ff3135bd27353f1748cc5f4b7b814b289bfa0f20b8561/dbt_extractor-0.5.0-cp38-abi3-win32.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1)
Skipping link: none of the wheel's tags (cp38-abi3-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/67/9e/633a15f4a9302b36de479d3ee5f61ab7c5668d2e29a9b1c304afeee24b12/dbt_extractor-0.5.0-cp38-abi3-win_amd64.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1)
- Found link https://files.pythonhosted.org/packages/77/1f/ca6d66d67464df1ea8e814d09b1100d15672ae4ce7f0dff41f67956e5f7f/dbt_extractor-0.5.1-cp38-abi3-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1), version: 0.5.1
+ Skipping link: none of the wheel's tags (cp38-abi3-macosx_10_12_universal2, cp38-abi3-macosx_10_12_x86_64, cp38-abi3-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/77/1f/ca6d66d67464df1ea8e814d09b1100d15672ae4ce7f0dff41f67956e5f7f/dbt_extractor-0.5.1-cp38-abi3-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1)
Found link https://files.pythonhosted.org/packages/3b/be/0ae4a5c6c721ee42d849482084b5f4544acafe3c8cf4c84170f35c63fe50/dbt_extractor-0.5.1-cp38-abi3-macosx_10_12_x86_64.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1), version: 0.5.1
- Found link https://files.pythonhosted.org/packages/a9/ac/bbe5d223a03632d4192414a8af0aa6e2c16555a6e7d33515225b4c978096/dbt_extractor-0.5.1-cp38-abi3-manylinux_2_12_i686.manylinux2010_i686.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1), version: 0.5.1
- Found link https://files.pythonhosted.org/packages/6d/96/caef63d79f3a06bcae1aca43302c1b9efa58590644efca41c4404607510e/dbt_extractor-0.5.1-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1), version: 0.5.1
- Found link https://files.pythonhosted.org/packages/66/ce/8c248ba3def50203925a1404d21a03999e2fe32bf7611e6f9de1006817ba/dbt_extractor-0.5.1-cp38-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1), version: 0.5.1
- Found link https://files.pythonhosted.org/packages/11/73/5ead77c8b742453e1a34a064d921933bbca4f8941ad8f14fd47d0a15c49c/dbt_extractor-0.5.1-cp38-abi3-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1), version: 0.5.1
- Found link https://files.pythonhosted.org/packages/51/e6/140058fbeb482071a7b199986c40385dfdc97f23b0ea20b0740762d2e116/dbt_extractor-0.5.1-cp38-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1), version: 0.5.1
- Found link https://files.pythonhosted.org/packages/63/e6/a40a89c75701fa91fc7297b9d77f303fc93669a32a10be4457a02de0584f/dbt_extractor-0.5.1-cp38-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1), version: 0.5.1
- Found link https://files.pythonhosted.org/packages/30/da/a9528ca8224317aad1dab22f77468dd13e94c46b56db953b5b1e3b698a8f/dbt_extractor-0.5.1-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1), version: 0.5.1
+ Skipping link: none of the wheel's tags (cp38-abi3-manylinux2010_i686, cp38-abi3-manylinux_2_12_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/a9/ac/bbe5d223a03632d4192414a8af0aa6e2c16555a6e7d33515225b4c978096/dbt_extractor-0.5.1-cp38-abi3-manylinux_2_12_i686.manylinux2010_i686.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1)
+ Skipping link: none of the wheel's tags (cp38-abi3-manylinux2014_aarch64, cp38-abi3-manylinux_2_17_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/6d/96/caef63d79f3a06bcae1aca43302c1b9efa58590644efca41c4404607510e/dbt_extractor-0.5.1-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1)
+ Skipping link: none of the wheel's tags (cp38-abi3-manylinux2014_armv7l, cp38-abi3-manylinux_2_17_armv7l) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/66/ce/8c248ba3def50203925a1404d21a03999e2fe32bf7611e6f9de1006817ba/dbt_extractor-0.5.1-cp38-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1)
+ Skipping link: none of the wheel's tags (cp38-abi3-manylinux2014_ppc64, cp38-abi3-manylinux_2_17_ppc64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/11/73/5ead77c8b742453e1a34a064d921933bbca4f8941ad8f14fd47d0a15c49c/dbt_extractor-0.5.1-cp38-abi3-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1)
+ Skipping link: none of the wheel's tags (cp38-abi3-manylinux2014_ppc64le, cp38-abi3-manylinux_2_17_ppc64le) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/51/e6/140058fbeb482071a7b199986c40385dfdc97f23b0ea20b0740762d2e116/dbt_extractor-0.5.1-cp38-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1)
+ Skipping link: none of the wheel's tags (cp38-abi3-manylinux2014_s390x, cp38-abi3-manylinux_2_17_s390x) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/63/e6/a40a89c75701fa91fc7297b9d77f303fc93669a32a10be4457a02de0584f/dbt_extractor-0.5.1-cp38-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1)
+ Skipping link: none of the wheel's tags (cp38-abi3-manylinux2014_x86_64, cp38-abi3-manylinux_2_17_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/30/da/a9528ca8224317aad1dab22f77468dd13e94c46b56db953b5b1e3b698a8f/dbt_extractor-0.5.1-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1)
Found link https://files.pythonhosted.org/packages/7b/2b/48ad70e0490e492b1f59e260d447b3c9eaaad661eb4b46baacc2f328dabf/dbt_extractor-0.5.1-cp38-abi3-musllinux_1_2_aarch64.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1), version: 0.5.1
Found link https://files.pythonhosted.org/packages/6c/cc/6dce67509e94080535b400b03d7d13fecd2acba72c10c21df8b7755212ce/dbt_extractor-0.5.1-cp38-abi3-musllinux_1_2_armv7l.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1), version: 0.5.1
Found link https://files.pythonhosted.org/packages/58/b6/14ab2c80385a29ad013a0a0642522b393bf1220d6c01587aad4796784cc1/dbt_extractor-0.5.1-cp38-abi3-musllinux_1_2_i686.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1), version: 0.5.1
@@ -231,15 +231,15 @@
Skipping link: none of the wheel's tags (cp38-abi3-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/10/dd/b3c440b8eeac318a2d3b0f190783feedad60b962fe984d6d0cb482b128b4/dbt_extractor-0.5.1-cp38-abi3-win32.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1)
Skipping link: none of the wheel's tags (cp38-abi3-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/8c/ad/fa331537dbe97250dda06342775891ae2b1fb8b54cf9219e47781f641657/dbt_extractor-0.5.1-cp38-abi3-win_amd64.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1)
Found link https://files.pythonhosted.org/packages/2c/d0/4ee14955ad0214da695b3c15dc0acf2ab54c9d263242f36073c999cb699a/dbt_extractor-0.5.1.tar.gz (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.6.1), version: 0.5.1
- Found link https://files.pythonhosted.org/packages/9f/dd/ec8f9e48e7dd5a52a69cca7907681d1779cf1cc8b02f2aa2acb6a2bf8bb4/dbt_extractor-0.6.0-cp39-abi3-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.9), version: 0.6.0
+ Skipping link: none of the wheel's tags (cp39-abi3-macosx_10_12_universal2, cp39-abi3-macosx_10_12_x86_64, cp39-abi3-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/9f/dd/ec8f9e48e7dd5a52a69cca7907681d1779cf1cc8b02f2aa2acb6a2bf8bb4/dbt_extractor-0.6.0-cp39-abi3-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.9)
Found link https://files.pythonhosted.org/packages/03/5f/233f326336aa21fbd9e7268f239a8464af145abd398a360d894c3286699d/dbt_extractor-0.6.0-cp39-abi3-macosx_10_12_x86_64.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.9), version: 0.6.0
- Found link https://files.pythonhosted.org/packages/c9/2a/e14c13b9a437780c5712525ce537915b531bba45481fc7102deb4492ff83/dbt_extractor-0.6.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.9), version: 0.6.0
- Found link https://files.pythonhosted.org/packages/58/2e/1ef1cd2b36973bea0a6823a7b7cd1b3db29b61ddebb015ceaea88b9e9347/dbt_extractor-0.6.0-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.9), version: 0.6.0
- Found link https://files.pythonhosted.org/packages/40/5a/468a2855181aaee5402efbf9ef757d074cd306eec22bbcd267cdd0edbe94/dbt_extractor-0.6.0-cp39-abi3-manylinux_2_17_i686.manylinux2014_i686.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.9), version: 0.6.0
- Found link https://files.pythonhosted.org/packages/b2/18/611dceb2fa7ea668471f290f34fec55fa3283e3ee9d0475d964e6ffaff97/dbt_extractor-0.6.0-cp39-abi3-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.9), version: 0.6.0
- Found link https://files.pythonhosted.org/packages/9e/ad/9dd410d4d95e336ae6b10c53c939bf1ff8e9991e1adb5ea4aefc4a87c445/dbt_extractor-0.6.0-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.9), version: 0.6.0
- Found link https://files.pythonhosted.org/packages/a4/4f/6994cdfb51c5652fad0c8f9cf5b3ec1816cb10e99ed145eb27e6a9bcc16b/dbt_extractor-0.6.0-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.9), version: 0.6.0
- Found link https://files.pythonhosted.org/packages/df/5e/fad01e18d68ffd09c0f39cdedeed8fcaaea74a8b46d1a944472b5f95b72b/dbt_extractor-0.6.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.9), version: 0.6.0
+ Skipping link: none of the wheel's tags (cp39-abi3-manylinux2014_aarch64, cp39-abi3-manylinux_2_17_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/c9/2a/e14c13b9a437780c5712525ce537915b531bba45481fc7102deb4492ff83/dbt_extractor-0.6.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.9)
+ Skipping link: none of the wheel's tags (cp39-abi3-manylinux2014_armv7l, cp39-abi3-manylinux_2_17_armv7l) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/58/2e/1ef1cd2b36973bea0a6823a7b7cd1b3db29b61ddebb015ceaea88b9e9347/dbt_extractor-0.6.0-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.9)
+ Skipping link: none of the wheel's tags (cp39-abi3-manylinux2014_i686, cp39-abi3-manylinux_2_17_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/40/5a/468a2855181aaee5402efbf9ef757d074cd306eec22bbcd267cdd0edbe94/dbt_extractor-0.6.0-cp39-abi3-manylinux_2_17_i686.manylinux2014_i686.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.9)
+ Skipping link: none of the wheel's tags (cp39-abi3-manylinux2014_ppc64, cp39-abi3-manylinux_2_17_ppc64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/b2/18/611dceb2fa7ea668471f290f34fec55fa3283e3ee9d0475d964e6ffaff97/dbt_extractor-0.6.0-cp39-abi3-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.9)
+ Skipping link: none of the wheel's tags (cp39-abi3-manylinux2014_ppc64le, cp39-abi3-manylinux_2_17_ppc64le) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/9e/ad/9dd410d4d95e336ae6b10c53c939bf1ff8e9991e1adb5ea4aefc4a87c445/dbt_extractor-0.6.0-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.9)
+ Skipping link: none of the wheel's tags (cp39-abi3-manylinux2014_s390x, cp39-abi3-manylinux_2_17_s390x) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/a4/4f/6994cdfb51c5652fad0c8f9cf5b3ec1816cb10e99ed145eb27e6a9bcc16b/dbt_extractor-0.6.0-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.9)
+ Skipping link: none of the wheel's tags (cp39-abi3-manylinux2014_x86_64, cp39-abi3-manylinux_2_17_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/df/5e/fad01e18d68ffd09c0f39cdedeed8fcaaea74a8b46d1a944472b5f95b72b/dbt_extractor-0.6.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.9)
Found link https://files.pythonhosted.org/packages/9d/82/49068ee2b9f38aa34d0f3196bb7b71d11af86630d5ed5cb6626108c97cd6/dbt_extractor-0.6.0-cp39-abi3-musllinux_1_2_aarch64.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.9), version: 0.6.0
Found link https://files.pythonhosted.org/packages/18/c6/cdaf1ac8959d571b5cb3587b8afef9e5fe60b99fe59aca94560808501d8b/dbt_extractor-0.6.0-cp39-abi3-musllinux_1_2_armv7l.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.9), version: 0.6.0
Found link https://files.pythonhosted.org/packages/94/6d/46bdb9a809c66784fcc19b853311568cfd3041c075f0a578cb7116686841/dbt_extractor-0.6.0-cp39-abi3-musllinux_1_2_i686.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.9), version: 0.6.0
@@ -248,5 +248,5 @@
Skipping link: none of the wheel's tags (cp39-abi3-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/60/36/f5b1c4159fa911607f3a49fcbc535e4783870fd887bc0a1b3ad42587cb73/dbt_extractor-0.6.0-cp39-abi3-win_amd64.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.9)
Found link https://files.pythonhosted.org/packages/f1/06/1f7b5d277af4bd7c3ab5065f79407c46a73950f0879fac69e51067c87649/dbt_extractor-0.6.0.tar.gz (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.9), version: 0.6.0
Skipping link: not a file: https://pypi.org/simple/dbt-extractor/
-Given no hashes to check 14 links for project 'dbt-extractor': discarding no candidates
-Downloading link https://files.pythonhosted.org/packages/3b/02/b111856273e414ac80ef58d2103c9b7c6a5b29b1ec248999d3d5873ada00/dbt_extractor-0.6.0-cp39-abi3-musllinux_1_2_x86_64.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.9) to /home/jsirois/.cache/pex/pip/1/25.0/pip_cache/.tmp/pip-unpack-g53fzkqb/dbt_extractor-0.6.0-cp39-abi3-musllinux_1_2_x86_64.whl
+Given no hashes to check 6 links for project 'dbt-extractor': discarding no candidates
+Downloading link https://files.pythonhosted.org/packages/3b/02/b111856273e414ac80ef58d2103c9b7c6a5b29b1ec248999d3d5873ada00/dbt_extractor-0.6.0-cp39-abi3-musllinux_1_2_x86_64.whl (from https://pypi.org/simple/dbt-extractor/) (requires-python:>=3.9) to /home/jsirois/.cache/pex/pip/1/25.1/pip_cache/.tmp/pip-unpack-i1eiqkj3/dbt_extractor-0.6.0-cp39-abi3-musllinux_1_2_x86_64.whl |
Beta Was this translation helpful? Give feedback.
-
@jcrobak the fix is out in https://github.com/pex-tool/pex/releases/tag/v2.37.0 with an integration test directly based on your example. It failed before, works after. I'll close this as answered, but please speak up if there are continued problems along these lines. |
Beta Was this translation helpful? Give feedback.
@jcrobak the fix is out in https://github.com/pex-tool/pex/releases/tag/v2.37.0 with an integration test directly based on your example. It failed before, works after. I'll close this as answered, but please speak up if there are continued problems along these lines.