I'm attempting to access an SQL Database using sqlalchemy, but I seemingly don't have any ODBC drivers installed. I've followed Microsoft's instructions on installing ODBC drivers via Homebrew here:
But still am turning up short. When I perform pip install pyodbc, it returns that it's installed. However, when I search for the drivers, I just get an empty list:
In[1]: import pyodbc
In[2]: pyodbc.drivers()
Out[2]: []
Thanks in advance.
odbcinst -j
at a command prompt? If so, check the contents of the odbcinst.ini file listed as the DRIVERS... location. – Kosakcat /etc/odbcinst.ini
you get "No such file or directory"? – Kosak