NVIDIA / cuda-quantum

C++ and Python support for the CUDA Quantum programming model for heterogeneous quantum-classical workflows
https://nvidia.github.io/cuda-quantum/
Other
494 stars 181 forks source link

Could not find a version that satisfies the requirement when installing it on windows #2048

Open talentkeychen opened 2 months ago

talentkeychen commented 2 months ago

Required prerequisites

Describe the bug

Just trying to create a minimal environment but it seems that I cannot install it on windows for the current version. I am using python 3.10.19 on a Windows. I follow this: https://nvidia.github.io/cuda-quantum/latest/using/quick_start.html#install-cuda-q and I get the cannot find version error:

ERROR: Could not find a version that satisfies the requirement cudaq (from versions: none) ERROR: No matching distribution found for cudaq

I suspect it's because of the wheel? Thanks!

Steps to reproduce the bug

conda create -y -n cuda-quantum python=3.10 pip conda run -n cuda-quantum pip install cuda-quantum

Expected behavior

ERROR: Could not find a version that satisfies the requirement cuda-quantum (from versions: none) ERROR: No matching distribution found for cuda-quantum

Is this a regression? If it is, put the last known working version (or commit) here.

Not a regression

Environment

Suggestions

No response

1tnguyen commented 2 months ago

Hi @talentkeychen,

Currently, we don't have CUDA-Q Python wheels for Windows. Could you please use Windows Subsystem for Linux (WSL) instead?