How to install pymssql on windows with python 2.7?

后端 未结 4 1963
面向向阳花
面向向阳花 2020-12-29 10:34

It seems that there are no such binaries yet. There is an issue on googlecode: http://code.google.com/p/pymssql/issues/detail?id=12 but i cannot figure out what to do with t

4条回答
  •  [愿得一人]
    2020-12-29 11:02

    If you have pip install:

    pip install pymssql

    To install pip (trust me its very helpful):

    1. Download and run this python script (as admin):

      https://bootstrap.pypa.io/get-pip.py

提交回复
热议问题