pystack icon indicating copy to clipboard operation
pystack copied to clipboard

Update depends on `click<6.0,>=5.1`

Open honglei opened this issue 1 year ago • 3 comments

root@serbver34:/home/honglei# /opt/python311/bin/python -m pip install -U pystack-debugger

/opt/python311/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_envs.py:111: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
  from pip._vendor.pkg_resources import find_distributions
Collecting pystack-debugger
  Using cached pystack_debugger-0.10.0-py3-none-any.whl (5.2 kB)
Collecting click<6.0,>=5.1 (from pystack-debugger)
  Using cached click-5.1-py2.py3-none-any.whl (65 kB)
Installing collected packages: click, pystack-debugger
  Attempting uninstall: click
    Found existing installation: click 8.1.3
    Uninstalling click-8.1.3:
      Successfully uninstalled click-8.1.3

honglei avatar Jul 21 '23 12:07 honglei

mkdocs 1.4.2 requires click>=7.0, but you have click 5.1 which is incompatible. uvicorn 0.22.0 requires click>=7.0, but you have click 5.1 which is incompatible.

honglei avatar Jul 21 '23 12:07 honglei

The same problem occurs,looking forward to a solution.

deanzxl avatar Apr 18 '24 08:04 deanzxl

The same problem occurs,looking forward to a solution.

deanzxl avatar Apr 18 '24 08:04 deanzxl