devenv icon indicating copy to clipboard operation
devenv copied to clipboard

How to use unfree drivers

Open guilherme-takata opened this issue 9 months ago • 2 comments

I set up a devenv shell with everything working and installing the ODBC driver for sql server, but when trying to use said driver to connect to the database through python I get the following error:

pyodbc.Error: ('01000', "[01000] [unixODBC] [Driver Manager]Can´t open lib 'ODBC Driver 18 for SQL Server': file not found () (SQLDriverConnect"))

It seems like it's searching for a file in a certain path, do I need to create a link or add a step on the enter shell part of the devenv.nix file?

Any help appreciated

guilherme-takata avatar Apr 14 '25 13:04 guilherme-takata