Replies: 6 comments 9 replies
-
Can you mark your system, version and computer architecture? This may be more helpful in solving the problem. Also, have you tried restarting the terminal or computer? At first glance, it seems that it may be due to an environment variable issue. |
Beta Was this translation helpful? Give feedback.
-
dont think this is related to your environment can you post your source-code/specs you're proving? ive seen this error before can't remember how to reproduce. dont remember the details but i think it happens when you call non-spec functions outside of your module in a spec. i imagine if you start to comment out the specs and re-run the prover itll work again at some point |
Beta Was this translation helpful? Give feedback.
-
if i add
[INFO] transforming bytecode
[INFO] generating verification conditions
[INFO] 16 verification conditions
[INFO] running solver
[INFO] 1.625s build, 3.977s trafo, 0.048s gen, 6.090s verify, total 11.741s
{
"Result": "Success"
}
|
Beta Was this translation helpful? Give feedback.
-
@yue1823 can you share your entire code file and the commands you ran so I can try to reproduce the error on my side? |
Beta Was this translation helpful? Give feedback.
-
Please follow the instructions on how to install the Move Prover auxiliary tools here. If the variable We are working on making this experience better. |
Beta Was this translation helpful? Give feedback.
-
@yue1823 @bwdotcom there is 2nd issue apart of setting up the Move Prover correctly, thanks for brining it up! I isolated the cause and opened a bug for it. Fix should be forthcoming, you can follow along at the bug. |
Beta Was this translation helpful? Give feedback.
-
Discord user ID
.yue.
Describe your question in detail.
when i trying to use
aptos move prove
,show this errorTherefore , I use this command
source ~/.profile
Then I get another error
Anyone can help me to solve this error
What error, if any, are you getting?
No response
What have you tried or looked at? Or how can we reproduce the error?
No response
Which operating system are you using?
macOS Macbook Pro m1 Arm
Which SDK or tool are you using? (if any)
Aptos CLI
Describe your environment or tooling in detail
aptos move prove on idea
Beta Was this translation helpful? Give feedback.
All reactions