Microsoft Visual C++ 14.0 is required (Unable to find vcvarsall.bat)

后端 未结 30 2187
谎友^
谎友^ 2020-11-21 07:34

I\'ve installed Python 3.5 and while running

pip install mysql-python

it gives me the following error

error: Microsoft Vi         


        
30条回答
  •  [愿得一人]
    2020-11-21 07:49

    had a similar situation installing pymssql

    pip was trying to build the package because there were no official wheels
    for python 3.6 & windows.

    solved it by downloading an unoffical wheel from here:
    http://www.lfd.uci.edu/~gohlke/pythonlibs/

    specifically for your case -> http://www.lfd.uci.edu/~gohlke/pythonlibs/#mysql-python

提交回复
热议问题