Microsoft Visual C++ 14.0 is required [Two Method to Solve]

Microsoft Visual C++ 14.0 is required

solutions:

method 1:
install the third-party library corresponding to your own windows and python versions

Go to this website http://www.lfd.uci.edu/~gohlke/pythonlibs Find the package of the system corresponding to the installation library you need, download it and use pip to install it.

method 2:
install Microsoft Visual C + + build tools.
many articles have mentioned this address of Microsoft,
http://landinghub.visualstudio.com/visual-cpp-build-tools
But I can’t find a place to download here.

Similar Posts: