peloton icon indicating copy to clipboard operation
peloton copied to clipboard

make minicluster - Syntax error in python scripts

Open trvl3r opened this issue 6 years ago • 3 comments

$PELOTON=app make minicluster PELOTON=app ./scripts/minicluster.sh setup Using base prefix '/anaconda3' New python executable in /Users//go/src/github.com/uber/peloton/env/bin/python Installing setuptools, pip, wheel... done. Traceback (most recent call last): File "tools/minicluster/main.py", line 22, in import minicluster File "/Users//go/src/github.com/uber/peloton/tools/minicluster/minicluster.py", line 8, in import print_utils File "/Users//go/src/github.com/uber/peloton/tools/minicluster/print_utils.py", line 13 print bcolors.OKBLUE + message + bcolors.ENDC ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(bcolors.OKBLUE + message + bcolors.ENDC)? make: *** [minicluster] Error 1

trvl3r avatar Apr 26 '19 14:04 trvl3r

Is this issue still exists?

mabansal avatar May 06 '19 17:05 mabansal

@mabansal I have run this recently and no longer see the syntax error.

talaniz avatar Jun 14 '19 20:06 talaniz

@oilandcode would you mind doing a pull and checking this? There has been some work to address this, but would like to get some user confirmation.

talaniz avatar Aug 07 '19 17:08 talaniz