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

How to build on an existing PostgreSQL server #1440

Open
JamesInform opened this issue May 5, 2024 · 1 comment
Open

How to build on an existing PostgreSQL server #1440

JamesInform opened this issue May 5, 2024 · 1 comment

Comments

@JamesInform
Copy link

JamesInform commented May 5, 2024

Hi,

I already have an existing PostgreSQL 16 server build from source and running on Debian. And I don't want to run a separate PostgreSQL instance in a docker container.

How can I build the pgml extension by myself to use it inside my own existing PostgreSQL server.

Something like:

$ git clone https://github.com/postgresml/postgresml.git
$ make
$ make install

+ installing the relevant Python modules.

I tried as supposed in developer doc but get an error like that:

image

Hope you can assist me!

Thanks
James

@kczimm
Copy link
Contributor

kczimm commented May 6, 2024

There's a git submodule that you need to compile the extension. Try running git submodule update --init --recursive and let me know if that works for you!

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