WillAyd commented on PR #312:
URL: https://github.com/apache/arrow-adbc/pull/312#issuecomment-1370309603

   Ah OK I see what you are doing here with the scripts. In the issue I was 
mainly referring to the README instructions for how to install the postgres 
driver
   
   https://github.com/apache/arrow-adbc/tree/main/python/adbc_driver_postgresql
   
   As far as the scripts go this seems fine, though when following the README  
`pip install . ` from the adbc_driver_postgresql folder would still grab the 
potentially incompatible adbc_driver_manager from pypi. Adding `pip install . 
--no-deps` doesn't fetch it from pypi, but still up to the user to build / 
install that the driver package separately (?) otherwise will get 
`ModuleNotFoundError: No module named 'adbc_driver_manager'`
   
   


-- 
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