hi
i cant install MtoA (Arnold Render for Autodesk Maya) , here is the error output:
$sudo ./MtoA-2.1.0.2-linux-2017.run
"Verifying archive integrity… All good.
Uncompressing MtoA for Linux Installer…
File “./unix_installer.py”, line 348
print pitreg_result
^
SyntaxError: Missing parentheses in call to ‘print’ "
i google it and find a trick command (alias python=python2) but it does not work for me, links below describe:
i have python 2.7 and 3.4 installed. also i’ve tested it on other distros before commenting here , i works on debian,mageia,ubuntu,fedora and opensuse.
its so close to fully migrate from fedora
tnx to any answer.
No not in fact, Blender is a complete 3d animation software like 3dsMax, Maya, Cinema4D and etc but Arnold Render is just a render engine and blender has its own embedded render engine called Cycles.
anyway tnx
i did it as you described. there is a ,py installer script.
i tried to run it by python 2and once python3. so here is their results:
[ho3in@OML3 New Folder]$ sudo python2.7 ./unix_installer.py $*
Traceback (most recent call last):
File “./unix_installer.py”, line 21, in
if platform.system().lower() != sys.argv[2]:
IndexError: list index out of range
[ho3in@OML3 New Folder]$ sudo python3 ./unix_installer.py $*
File “./unix_installer.py”, line 349
print pitreg_result
^
SyntaxError: Missing parentheses in call to ‘print’
That’s a python2/3 syntax error it probably means that this part of the script is being run by python3. There are ways to run python in a custom enviroment which may be easier for you to sort out.
You might like to have a look here http://www.pythonforbeginners.com/basics/how-to-use-python-virtualenv