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
Summary:
Added conditional verification to python executable to search for python instead of python3 on Windows.
This code without this modification is searching for python as python3.exe in Windows, but in the OS, python is installed as python.exe, what cause an incorrect python not found.
Issue: #499
Pull Request resolved: #500
Reviewed By: kvtsoy
Differential Revision: D62987053
Pulled By: afrind
fbshipit-source-id: fb21d711483b350d0b86b481cf876c95b82334e0
Summary:
Added conditional verification to python executable to search for python instead of python3 on Windows.
This code without this modification is searching for python as python3.exe in Windows, but in the OS, python is installed as python.exe, what cause an incorrect python not found.
Issue: facebook/proxygen#499
X-link: facebook/proxygen#500
Reviewed By: kvtsoy
Differential Revision: D62987053
Pulled By: afrind
fbshipit-source-id: fb21d711483b350d0b86b481cf876c95b82334e0
The find program command in CMakeLists.txt is failing to find python on Windows
The text was updated successfully, but these errors were encountered: