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.
怪我咯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.
PHP中文网2017-05-18 10:54:02
http://stackoverflow.com/ques...
I agree with you upstairs, let’s use Python 3.5
过去多啦不再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...