Move Prover stuck at configured prover "" could not be found
#140
-
Trying to run
I suppose some deps are missed but had not succeed in my search. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @SteMak, what steps did you take to set up the Move Prover? Additionally, please include your OS. In the installation guide, you'll notice that you need to specify that you're installing additional Move tools. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your answer Be aware, that the script may additionally upgrade some system components |
Beta Was this translation helpful? Give feedback.
Hi @SteMak, what steps did you take to set up the Move Prover? Additionally, please include your OS.
In the installation guide, you'll notice that you need to specify that you're installing additional Move tools.
For example, Linux/macOS users will use
./scripts/dev_setup.sh -yp
, where-yp
is required to install Move Prover dependencies.