Closed JustinS6626 closed 7 months ago
Hi @JustinS6626! This looks like an error compiling Qulacs for GPUs on your system; unfortunately, we'll likely be unable to help you out here, as this looks to be an issue with Qulacs. I suggest opening an issue in the Qulacs GitHub here: https://github.com/qulacs/qulacs
Thank you very much for getting back to me! I actually succeeded in overcoming the issue for Qulacs-GPU using the command
USE_GPU=Yes sudo pip3.11 install --no-build-isolation .
Could it work for pennylane-qulacs-gpu as well?
Hi, I am trying to install Pennylane-Qulacs GPU with python3.11 and Pennylane.
My Pennylane info is as follows:
When I enter
sudo pip3.11 install --upgrade qulacs-gpu
I get the following error:
I am wondering what this means, and how I can fix it. Thank you very much for your help.