CUDA Q error message on windows 10

To whom it may concern,
I am Ou, Cheng-Fu. I tried to use the command “pip install cudaq” on my virtual environment of VSCode on Windows 10 computer, but it comes out errors such as

The installation of cuda-quantum-cu12 for version 0.9.0 failed.

This is a special placeholder package which downloads a real wheel package
from https://pypi.nvidia.com. If https://pypi.nvidia.com is not reachable, we
cannot download the real wheel file to install.

You might try installing this package via

$ pip install --extra-index-url [https://pypi.nvidia.com](https://pypi.nvidia.com/) cuda-quantum-cu12

Here is some debug information about your platform to include in any bug
report:

Python Version: CPython 3.11.4
Operating System: Windows 10
CPU Architecture: AMD64
nvidia-smi command not found. Ensure NVIDIA drivers are installed.

Then I try pip install --extra-index-url https://pypi.nvidia.com cuda-quantum-cu12, the same error happens

Python Version: CPython 3.11.4
Operating System: Windows 10
CPU Architecture: AMD64
nvidia-smi command not found. Ensure NVIDIA drivers are installed.

The instructions of official documentaries are written for Linux, not Windows. How can I solve it?
Sincerely,
Ou, Cheng-Fu
2024/12/19
Install CudaQ error message.txt (17.9 KB)

Is there any solution to rectify this?

I am facing same error with Linux.
Python Version: CPython 3.10.16
Operating System: Linux 5.10.233-223.887.amzn2.x86_64
CPU Architecture: x86_64
Driver Version: 550.144
CUDA Version: 12.4

I also tried downloading the wheel file and install but its throwing that the wheel file doesnt support.