[New-bugs-announce] [issue44602] Issue with get_build_version in msvc9compiler.py in distutils

Rajesh report at bugs.python.org
Sun Jul 11 19:25:02 EDT 2021


New submission from Rajesh <mailkalyan23 at gmail.com>:

get_build_version method in msvc9compiler.py file in distutils folder is returning MSVC version as "14.2" for Python 3.9.

14.2 is the build version for Visual Studio 2015, but Visual studio 2015 wont work on Windows 10 as per the below link 

https://visualstudio.microsoft.com/vs/support/vs2015/visual-studio-2015-system-requirements/

So, Python 3.9 wont work on Windows 10?

I am trying to install wxPython 4.0.7 using "pip install wxPython==4.0.7" but facing error to find the visual studio in Windows 10 using Python 3

----------
messages: 397269
nosy: kalyan
priority: normal
severity: normal
status: open
title: Issue with get_build_version in msvc9compiler.py in distutils
type: behavior

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44602>
_______________________________________


More information about the New-bugs-announce mailing list