I am actually trying to install s3cmd tool that has been cloned from git. I have python 3 installed on my node and it looks while trying to install it gives some Error ::
[root@linux s3cmd]# /opt/python3/bin/python3 setup.py install
File "setup.py", line 18
print "Using xml.etree.ElementTree for XML processing"
^
SyntaxError: invalid syntax
[root@linux s3cmd]#
Is it I am missing any supporting Library. The base Operating System is RHEL 6.6
Thanks.