You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In previous versions of turbodbc, installing pyarrow, running create_library_symlinks() and then compiling leads to successful compilation. However, when compiling against versions using Meson using this method the following error is produced:
ERROR: Dependency "arrow" not found, tried pkgconfig and cmake
My understanding is that installing pyarrow also installs the required shared object libraries to link against when compiling turbodbc - is there a special way to specify that these should be used rather than using cmake/pkgconfig?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
In previous versions of turbodbc, installing pyarrow, running
create_library_symlinks()
and then compiling leads to successful compilation. However, when compiling against versions using Meson using this method the following error is produced:ERROR: Dependency "arrow" not found, tried pkgconfig and cmake
My understanding is that installing pyarrow also installs the required shared object libraries to link against when compiling turbodbc - is there a special way to specify that these should be used rather than using cmake/pkgconfig?
Thanks in advance.
The text was updated successfully, but these errors were encountered: