marcboeker / go-duckdb

go-duckdb provides a database/sql driver for the DuckDB database engine.
MIT License
583 stars 96 forks source link

Cannot run duckdb v1.6.6 . Apache arrow lib broken #230

Closed elliot40404 closed 1 month ago

elliot40404 commented 1 month ago

This the error i get when trying to run the example code from https://github.com/marcboeker/go-duckdb/blob/main/examples/simple.go

  # github.com/apache/arrow/go/v14/arrow/cdata
  vendor/github.com/apache/arrow/go/v14/arrow/cdata/cdata.go:24:11: fatal error: arrow/c/abi.h: No such file or directory
     24 | // #include "arrow/c/abi.h"
        |           ^~~~~~~~~~~~~~~
  compilation terminated.
marcboeker commented 1 month ago

Please see https://github.com/marcboeker/go-duckdb/issues/174

Have you installed the Arrow header files?