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

Package versions (cupy-cuda11x==11.6.0, cuquantum-python-cu11==23.10.0) in poetry.lock are not available anymore. #83

Open
liweintu opened this issue Jan 16, 2025 · 0 comments

Comments

@liweintu
Copy link
Contributor

Two packages' locked versions in poetry.lock, i.e. cupy-cuda11x==11.6.0, cuquantum-python-cu11==23.10.0, are not available anymore in from pip install, as below, resulting in poetry installation failure.

$ pip install cupy-cuda11x==11.6.0
ERROR: Could not find a version that satisfies the requirement cupy-cuda11x==11.6.0 (from versions: 12.3.0, 13.0.0, 13.1.0, 13.2.0, 13.3.0)
ERROR: No matching distribution found for cupy-cuda11x==11.6.0
$ pip install cuquantum-python-cu11==23.10.0
ERROR: Ignored the following yanked versions: 0.0.1.dev0, 24.3.0.post0
ERROR: Could not find a version that satisfies the requirement cuquantum-python-cu11==23.10.0 (from versions: 24.3.0.post1, 24.8.0, 24.11.0)
ERROR: No matching distribution found for cuquantum-python-cu11==23.10.0

Need to update the versions to fix the installation failure.

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

No branches or pull requests

1 participant