This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author HiyashiChuka
Recipients HiyashiChuka, docs@python, paul.moore, steve.dower, tim.golden, zach.ware
Date 2018-08-03.05:21:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533273697.75.0.56676864532.issue34328@psf.upfronthosting.co.za>
In-reply-to
Content
I try "python setup.py". 
The following issue has occurred.

Excerpt from Error
ーーーーーーーーーーーーーーーーーーーーー
reading manifest template 'MANIFEST.in'
writing manifest file 'scikit_learn.egg-info\SOURCES.txt'
running build_ext
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from
distutils
customize MSVCCompiler
Missing compiler_cxx fix for MSVCCompiler
customize MSVCCompiler using build_clib
building 'libsvm-skl' library
compiling C sources
error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++
Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools
ーーーーーーーーーーーーーーーーーーーーー

Expired link:  
http://landinghub.visualstudio.com/visual-cpp-build-tools

I think The new link:
https://download.microsoft.com/download/5/F/7/5F7ACAEB-8363-451F-9425-68A90F98B238/visualcppbuildtools_full.exe


Please give me advice on how I should correct those error message.
History
Date User Action Args
2018-08-03 05:21:37HiyashiChukasetrecipients: + HiyashiChuka, paul.moore, tim.golden, docs@python, zach.ware, steve.dower
2018-08-03 05:21:37HiyashiChukasetmessageid: <1533273697.75.0.56676864532.issue34328@psf.upfronthosting.co.za>
2018-08-03 05:21:37HiyashiChukalinkissue34328 messages
2018-08-03 05:21:37HiyashiChukacreate