narrow-vegetable-37489
02/16/2022, 12:21 PMring) that I'm not really sure why it's happening from looking at the output. The constraints file comes from poetry export, and Poetry is able to install the dependency just fine. Logs in thread.narrow-vegetable-37489
02/16/2022, 12:22 PMnarrow-vegetable-37489
02/16/2022, 12:22 PMwirerope is a dependency of ring, not sure why it's unable to be installed though. wirerope==0.4.5 very much exists on pypi.enough-analyst-54434
02/16/2022, 12:30 PM--pex-verbosity=9 (I think 3 may actually be enough) and see if that reveals more?narrow-vegetable-37489
02/16/2022, 12:35 PMValueError: invalid literal for int() with base 10: '0+3acb925dd708430aeaf197ea53ac8a752f7c1863'enough-analyst-54434
02/16/2022, 12:38 PMenough-analyst-54434
02/16/2022, 12:40 PMnarrow-vegetable-37489
02/16/2022, 12:40 PMRunning command python setup.py egg_info
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/var/folders/_h/fr5ctz890wb5h87sgsvbdr5h0000gn/T/process-executionuTO3si/.tmp/pip-download-v1heqzg0/wirerope_8e7e469bacad47419c57647ad8aa5798/setup.py", line 3, in <module>
assert tuple(map(int, setuptools.__version__.split('.')[:3])) >= (39, 2, 0), \
ValueError: invalid literal for int() with base 10: '0+3acb925dd708430aeaf197ea53ac8a752f7c1863'
Forgot to include the trace as well.narrow-vegetable-37489
02/16/2022, 12:40 PM2.10.0.dev2, but tried it on latest RC as well.enough-analyst-54434
02/16/2022, 12:40 PMnarrow-vegetable-37489
02/16/2022, 12:43 PMenough-analyst-54434
02/16/2022, 12:43 PMenough-analyst-54434
02/16/2022, 12:45 PMenough-analyst-54434
02/16/2022, 12:46 PMnarrow-vegetable-37489
02/16/2022, 12:48 PMenough-analyst-54434
02/16/2022, 5:36 PM