Issues with running the render-circuit command #187
Answered
by
alexander-camuto
biancaganescu
asked this question in
Q&A
-
Hi, I am trying to run the render/render-circuit command in the terminal. I can see it in the code and in the README, however when I try to use 'ezkl render' or 'ezkl render-circuit', I get the following error:
|
Beta Was this translation helpful? Give feedback.
Answered by
alexander-camuto
Apr 13, 2023
Replies: 1 comment 1 reply
-
Hey @biancaganescu ty for your question. Did you compile ezkl with the render feature ?
We made it a conditional compile as it can increase compile time and requires external dependencies. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
alexander-camuto
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @biancaganescu ty for your question. Did you compile ezkl with the render feature ?
cargo build --features render ...
?We made it a conditional compile as it can increase compile time and requires external dependencies.