Hello everyone,
I installed savu following the instructions on the web site.
The installation prompted me to use a version higher than Python 2 while it seems to be referring to Python 2 during runtime.
When I run this command,
savu <data_file> <process_list>
I get the following errors:
Traceback (most recent call last):
..
print "Tests will run shortly, and may take some time to complete"
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Tests will run shortly, and may take some time to complete")?
Kindly advise if you faced something similar or direct me to the correct contact to check out.
Thank you.
Hello everyone,
I installed savu following the instructions on the web site.
The installation prompted me to use a version higher than Python 2 while it seems to be referring to Python 2 during runtime.
When I run this command,
savu <data_file> <process_list>
I get the following errors:
Traceback (most recent call last):
..
print "Tests will run shortly, and may take some time to complete"
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Tests will run shortly, and may take some time to complete")?
Kindly advise if you faced something similar or direct me to the correct contact to check out.
Thank you.