## Description This is due to cmake sometimes retrieving a python from outside the environment. We have found this behaviour to happen on both linux and windows. Investigation so far:  <!--e.g. steps to reproduce, error message(s), desired/expected behaviour, screenshots, etc.--> ## Environment <!--please post the output of the following command--> ```python import cil, sys print(cil.version.version, cil.version.commit_hash, sys.version, sys.platform) ```