atom/apm

atom/apm SyntaxError: Missing parentheses

Ole-rgb opened this issue · 1 comments

I am new to coding and especially to using atom.
As I tried to install a linter in atom, I had to go go the terminal and execute "$ apm install linter" (as shown in the instructions).
I am on a Mac so that should have worked (I have previously installed the atom/amp shell commands, that's why I thought I was good to go). The moment I executed "apm install linter" I got the following error:
" File "/Library/Frameworks/Python.framework/Versions/3.9/bin/apm", line 65
print data
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(data)?"

Any ideas? (To me it seems like the apm skript is somehow damaged but I have no clue what's the exact problem or how to fix it.

Any help is needed :D

Try adding parentheses in this file at line 65