LightOSM.jl icon indicating copy to clipboard operation
LightOSM.jl copied to clipboard

deck.gl/bindings error

Open ctlbau opened this issue 1 year ago • 0 comments

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

ctlbau avatar Nov 01 '22 23:11 ctlbau