Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make minicluster - Syntax error in python scripts #7

Open
trvl3r opened this issue Apr 26, 2019 · 3 comments
Open

make minicluster - Syntax error in python scripts #7

trvl3r opened this issue Apr 26, 2019 · 3 comments

Comments

@trvl3r
Copy link

trvl3r commented Apr 26, 2019

$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

@mabansal
Copy link
Collaborator

mabansal commented May 6, 2019

Is this issue still exists?

@talaniz
Copy link

talaniz commented Jun 14, 2019

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

@talaniz
Copy link

talaniz commented Aug 7, 2019

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants