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

build bulk_load_timescale error! #170

Open
deepzliu opened this issue Aug 12, 2020 · 1 comment · May be fixed by #212
Open

build bulk_load_timescale error! #170

deepzliu opened this issue Aug 12, 2020 · 1 comment · May be fixed by #212

Comments

@deepzliu
Copy link

When I build influxdb-comparisons/cmd/bulk_load_timescale, error occurs below:

go: finding module for package github.com/jackc/pgx/pgxpool
main.go:20:2: module github.com/jackc/pgx@latest found (v3.6.2+incompatible), but does not contain package github.com/jackc/pgx/pgxpool

@upider
Copy link

upider commented Apr 16, 2021

use "github.com/jackc/pgx/v4" to replace "github.com/jackc/pgx"
"github.com/jackc/pgx/v4/pgxpool" to replace "github.com/jackc/pgx/pgxpool"

@ivankf ivankf linked a pull request Jul 27, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants