Pyodbc - “Data source name not found, and no default driver specified”

后端 未结 5 1986
闹比i
闹比i 2020-11-27 15:39

I have trouble getting pyodbc work. I have unixodbc , unixodbc-dev, odbc-postgresql, pyodbc packages install

5条回答
  •  遥遥无期
    2020-11-27 16:20

    I have the same problem. It turns out that the data source file missed: /etc/ODBCDataSources. Just touch that file and it works.

提交回复
热议问题