$> python2.7 ./gyp_learnuv.py -f make
Traceback (most recent call last):
File "./gyp_learnuv.py", line 93, in <module>
(major, minor), is_clang = compiler_version()
ValueError: need more than 1 value to unpack
$> python3.8 ./gyp_learnuv.py -f make
File "./gyp_learnuv.py", line 56
print 'Error running GYP'
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Error running GYP')?