microsoft / QuantumKatas

Tutorials and programming exercises for learning Q# and quantum computing
MIT License
4.53k stars 1.21k forks source link

Switch to QDK ver 0.27.244707. #860

Closed kuzminrobin closed 1 year ago

kuzminrobin commented 1 year ago

https://mybinder.org/v2/gh/Microsoft/QuantumKatas/kuzminrobin/nov2022release?urlpath=/tree/index.ipynb Looks like there are some temp issues at the mybinder.org side. I have seen such an error couple of days ago and re-clicking the link helped. But this time re-clicking does not help. I'll try to open the link after some time later today.

The error: Container engine initialization error: ('Check if docker is running on the host.', DockerException("Error while fetching server API version: UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)"))

kuzminrobin commented 1 year ago

Hmm... Friday night the link succeeded for me. Took tens of minutes to open... And now fails again :-) with the same message as you provided... I'll wait before merging...

kuzminrobin commented 1 year ago

After clicking again looks like the process started from the very beginning...

kuzminrobin commented 1 year ago

Now the link works. Merging.

tcNickolas commented 1 year ago

Did you kick off the Binder build on main after you merged the PR? It's not built right now

kuzminrobin commented 1 year ago

Did you kick off the Binder build on main after you merged the PR? It's not built right now

I didn't know that I need to. Now I have kicked off for main. I will update the release driver instructions.

kuzminrobin commented 1 year ago

It works for main now. I consider this PR fully complete. Thank you @tcNickolas!