clever-gigabyte-29368
11/17/2022, 5:12 PMpip install
to install the problematic libraries with no issue. Any suggestions?
ERROR: Could not find a version that satisfies the requirement omniduct==1.1.17
ERROR: No matching distribution found for omniduct==1.1.17
pex.environment.ResolveError: Failed to resolve requirements from PEX environment @ /Users/user.name/.pex/unzipped_pexes/402fc598cf404ed654017be0d7c53443d79fa859.
Needed macosx_13_0_x86_64-cp-37-cp37m compatible dependencies for:
1: importlib-metadata>=0.12; python_version < "3.8"
Required by:
FingerprintedDistribution(distribution=virtualenv 20.4.7 (/Users/kennethdai/.pex/installed_wheels/bb8d0ead30325881e415ac3e7cbc9080574690a5/virtualenv-20.4.7-py2.py3-none-any.whl), fingerprint='eeaf01de2c4bc1e22cee1a14fd3358ca9251c0c2')
But this pex had no 'importlib-metadata' distributions.
happy-kitchen-89482
11/17/2022, 5:20 PMclever-gigabyte-29368
11/17/2022, 5:22 PMclever-gigabyte-29368
11/17/2022, 5:22 PMcurved-television-6568
11/17/2022, 5:26 PMclever-gigabyte-29368
11/17/2022, 5:27 PMclever-gigabyte-29368
11/17/2022, 5:27 PMclever-gigabyte-29368
11/17/2022, 5:28 PMcurved-television-6568
11/17/2022, 5:30 PMclever-gigabyte-29368
11/17/2022, 5:34 PMclever-gigabyte-29368
11/17/2022, 5:34 PMNo matching distribution found for omniduct==1.1.17
is a more common problem and blocking multiple users. Could you please help?happy-kitchen-89482
11/17/2022, 5:59 PMclever-gigabyte-29368
11/17/2022, 6:03 PMpip install omniduct==1.1.17
works but pants complain No matching distribution found for omniduct==1.1.17
, is there a way for us to find out the difference between the two? I guess pants invokes pip under the hood, so understanding how pants exactly uses pip could be a starting point?happy-kitchen-89482
11/17/2022, 8:29 PMhappy-kitchen-89482
11/17/2022, 8:30 PM--no-process-cleanup
, that will keep the sandbox directories, so you can cd into them and see more detailshappy-kitchen-89482
11/17/2022, 8:33 PMhappy-kitchen-89482
11/17/2022, 8:38 PMclever-gigabyte-29368
11/17/2022, 11:08 PMno matching distribution found for pantsbuild.pants=2.13.0
clever-gigabyte-29368
11/17/2022, 11:08 PMPants is running pex, which runs pip 20.3.4 under the hoodis that codified somewhere?
happy-kitchen-89482
11/17/2022, 11:23 PMhappy-kitchen-89482
11/17/2022, 11:24 PM-ldebug
and post as much relevant debug info as possiblehappy-kitchen-89482
11/17/2022, 11:25 PMhappy-kitchen-89482
11/17/2022, 11:25 PMomniduct
a new dependency?happy-kitchen-89482
11/17/2022, 11:25 PMclever-gigabyte-29368
11/18/2022, 12:31 AM./pants -ldebug test path/to/a/test.py
Bootstrapping Pants using /Users/user/.pyenv/shims/python3.7
Installing pantsbuild.pants==2.13.0 into a virtual environment at /Users/user/.cache/pants/setup/bootstrap-Darwin-x86_64/2.13.0_py37
ERROR: Could not find a version that satisfies the requirement pantsbuild.pants==2.13.0 (from versions: 0.0.17, 0.0.18, 0.0.20, 0.0.21, 0.0.22, 0.0.23, 0.0.24, 0.0.25, 0.0.26, 0.0.27, 0.0.28, 0.0.29, 0.0.30, 0.0.31, 0.0.32, 0.0.33, 0.0.34, 0.0.35, 0.0.36, 0.0.37, 0.0.38, 0.0.39, 0.0.40, 0.0.41, 0.0.42, 0.0.43, 0.0.44, 0.0.45, 0.0.46, 0.0.47, 0.0.48, 0.0.49, 0.0.50, 0.0.51, 0.0.52, 0.0.53, 0.0.54, 0.0.55, 0.0.56, 0.0.57, 0.0.58, 0.0.59, 0.0.60, 0.0.61, 0.0.62, 0.0.63, 0.0.64, 0.0.65, 0.0.66, 0.0.67, 0.0.68, 0.0.69, 0.0.70, 0.0.71, 0.0.72, 0.0.73, 0.0.74, 0.0.75, 0.0.76, 0.0.77, 0.0.79, 0.0.80, 0.0.81, 0.0.82, 1.0.0, 1.0.1, 1.1.0, 1.2.0, 1.2.1, 1.3.0, 1.4.0, 1.5.0, 1.6.0, 1.7.0)
ERROR: No matching distribution found for pantsbuild.pants==2.13.0
here is what we got with the ldebug
option.happy-kitchen-89482
11/18/2022, 4:29 PMrm -rf ~/.cache/pants
and starting over, let’s see what that doesclever-gigabyte-29368
11/18/2022, 7:11 PMI tried that, and hit into the same errorsrm -rf ~/.cache/pants
clever-gigabyte-29368
11/18/2022, 7:12 PMhappy-kitchen-89482
11/18/2022, 7:41 PMhappy-kitchen-89482
11/18/2022, 7:41 PMhappy-kitchen-89482
11/18/2022, 7:41 PMpowerful-florist-1807
11/18/2022, 8:12 PM