duckdb/duckdb-postgres

how to build pip package?

Closed this issue · 1 comments

Our project used python,before use pip install duckdb=0.5.1 to get the pip package, which contains postgre scanner default,.
Now I edit the file postgres_scanner.cpp to fulfill my situation, and run make I got binary duckdb and extension , and tested all functions are OK in ubuntu and centos. But how to build pip package? thanks!

I know