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 kalyan
Recipients kalyan
Date 2021-07-11.23:25:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626045902.73.0.895322421093.issue44602@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2021-07-11 23:25:02kalyansetrecipients: + kalyan
2021-07-11 23:25:02kalyansetmessageid: <1626045902.73.0.895322421093.issue44602@roundup.psfhosted.org>
2021-07-11 23:25:02kalyanlinkissue44602 messages
2021-07-11 23:25:02kalyancreate