Noticed that python scripts running on Windows uses different python interpreter, possibly 2.7, as exist_ok usage on makedirs failed on a test, it is available from python>3.2).
Could be a PATH issue. One way to workaround could be using python3. But, a good solution would be use same interpreter for running tests and on PATH.
Originally posted by @skshetry in #3850 (comment)
Noticed that
pythonscripts running on Windows uses different python interpreter, possibly 2.7, asexist_okusage on makedirs failed on a test, it is available from python>3.2).Could be a
PATHissue. One way to workaround could be usingpython3. But, a good solution would be use same interpreter for running tests and onPATH.Originally posted by @skshetry in #3850 (comment)