pyodbc and python 3.4 on Windows

后端 未结 3 745
庸人自扰
庸人自扰 2021-02-04 03:40

pyodbc is a very nice thing, but the Windows installers only work with their very specific python version. With the release of Python 3.4, the only available installers just st

3条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-04 03:50

    I fixed this by installing pyodbc 3.0.10. The latest version of pyodbc didn't work on Windows with Python 3.4

    However pyodbc 3.0.10 did work for me

    Install command on command prompt : pip install pyodbc 3.0.10

提交回复
热议问题