Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix installation failure caused by missing debugpy version #188

Merged
merged 3 commits into from
Aug 16, 2024

Conversation

wilfried-huss
Copy link
Collaborator

@wilfried-huss wilfried-huss commented Aug 16, 2024

Summary

Update python dependencies.

Master is currently not installable from source, because of a problem with debugpy 1.8.3, which seems to have
been removed from pypi.

  • Installing debugpy (1.8.3)

  RuntimeError

  Unable to find installation candidates for debugpy (1.8.3)

  at ~/.local/lib/python3.10/site-packages/poetry/installation/chooser.py:73 in choose_for
       69│ 
       70│             links.append(link)
       71│ 
       72│         if not links:
    →  73│             raise RuntimeError(f"Unable to find installation candidates for {package}")
       74│ 
       75│         # Get the best link
       76│         chosen = max(links, key=lambda link: self._sort_key(package, link))
       77│ 

Cannot install debugpy.

See: https://github.com/qiskit-community/qiskit-aqt-provider/actions/runs/10417732980/job/28852533885

This problem does not affect the released package, since debugpy is only a transitive dev dependency.

Details and comments

@wilfried-huss wilfried-huss changed the title Deps update 24kw33 Fix installation failure caused by missing debugpy version Aug 16, 2024
@wilfried-huss wilfried-huss merged commit b89b776 into master Aug 16, 2024
9 checks passed
@wilfried-huss wilfried-huss deleted the deps-update-24kw33 branch August 16, 2024 10:31
@airwoodix
Copy link
Collaborator

Context: microsoft/debugpy#1647

@airwoodix airwoodix mentioned this pull request Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants