-
I am trying to use Crucially, the exact same task runs fine if I run it in the binder environment provided in this repository, so it has something to do with my set up. I tried to replicate the binder environment by pip-freezing it and wrapping it all up in a conda environment with the same python version as in binder, but the error remains. Any thoughts ? Any help is welcome, thanks for reading this (And for the nice package 😄) Here is the information necessary to reproduce the error.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
How did you install it?
Ah looks like lonboard is incorrectly packaged for conda, cc @giswqs in #223 |
Beta Was this translation helpful? Give feedback.
-
Alright so, that's the answer to this problem, the JS code was not built (i.e I was missing the |
Beta Was this translation helpful? Give feedback.
Alright so, that's the answer to this problem, the JS code was not built (i.e I was missing the
lonboard/static
folder). I rannpm run build
and my problem is fixed. The reason I didn't have the JS files in the first place is that I installed from source (pip install from cloned repository). I opened a PR to add in the docs an installation-from-source instruction #226.