avm19 commented on issue #1981: URL: https://github.com/apache/arrow-adbc/issues/1981#issuecomment-2217735225
Yes: everything was installed via `pip`, Python 3, Amazon Linux 2. > Ok, if you're installing from pip, you need to pass the full path to the driver. Or as recommended, use `connect` from the driver, instead of doing this Thanks. I was confused by the following sentence here https://arrow.apache.org/adbc/current/python/driver_manager.html#usage : > `driver` must be the name of a library to load, or the path to a library to load Passing the full path to `adbc_driver_sqlite/libadbc_driver_sqlite.so` works. -- 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]
