-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update SQD guides to mention windows issue? #2596
Comments
Agree we can beef up support for Windows. We can:
|
@caleb-johnson I think both are compelling. I would definitely encourage the optional dependency because many users are not power-users and may not be comfortable using Docker/install_from_source or WSL, and they may be confused and frustrated that the entire install fails due to one dep they don't even use. For context, this issue was created due to #2595, that we realized Becky couldn't run any of our notebooks anymore locally due to us adding the SQD tutorial. In case you haven't seen it, Qiskit SDK has really nice support for optional deps, like raising an exception when trying to use an optional dep that has not been installed. https://github.com/Qiskit/qiskit/blob/main/qiskit/utils/optionals.py |
As best I can tell, pyscf should already not be considered a dependency on Windows. I am puzzled as to why it is not working. |
We haven't cut a release since that change. I guess we can just release v0.9 and the installation will work. @Eric-Arellano , the Fermionic tutorial will still use @ |
Currently the SQD guide is not runnable on windows machines because of the pyscf dependency. I think we should add an admonition warning windows users about this, and perhaps include it in all current and future sqd pages?
I'm not sure if there is any specific advice we could give to SQD users with windows machines, maybe @jenglick or @garrison have a suggestion?
The text was updated successfully, but these errors were encountered: