You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$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
The text was updated successfully, but these errors were encountered:
$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
The text was updated successfully, but these errors were encountered: