-
Notifications
You must be signed in to change notification settings - Fork 26
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
Cannot create task: Error: spawn #105
Comments
It looks like you don't have the offchain interpreter installed. Running these scripts will fix it: This script is assuming you are running a debian based linux. |
@tjchern Where you able to solve the problem with @hswick's suggested changes? |
@hswick, please let us know when the new stable version is available on Master |
I run the test:
npm run test
error info below:
Normal task lifecycle
2019-01-08 17:38:21 [console] info: Task Giver initialized
2019-01-08 17:38:21 [console] info: Solver initialized at block 4652
2019-01-08 17:38:21 [console] info: Verifier initialized
2019-01-08 17:38:22 [console] info: Executing: ./../wasm-client/ocaml-offchain/interpreter/wasm -m -disable-float -input -file reverse_alphabet.txt -file alphabet.txt -wasm reverse_alphabet.wasm
2019-01-08 17:38:22 [console] error: Cannot create task: Error: spawn ./../wasm-client/ocaml-offchain/interpreter/wasm ENOENT
how to resolve it ?
thank you
The text was updated successfully, but these errors were encountered: