You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like I copy/pasted the dependency list from the docker container, but the comments here aren't valid in a bash script. If you delete the comment lines, yarn dev:install-cpp-dependencies should work.
In general, the easiest way to build and run is via docker. Looks like the install-cpp-dependencies command is also missing the dependencies for building BlazingSQL. You might not want these dependencies installed on your host system, or want to deal with updating them when they change (we're bumping UCX to 1.11.x in an open PR).
For these reasons, we strongly recommend building and running in docker.
I am using Ubuntu 20.04 LTS
I had some trouble when installing the yarn dependencies
I get a missing
libgdal-dev
dependencyI used
Error message I got
I tried installing the dependency with
apt-get
with no availCould someone please help me with this? It is probably on my end rather than yours
The text was updated successfully, but these errors were encountered: