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 the configure script is launched, it runs through find_default_compiler since cl.exe can be found in PATH. However, the subprocess launched through subprocess.Popen do not have environment variables set or is not able to use PATH, so the function needs to have the environment variables passed to it somehow.
The text was updated successfully, but these errors were encountered:
When the configure script is launched, it runs through
find_default_compiler
sincecl.exe
can be found in PATH. However, the subprocess launched throughsubprocess.Popen
do not have environment variables set or is not able to use PATH, so the function needs to have the environment variables passed to it somehow.The text was updated successfully, but these errors were encountered: