Build fails because pip command not found

Hello,

I’m trying to update the AliceO2 dev on MacOS Catalina: the last update dates back to the end of May and all went smoothly.

This time, the aliBuild build O2 --defaults o2 command (after updating alidist and O2) fails with the errors:

ERROR:O2:Python-modules:0: Error while executing /Users/auras/alisoft/sw/SPECS/osx_x86-64/Python-modules/1.0-3/build.sh on `lyoalice04’.
ERROR:O2:Python-modules:0: Log can be found in /Users/auras/alisoft/sw/BUILD/Python-modules-latest/log.
ERROR:O2:Python-modules:0: Please upload it to CERNBox/Dropbox if you intend to request support.
ERROR:O2:Python-modules:0: Build directory is /Users/auras/alisoft/sw/BUILD/Python-modules-latest/Python-modules.

The log is here: https://www.dropbox.com/s/4e37fbanae4gyib/log. In the zprofile I have the alias pip=pip3. Any hint?

Thanks, cheers
Antonio

OK, it seems the problem was due to a conflict with an older version of python3, installed with homebrew. I manually removed it and python-modules was successfully built.