SQL Server Local Host - Python - pyodbc.InterfaceError + Jet Bridge

Hi All

I need some help with setup of Jet Bridge.

Currently, I finally got it working on Python 3.7, I have to update PIP to version 24 and also run pip install urllib3==1.26.6

I’m now trying to get it to connect to my local SQL Server

I have a DEFAULT Instance and a NAMED Instance and I can not get it to work with either

Once I run through the wizard of Server, Host, DB Name, User, Password etc. I get error:

Connection failed:
(pyodbc.InterfaceError) (‘IM002’, ‘[IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified (0) (SQLDriverConnect)’)
(Background on this error at: https://sqlalche.me/e/14/rvf5)

Has anyone seen this before?

Any help would be great!