Python pip unable to locate pyodbc

前端 未结 6 501
不思量自难忘°
不思量自难忘° 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 06:55

    There is an "easier" way to install pyodbc on windows in a virualenv using easy_install:

    • download latest pyodbc installer for windows
    • activate your virtualenv
    • easy_install pyodbc-3.0.7.win32-py2.7.exe

    as used for pywin32 see: How can I use pywin32 with a virtualenv without having to include the host environment's site-packages folder?

提交回复
热议问题