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 Mar 19, 2019. It is now read-only.
While installing dependencies, it stops in [golite] running 'gometalinter --install'
then this error appears in console: [golite] running 'gometalinter --install' Traceback (most recent call last): File "golite.installer in /Users/arifhossain/Library/Application Support/Sublime Text 3/Installed Packages/Golite.sublime-package", line 59, in install_go_tools File "golite.installer in /Users/arifhossain/Library/Application Support/Sublime Text 3/Installed Packages/Golite.sublime-package", line 53, in install_go_tools File "golite.installer in /Users/arifhossain/Library/Application Support/Sublime Text 3/Installed Packages/Golite.sublime-package", line 64, in run_cmd File "./python3.3/subprocess.py", line 542, in check_call File "./python3.3/subprocess.py", line 523, in call File "./python3.3/subprocess.py", line 819, in __init__ File "./python3.3/subprocess.py", line 1448, in _execute_child FileNotFoundError: [Errno 2] No such file or directory: 'gometalinter'
But gometalinter --install works from terminal.
OS: Mac OS 10.12.6
Go version: 1.9.2
The text was updated successfully, but these errors were encountered:
I had the same problem. I think it’s a path issue with sublime. I found that if I launched sublime via the cli with the “subl” command that my path was correct but if I launched it via the dock it was incorrect.
While installing dependencies, it stops in
[golite] running 'gometalinter --install'
then this error appears in console:
[golite] running 'gometalinter --install' Traceback (most recent call last): File "golite.installer in /Users/arifhossain/Library/Application Support/Sublime Text 3/Installed Packages/Golite.sublime-package", line 59, in install_go_tools File "golite.installer in /Users/arifhossain/Library/Application Support/Sublime Text 3/Installed Packages/Golite.sublime-package", line 53, in install_go_tools File "golite.installer in /Users/arifhossain/Library/Application Support/Sublime Text 3/Installed Packages/Golite.sublime-package", line 64, in run_cmd File "./python3.3/subprocess.py", line 542, in check_call File "./python3.3/subprocess.py", line 523, in call File "./python3.3/subprocess.py", line 819, in __init__ File "./python3.3/subprocess.py", line 1448, in _execute_child FileNotFoundError: [Errno 2] No such file or directory: 'gometalinter'
But
gometalinter --install
works from terminal.OS: Mac OS 10.12.6
Go version: 1.9.2
The text was updated successfully, but these errors were encountered: