I’m unable to set up the PyCall binding to pydeck shown here tutorial
Basically yarn bootstrap
exits with an error Command failed with exit code 1
trying to build pydeck/julia-pycall-binding
branch.
I’ve cloned the repo where Pkg.dir("PyCall")
points to but yarn bootstrap
fails with code mentioned above. I’ve tried
rm -rf node_modules
yarn cache clean
yarn
and then yarn bootstrap, to no avail
Also yard run test
fails with 85 error Unable to resolve path to module '@deck.gl/core' import/no-unresolved
Please help @captchanjack1 !