We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
yarn bootstrap
I've tried building at Pkg.dir("PyCall") and at Pkg.envdir("PyCall') At both sites I've tried running
Pkg.dir("PyCall")
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
yarn run test
error Unable to resolve path to module '@deck.gl/core' import/no-unresolved
Thanks in advance
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
I should also say that
yarn run test
fails with 85error Unable to resolve path to module '@deck.gl/core' import/no-unresolved
Thanks in advance
The text was updated successfully, but these errors were encountered: