atom / apm

Atom Package Manager
https://atom.io/packages
MIT License
1.27k stars 297 forks source link

atom/apm SyntaxError: Missing parentheses #911

Open Ole-rgb opened 3 years ago

Ole-rgb commented 3 years ago

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

RamoFX commented 3 years ago

Try adding parentheses in this file at line 65