Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

v2.0 - PostgresML#529

Feb 3, 2023· 3 comments· 1 reply
Discussion options

v2.0 - PostgresML

Train and deploy models to make online predictions using only SQL, with an open source Postgres extension.

https://postgresml.org/user_guides/setup/v2/installation/

You must be logged in to vote

Replies: 3 comments 1 reply

Comment options

the command for installing postgres server dev files should be changed to this (postgres version in the end, otherwise it cant find a package):

sudo apt-get install -y
postgresql-server-dev-${POSTGRES_VERSION}
libpython3-dev
libclang-dev
cmake
pkg-config
libssl-dev
clang
build-essential
libopenblas-dev
python3-dev

You must be logged in to vote
0 replies
Comment options

also here i get an error with --version "0.4.5" but with "0.5.6" it works
export POSTGRES_VERSION=14
cp docker/Cargo.toml.no-python Cargo.toml &&
cargo install cargo-pgx --version "0.4.5" &&
cargo pgx init --pg${POSTGRES_VERSION} /usr/bin/pg_config &&
cargo pgx package

You must be logged in to vote
0 replies
Comment options

Trying to run dashboard:
cargo run:
error: error returned from database: relation "pgml.notebooks" does not exist.
Any idea?

You must be logged in to vote
1 reply
@dusanmarjanovic
Comment options

do you have pgml schema and notebooks table in it?
did you provide a proper database url?

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Labels
None yet
2 participants
@dusanmarjanovic@zampaleu

[8]ページ先頭

©2009-2025 Movatter.jp