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
This is likely happening because scons might be using python3 default. You can confirm this by checking the first line of /usr/bin/scons reading #! /usr/bin/python3
Any idea what went wrong I did change my python version to 2.7 but for some reason still hit the same error while trying to run SCONS.
->/home/mdl/azk6085/CSE530/zsim$ export PYTHON=python2
->/home/mdl/azk6085/CSE530/zsim$ python --version
Python 2.7.5
->/home/mdl/azk6085/CSE530/zsim$ scons -j16
scons: Reading SConscript files ...
File "/home/mdl/azk6085/CSE530/zsim/SConstruct", line 11
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Building " + type + " zsim at " + buildDir)?
The text was updated successfully, but these errors were encountered: