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
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: