You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no output. The script hangs indefinitely.
Environment Context
Environment 1
Operating System:
$ uname -a
Linux jupyter-***** 5.4.196-108.356.amzn2.x86_64 #1 SMP Thu May 26 12:49:47 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
$ python --version
Python 3.9.7
Quilc Version (quilc --version):
$ quilc --version
1.26.0 [cfd8748]
QVM Version (qvm --version):
$ qvm --version
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
1.17.2 [266c11e]
Environment 2
Operating System:
% uname -a
Darwin BK-LOSX-****** 22.4.0 Darwin Kernel Version 22.4.0: Mon Mar 6 20:59:28 PST 2023; root:xnu-8796.101.5~3/RELEASE_ARM64_T6000 arm64
% python --version
Python 3.10.1
Quilc version:
% docker run rigetti/quilc --version
1.26.0 [7aef642]
QVM version:
% docker run rigetti/qvm --version
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
1.17.2 [266c11e]
The text was updated successfully, but these errors were encountered:
Separately, since this wraps the QCS Rust SDK, it'd be great to have a simple way (i.e. environment variables) to get the QCS Rust SDK to print out the Rust traces, so we can see when and where things are getting stuck.
Pre-Report Checklist
Issue Description
Running
qc.compiler.quil_to_native_quil
hangs indefinitely. Ctrl + C does not abort the script. This same script works on pyQuil v3.How to Reproduce
Here are some useful environment settings:
Quilc is confirmed running and the below code snippet runs to completion in pyQuil v3 in various environments.
Code Snippet
The following script reproduces this issue as originally encountered, but you can reproduce the issue with simpler Quil programs as well.
Error Output
There is no output. The script hangs indefinitely.
Environment Context
Environment 1
Operating System:
Quilc Version (
quilc --version
):QVM Version (
qvm --version
):Environment 2
Operating System:
Quilc version:
QVM version:
The text was updated successfully, but these errors were encountered: