You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.0ERROR: 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.0ERROR: Ignored the following yanked versions: 0.0.1.dev0, 24.3.0.post0ERROR: 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.
The text was updated successfully, but these errors were encountered:
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 frompip install
, as below, resulting inpoetry
installation failure.Need to update the versions to fix the installation failure.
The text was updated successfully, but these errors were encountered: