Hi, I'm not sure if I should post this here but I cannot open an issue here https://github.com/captchanjack/deck.gl/tree/pydeck/julia-pycall-binding/bindings where my issue more strictly resides.
I'm trying to follow your tutorial https://deloitteoptimalreality.github.io/LightOSM.jl/notebooks/tutorial/
but I'm having trouble building the pydeck bindings when calling yarn bootstrap
I've tried building at Pkg.dir("PyCall") and at Pkg.envdir("PyCall')
At both sites I've tried running
rm -rf node_modules
yarn cache clean
yarn
yarn bootstrap
I should also say that yarn run test fails with 85 error Unable to resolve path to module '@deck.gl/core' import/no-unresolved
Thanks in advance
Hi, I'm not sure if I should post this here but I cannot open an issue here https://github.com/captchanjack/deck.gl/tree/pydeck/julia-pycall-binding/bindings where my issue more strictly resides.
I'm trying to follow your tutorial https://deloitteoptimalreality.github.io/LightOSM.jl/notebooks/tutorial/
but I'm having trouble building the pydeck bindings when calling
yarn bootstrapI've tried building at
Pkg.dir("PyCall")and at Pkg.envdir("PyCall')At both sites I've tried running
I should also say that
yarn run testfails with 85error Unable to resolve path to module '@deck.gl/core' import/no-unresolvedThanks in advance