vim-syntastic / syntastic

Syntax checking hacks for vim
Do What The F*ck You Want To Public License
11.3k stars 1.14k forks source link

python/python: cant parse version string (abnormal termination?) #2353

Closed boundless-sher closed 3 years ago

boundless-sher commented 3 years ago

i ran :!python check.py on nvim and got this error. i dont understand what the problem is. please help me Screenshot (65)

lcd047 commented 3 years ago

I take it you read "syntastic" in the error message, and now you expect me to figure out what's going on and fix your problem. Sadly that's not how it works, the main problem here seems to be the second one, "shell failed to start", which is a Vim configuration problem. If you fix it the syntastic error should go away too. So please fix the "shell failed to start" first, and reopen this if the syntastic error persists after that.

boundless-sher commented 3 years ago

I take it you read "syntastic" in the error message, and now you expect me to figure out what's going on and fix your problem. Sadly that's not how it works, the main problem here seems to be the second one, "shell failed to start", which is a Vim configuration problem. If you fix it the syntastic error should go away too. So please fix the "shell failed to start" first, and reopen this if the syntastic error persists after that.

hey yeah, i changed my shell, and its now working. thanks and im sorry for make an issue with so little information.