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
Unfortunately, our initial tests showed that the FindPython strategy is mostly ignoring the hint Python_ROOT_DIR and defaults to the system python. This is then breaking all the python wheels which are generated.
This could be caused by the Python3_FIND_STRATEGY (default is VERSION) which might look for all python and then choose the most higher version. We should try with LOCATION, and see if it is able to be stick to the proposed Python_ROOT_DIR.
The text was updated successfully, but these errors were encountered:
According to this recommendation, we should soon switch to the new FindPython strategy.
Unfortunately, our initial tests showed that the
FindPython
strategy is mostly ignoring the hintPython_ROOT_DIR
and defaults to the system python. This is then breaking all the python wheels which are generated.This could be caused by the
Python3_FIND_STRATEGY
(default isVERSION
) which might look for all python and then choose the most higher version. We should try withLOCATION
, and see if it is able to be stick to the proposedPython_ROOT_DIR
.The text was updated successfully, but these errors were encountered: