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

后端 未结 30 2280
谎友^
谎友^ 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条回答
  •  猫巷女王i
    2020-11-21 07:54

    I had this same problem. A solution for updating setuptools

    pip install -U setuptools
    

    or

    pip install setuptools --upgrade
    

提交回复
热议问题