cappuddono opened a new issue, #3970: URL: https://github.com/apache/arrow-adbc/issues/3970
### What feature or improvement would you like to see? Platform: Windows 11 Coding Language: Python 3.13 I'm using polars with adbc_driver_sqlite package to handle my database. The virtual environment is at some path with Chinese charactors. When I use pl.write_database(..., engine='adbc'), I got adbc_driver_manager.ProgrammingError: NOT_FOUND: [Driver Manager] Could not load `\some\path\with\Chinese\charactors\.venv\Lib\site-packages\adbc_driver_sqlite\libadbc_driver_sqlite.so`: LoadLibraryExW() failed: (126). This issue disappears if I change the path to a pure ASCII charactor path. I would really appreciate it if this would be improved. -- 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]
