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

Dependency conflict of pyquil-for-azure-quantum and azure-quantum #422

Open
vxfield opened this issue Mar 2, 2023 · 0 comments
Open

Dependency conflict of pyquil-for-azure-quantum and azure-quantum #422

vxfield opened this issue Mar 2, 2023 · 0 comments

Comments

@vxfield
Copy link
Member

vxfield commented Mar 2, 2023

Problem

When doing a pip install for both latest releases of pyquil-for-azure-quantum and azure-quantum, PIP returns this error:

pyquil-for-azure-quantum 0.0.2 requires azure-quantum<0.26.0,>=0.25.218240, but you have azure-quantum 0.27.258449 which is incompatible.

Cause

The current 0.0.2 release of pyquil-for-azure-quantum does not work with new releases of the azure-quantum package because the current dependency constraint ^0.25.218240 effectively becomes <0.26.0,>=0.25.218240 and every month Microsoft creates a new release of azure-quantum that increments the minor version.

Fix

I submitted a PR to pyquil-for-azure-quantum with a potential fix: rigetti/pyquil-for-azure-quantum#11

Reposting it here for tracking purposes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants