$ sudo pip3 install hgdb-debugger --break-system-packages
Collecting hgdb-debugger
Downloading hgdb_debugger-0.0.8-py3-none-any.whl (9.0 kB)
Collecting prompt-toolkit
Downloading prompt_toolkit-3.0.38-py3-none-any.whl (385 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 385.8/385.8 kB 2.7 MB/s eta 0:00:00
Collecting hgdb-debugger
Downloading hgdb_debugger-0.0.7-py3-none-any.whl (8.9 kB)
Downloading hgdb_debugger-0.0.6-py3-none-any.whl (7.8 kB)
Downloading hgdb_debugger-0.0.5-py3-none-any.whl (7.6 kB)
Downloading hgdb_debugger-0.0.4-py3-none-any.whl (7.6 kB)
Downloading hgdb_debugger-0.0.3-py3-none-any.whl (5.9 kB)
Downloading hgdb_debugger-0.0.2-py3-none-any.whl (5.6 kB)
Downloading hgdb_debugger-0.0.1-py3-none-any.whl (5.0 kB)
ERROR: Cannot install hgdb-debugger==0.0.1, hgdb-debugger==0.0.2, hgdb-debugger==0.0.3, hgdb-debugger==0.0.4, hgdb-debugger==0.0.5, hgdb-debugger==0.0.6, hgdb-debugger==0.0.7 and hgdb-debugger==0.0.8 because these package versions have conflicting dependencies.
The conflict is caused by:
hgdb-debugger 0.0.8 depends on hgdb[client]
hgdb-debugger 0.0.7 depends on hgdb[client]
hgdb-debugger 0.0.6 depends on hgdb[client]
hgdb-debugger 0.0.5 depends on hgdb[client]
hgdb-debugger 0.0.4 depends on hgdb[client]
hgdb-debugger 0.0.3 depends on hgdb[client]
hgdb-debugger 0.0.2 depends on hgdb[client]
hgdb-debugger 0.0.1 depends on hgdb[client]
To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
$ python3 --version
Python 3.11.2
$ pip3 --version
pip 23.0.1 from /usr/lib/python3/dist-packages/pip (python 3.11)