Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

atom/apm SyntaxError: Missing parentheses #911

Open
Ole-rgb opened this issue Jan 10, 2021 · 1 comment
Open

atom/apm SyntaxError: Missing parentheses #911

Ole-rgb opened this issue Jan 10, 2021 · 1 comment

Comments

@Ole-rgb
Copy link

Ole-rgb commented Jan 10, 2021

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
Copy link

RamoFX commented Feb 15, 2021

Try adding parentheses in this file at line 65

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants