[issue36708] can not execute the python + version, to launch python under windows.
New submission from sakamotoaya : I am sorry if it is existing problem to launch Python 3.6, execute the command in Command Prompt under windows py -3.6→Success python3.6→Fail to launch Python 3.6, execute the command in Command Prompt under Linux py -3.6→Fail python3.6→Success I would like to unify the command. What are your thoughts on that? -- components: Windows messages: 340761 nosy: HiyashiChuka, paul.moore, steve.dower, tim.golden, zach.ware priority: normal severity: normal status: open title: can not execute the python + version, to launch python under windows. type: enhancement versions: Python 2.7, Python 3.5, Python 3.6, Python 3.7 ___ Python tracker <https://bugs.python.org/issue36708> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue36708] can not execute the python + version, to launch python under windows.
Change by sakamotoaya : -- nosy: +CuriousLearner, docs@python, ncoghlan, ronaldoussoren, serhiy.storchaka, xtreak ___ Python tracker <https://bugs.python.org/issue36708> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue34328] Question Incorrect URL for the Visual C++ Build Tools
New submission from sakamotoaya : 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. -- components: Windows messages: 323024 nosy: HiyashiChuka, docs@python, paul.moore, steve.dower, tim.golden, zach.ware priority: normal severity: normal status: open title: Question Incorrect URL for the Visual C++ Build Tools type: behavior versions: Python 3.6, Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issue34328> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue34328] Incorrect URL for the Visual C++ Build Tools
Change by sakamotoaya : -- title: Question Incorrect URL for the Visual C++ Build Tools -> Incorrect URL for the Visual C++ Build Tools ___ Python tracker <https://bugs.python.org/issue34328> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue34328] Incorrect URL for the Visual C++ Build Tools
Change by sakamotoaya : -- nosy: +CuriousLearner, ncoghlan, serhiy.storchaka, xtreak ___ Python tracker <https://bugs.python.org/issue34328> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue34328] Incorrect URL for the Visual C++ Build Tools
sakamotoaya added the comment: Everyone Thank you. That was really helpful. Problem already been resolved. I change status Pending to close. -- status: pending -> closed ___ Python tracker <https://bugs.python.org/issue34328> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com