Skip to content
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

runkit sandbox not working #38

Open
pashute opened this issue Oct 23, 2017 · 0 comments
Open

runkit sandbox not working #38

pashute opened this issue Oct 23, 2017 · 0 comments

Comments

@pashute
Copy link

pashute commented Oct 23, 2017

The main node-julia Readme.md sends us to a Runkit + npm sandbox where we can try it out live

But the site doesn't work.

I write

julia = require('node-julia');
var a = julia.eval('[ 1 2 3 ; 3 4 1; 8 2 9]');
var b = julia.eval("[1 1 1]'");
var c = julia.exec('\\',a,b);

and get:

Error: Could not locate the bindings file. Tried:
 → /app/available_modules/1508746384000/node-julia/build/nj.node
 → /app/available_modules/1508746384000/node-julia/build/Debug/nj.node
 → /app/available_modules/1508746384000/node-julia/build/Release/nj.node
 → /app/available_modules/1508746384000/node-julia/out/Debug/nj.node
 → /app/available_modules/1508746384000/node-julia/Debug/nj.node
 → /app/available_modules/1508746384000/node-julia/out/Release/nj.node
 → /app/available_modules/1508746384000/node-julia/Release/nj.node
 → /app/available_modules/1508746384000/node-julia/build/default/nj.node
 → /app/available_modules/1508746384000/node-julia/compiled/6.11.2/linux/x64/nj.node
at bindings in bindings/bindings.js — line 93

And the code in line 90 of bindings/bindings.js

    }
}
err = new Error('Could not locate the bindings file. Tried:\n'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant