mac - pip install pymssql error

前端 未结 7 824
执笔经年
执笔经年 2020-12-05 02:40

I use Mac (OS X 10.11.5). I want to install module pymssql for python. In Terminal.app, I input sudo -H pip install pymssql, pip

7条回答
  •  無奈伤痛
    2020-12-05 03:05

    This worked for me on mac:

    pip install cython
    

    then

    pip install git+https://github.com/pymssql/pymssql.git
    

提交回复
热议问题