Skip to content

Require Python 2.7 until Python 3 migration is complete

On a machine where both Python 2.7 and Python 3.6 are installed, the Gaudi build scripts can fail because Python 3.6 gets selected by default, and we are not yet compatible with that. This MR addresses that in the short term by explicitly asking for Python 2.7.

In the long term, the best option is to make the build scripts compatible with Python 3, which should happen via !545 (closed) . Once we get there, the changes of this MR can be reverted.

Edited by Hadrien Benjamin Grasland

Merge request reports