-
Notifications
You must be signed in to change notification settings - Fork 63
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
Tuple setup values unsupported in the LLVM API #1942
Comments
Hm, it's possible that this was unintended fallout from my #1934 patch, which repurposed the |
Thanks @RyanGlScott -- I'm doing:
|
That would explain it then—you're using a version of the Python bindings meant for version 1.0 of the SAW remote API, but the remote API has changed in the |
Hi @RyanGlScott, I installed the bindings from |
Hm, it's tricky to diagnose further without knowing a bit more about your setup. Can you give more details on the sequence of commands you're running to invoke the Python bindings? |
Here is the structure (untested) of the python that is causing problems. Here we have some implementation that initializes a
|
OK. Can you run the following sequence of commands and indicate what goes wrong?
|
I'm seeing "Tuple setup values unsupported in the LLVM API" show up as an error message while using the Python interface and saw-remote-api. The same proof has been working for years before a recent change here (I don't know which one). Does anyone have any ideas on what this error message means or what is causing this? Thank you.
The text was updated successfully, but these errors were encountered: