Skip to content
New issue

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

Ubuntu 20.04 | missing "libgdal-dev" dependency #302

Open
matiasvlevi opened this issue Sep 28, 2021 · 1 comment
Open

Ubuntu 20.04 | missing "libgdal-dev" dependency #302

matiasvlevi opened this issue Sep 28, 2021 · 1 comment

Comments

@matiasvlevi
Copy link

I am using Ubuntu 20.04 LTS

I had some trouble when installing the yarn dependencies

I get a missing libgdal-dev dependency

I used

yarn dev:install-cpp-dependencies

Error message I got

Mypath/modules/core/bin/install-deps/debian.sh: line 80: libgdal-dev: command not found

I tried installing the dependency with apt-get with no avail

Could someone please help me with this? It is probably on my end rather than yours

@trxcllnt
Copy link
Collaborator

trxcllnt commented Sep 28, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants