-
Notifications
You must be signed in to change notification settings - Fork 156
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
Unable to generate trace and memory file using cairo-vm-cli 1.0.1 #1837
Comments
Update: I have managed to get a JSON in a similar format to the one shown in
Running step 5 gives the following error:
Note that the software versions have not changed. |
ups |
Hi @anonymouspanda-23
|
The error you are getting is due to the fact that |
Describe the bug
When attempting to run the following commands, I get the respective errors.
Command 1:
cairo-vm-cli a.cairo
Error 1:
Command 2:
cairo-vm-cli a.sierra
Error 2:
Command 3:
cairo-vm-cli a.casm
Error 3:
To Reproduce
a.cairo
.a.cairo
.prepare-env.sh
.prepare-env.sh
.docker build -t proof-generator:latest .
docker run proof-generator:latest
Expected behavior
I expect the output of the program to be shown, which is
5
in this case.What version/commit are you on?
I am using cairo-vm-cli v1.0.1, cairo-lang-compiler v1.1.1, and cairo-lang-sierra-to-casm v1.1.1.
Additional context
I have tried different compiler versions, the different make commands, different Cairo codes and none of them have worked yet. Also, a.casm matches what I expected given the code on the hosted cairo-vm.
The text was updated successfully, but these errors were encountered: