Python pip unable to locate pyodbc

前端 未结 6 489
不思量自难忘°
不思量自难忘° 2020-12-24 06:51

Using virtualenv and just trying to install pyodbc. All resources I can find claim this should be extremely straightforward. After all the basic installs of MySQL, etc., jus

6条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-24 07:13

    FWIW, on ms windows anything other than installing the binary (windows install) for me was cumbersome in a windows/cygwin hybrid environment.

    I opted to use pypyodbc as it's pure python and didn't require any changes for my windows/linux development. It can be seen as an almost drop-in replacement for pyodbc with no compilation needed, and of course can be installed easily with pip install pypyodbc.

提交回复
热议问题