You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i'm trying to install wxPython via command pip install -U wxPython
In case if Visual studio is not English, cl.exe returns localized text and function getVisCVersion() fails because can't recognize the version of MSVC.
for example for Russian version it returns (command chcp 1251 doesn't affect to returning string):
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC>cl
Microsoft (R) C/C++ Optimizing Compiler Version 19.00.24245 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
usage: cl [ option... ] filename... [ /link linkoption... ]
you gotta find another way to figure version of MSVC out
The text was updated successfully, but these errors were encountered:
i'm trying to install wxPython via command
pip install -U wxPython
In case if Visual studio is not English, cl.exe returns localized text and function getVisCVersion() fails because can't recognize the version of MSVC.
for example for Russian version it returns (command
chcp 1251
doesn't affect to returning string):while for english version it's:
you gotta find another way to figure version of MSVC out
The text was updated successfully, but these errors were encountered: