-
Notifications
You must be signed in to change notification settings - Fork 1k
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
jupyter-server cannot co-habitate with cirq --pre #6500
Comments
Typically we don't install |
I installed the subpackages one by one, it looks like the issue comes from Cirq/cirq-rigetti/requirements.txt Line 1 in 0f4822b
to |
better you check this PR: #6281 |
- Add support for Kraus operators, POVMs and parametric defgates - Update quil->cirq conversion Fixes quantumlib#6500 Partially implements quantumlib#6464
- Add support for Kraus operators, POVMs and parametric defgates - Update quil->cirq conversion Fixes quantumlib#6500 Partially implements quantumlib#6464
- Add support for Kraus operators, POVMs and parametric defgates - Update quil->cirq conversion Fixes quantumlib#6500 Partially implements quantumlib#6464
- Add support for Kraus operators, POVMs and parametric defgates - Update quil->cirq conversion Fixes quantumlib#6500 Partially implements quantumlib#6464
- Add support for Kraus operators, POVMs and parametric defgates - Update quil->cirq conversion Fixes quantumlib#6500 Partially implements quantumlib#6464
Description of the issue
In a fresh virtual environment for Python 3.10
After this
jupyter notebook
fails to start withTypeError
from thereferencing
package.An attempt to install
jupyter-server
with existing notebook requirements fails to resolve a compatible set of packages:Note: jupyter-server can be installed with cirq-core so the incompatible requirement is in some other cirq-something-not-core package.
Proposed Solution
Update package dependencies so they are compatible with jupyter-server requirements.
Cirq version
1.4.0.dev at dc1065d.
The text was updated successfully, but these errors were encountered: