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
When passing cc_bin path with spaces, configure.py is not able to detect the windows version because the path is just split by ' ' ignoring bracketing "" passed by commandline.
cmd = cc_bin.split(' ') + flags
warning : Could not execute ['"C:/Program', 'Files/Microsoft', 'Visual', 'Studio/2022/Professional/VC/Tools/MSVC/14.34.31933/bin/Hostx64/x64/cl.exe"', ...
The text was updated successfully, but these errors were encountered:
When passing cc_bin path with spaces, configure.py is not able to detect the windows version because the path is just split by ' ' ignoring bracketing "" passed by commandline.
cmd = cc_bin.split(' ') + flags
warning : Could not execute ['"C:/Program', 'Files/Microsoft', 'Visual', 'Studio/2022/Professional/VC/Tools/MSVC/14.34.31933/bin/Hostx64/x64/cl.exe"', ...
The text was updated successfully, but these errors were encountered: