Skip to content

gyp_learnuv.py fails for both python2 and python3 on Ubuntu 20.04 #41

Description

@Fulguritude
$> 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')?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions