-
Notifications
You must be signed in to change notification settings - Fork 19
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
pip install <qiskit/cirq>-superstaq on Windows #873
Comments
(@vietphamngoc discovered while we onboarded) |
We might be forgetting to use
|
it looks like it's failing to import because |
👍 @vietphamngoc https://learn.microsoft.com/en-us/windows/wsl/ @richrines1 it's probably sufficient to mention WSL in the readme. |
It looks like replacing |
Managed to install qiskit-superstack without WSL with this change. |
this is fine locally but unfortunately won't work when deploying to/installing from pypi, where (1) the directory structure won't be consistent, and (2) each package needs to have its own independent version (in principle i could e.g. install gss v0.5.5 alongside css v0.5.4, in which case if we need to we could replace the symlinks with hard copies, it just creates a bit more work for us when upgrading/etc. how important is it to work without the wsl? do all the tests pass without it (after your change)? |
I couldn't run the tests without wsl and it's definitely not worth the hassle of changing everything. |
not an inconvenience! it's a good question, ideally we'd be more platform-agnostic - it's just not something we've had time/reason to prioritize as of yet |
What is happening?
The installation of <qiskit/cirq>-superstaq on Windows throws the following error:
How can we reproduce the issue?
What should happen?
pip install should pass without error. Seems to be working on Linux
Environment
Any additional context?
No response
The text was updated successfully, but these errors were encountered: