lidavidm commented on issue #1531:
URL: https://github.com/apache/arrow-adbc/issues/1531#issuecomment-1934787371

   Hmm, I am unable to reproduce this on a Windows 11 developer VM
   
   ```
   PS C:\Users\User> python
   Python 3.11.6 (tags/v3.11.6:8b6ee5b, Oct  2 2023, 14:57:12) [MSC v.1935 64 
bit (AMD64)] on win32
   Type "help", "copyright", "credits" or "license" for more information.
   >>> import adbc_driver_postgresql.dbapi
   >>> 
adbc_driver_postgresql.dbapi.connect("postgresql://postgres:[email protected]:5432/postgres")
   <adbc_driver_manager.dbapi.Connection object at 0x0000025F132CB850>
   >>> exit()
   PS C:\Users\User> pip freeze
   adbc-driver-manager==0.9.0
   adbc-driver-postgresql==0.9.0
   colorama==0.4.6
   duckdb==0.9.2
   iniconfig==2.0.0
   numpy==1.26.4
   packaging==23.2
   pandas==2.2.0
   pluggy==1.4.0
   pyarrow==15.0.0
   pytest==8.0.0
   python-dateutil==2.8.2
   pytz==2024.1
   six==1.16.0
   typing_extensions==4.9.0
   tzdata==2023.4
   ```


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