joellubi commented on PR #1709:
URL: https://github.com/apache/arrow-adbc/pull/1709#issuecomment-2046060267

   @lidavidm @zeroshade 
   
   As I looked more closely I realized it's not only Windows failing but also 
Unix CGO (e.g. macos-14). Is there anything that needs to be done to properly 
locate the library after installing with conda? I didn't see libsqlite getting 
copied into another directory, so I wasn't sure why only duckdb wouldn't work 
the same way. Here's the test failure:
   
   ```
   === RUN   TestDriverMgrDuckDB
       wrapper_duckdb_test.go:54: 
                Error Trace:    
/Users/runner/work/arrow-adbc/arrow-adbc/go/adbc/drivermgr/wrapper_duckdb_test.go:54
                                                        
/Users/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:157
                                                        
/Users/runner/work/arrow-adbc/arrow-adbc/go/adbc/drivermgr/wrapper_duckdb_test.go:162
                Error:          Received unexpected error:
                                Internal: [Driver Manager] [DriverManager] 
dlopen() failed: dlopen(duckdb, 0x0006): tried: '/duckdb' (no such file), 
'/Users/runner/local/lib/duckdb' (no such file), 'duckdb' (no such file), 
'/System/Volumes/Preboot/Cryptexes/OSduckdb' (no such file), '/usr/lib/duckdb' 
(no such file, not in dyld cache), 'duckdb' (no such file)
                                dlopen() failed: dlopen(libduckdb.dylib, 
0x0006): tried: '/libduckdb.dylib' (no such file), 
'/Users/runner/local/lib/libduckdb.dylib' (no such file), 'libduckdb.dylib' (no 
such file), '/System/Volumes/Preboot/Cryptexes/OSlibduckdb.dylib' (no such 
file), '/usr/lib/libduckdb.dylib' (no such file, not in dyld cache), 
'libduckdb.dylib' (no such file)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to