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
Arch linux uses python3 as default python interpreter. But cpplint.py seems to require python2. Although running it without any parameter it will print out help message happily but when used with parameters it will crash without any message.
you should add something in the CMakelists.txt, perhaps before find_package(PythonInterp).
The text was updated successfully, but these errors were encountered:
Project doesn't build on arch linux.
Arch linux uses python3 as default python interpreter. But cpplint.py seems to require python2. Although running it without any parameter it will print out help message happily but when used with parameters it will crash without any message.
you should add something in the CMakelists.txt, perhaps before find_package(PythonInterp).
The text was updated successfully, but these errors were encountered: