Comment 6 for bug 1975711

Revision history for this message
Kashyap Chamarthy (kashyapc) wrote :

I can (intermittently) reproduce it with the below versions on Fedora-36, installed from 'pip':

- Python 3.8.13
- pip 22.1.1
- tox-3.25.0

And my system Python versions:

  python3-3.10.4-1.fc36.x86_64
  tox-3.25.0-1.fc36.noarch
  python3-pip-21.3.1-2.fc36.noarch

The following is one of the packages where 'pip got stuck:
----------------------------------------------------------------------

$> tox -e pep8
[...]
INFO: pip is looking at multiple versions of eventlet to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of decorator to determine which version is compatible with other requirements. This could take a while.
Collecting decorator>=4.1.0
  Using cached decorator-5.1.0-py3-none-any.whl (9.1 kB)
  Using cached decorator-5.0.9-py3-none-any.whl (8.9 kB)
  Using cached decorator-5.0.8-py3-none-any.whl (8.9 kB)
  Using cached decorator-5.0.7-py3-none-any.whl (8.8 kB)
  Using cached decorator-5.0.6-py3-none-any.whl (8.8 kB)
  Using cached decorator-5.0.5-py3-none-any.whl (8.8 kB)
  Using cached decorator-4.4.2-py2.py3-none-any.whl (9.2 kB)
INFO: pip is looking at multiple versions of eventlet to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of decorator to determine which version is compatible with other requirements. This could take a while.
  Using cached decorator-4.4.1-py2.py3-none-any.whl (9.2 kB)
  Using cached decorator-4.4.0-py2.py3-none-any.whl (8.3 kB)
  Using cached decorator-4.3.2-py2.py3-none-any.whl (9.1 kB)
  Using cached decorator-4.3.1-py2.py3-none-any.whl (8.8 kB)
  Using cached decorator-4.3.0-py2.py3-none-any.whl (9.2 kB)
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C.
  Using cached decorator-4.2.1-py2.py3-none-any.whl (9.3 kB)
  Using cached decorator-4.1.2-py2.py3-none-any.whl (9.1 kB)
  Using cached decorator-4.1.1-py2.py3-none-any.whl (9.0 kB)
  Using cached decorator-4.1.0-py2.py3-none-any.whl (9.0 kB)
----------------------------------------------------------------------