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)