search

Home  >  Q&A  >  body text

python 3.4 error: Microsoft Visual C++ 10.0 is required

pip install parsel
Error: error: Microsoft Visual C 10.0 is required (Unable to find vcvarsall.bat).

But I have it installed on my computer:
vsc 10 12 13 15

After searching the Internet, the answer is: You can set it up according to your own installation situation without blindly downloading the VS development environment
But there is no explanation on how to set it up, and I still don’t understand.

巴扎黑巴扎黑2757 days ago790

reply all(3)I'll reply

  • 怪我咯

    怪我咯2017-05-18 10:54:02

    Just install python3.5 directly, it comes with pip, I don’t know much about python3.4. The company uses 3.5, and the individual uses 2.7.

    reply
    0
  • PHP中文网

    PHP中文网2017-05-18 10:54:02

    http://stackoverflow.com/ques...

    I agree with you upstairs, let’s use Python 3.5

    reply
    0
  • 过去多啦不再A梦

    过去多啦不再A梦2017-05-18 10:54:02

    The error message indicates that a c language compilation environment is required to install Microsoft Visual C++ 10.0
    Look at this
    http://stackoverflow.com/ques...

    reply
    0
  • Cancelreply