Skip to content

Instantly share code, notes, and snippets.

@doppioandante
Created April 28, 2015 19:43
Show Gist options
  • Save doppioandante/2b6530006693ea171a02 to your computer and use it in GitHub Desktop.
Save doppioandante/2b6530006693ea171a02 to your computer and use it in GitHub Desktop.
2015/04/28 21:41:14 [error @ job_err:346] 6295 - Channel 1 stderr: Traceback (most recent call last):
File "<string>", line 1, in <module>
2015/04/28 21:41:14 [error @ job_err:346] 6295 - Channel 1 stderr: File "/usr/lib/python2.7/site-packages/neovim/__init__.py", line 10, in <module>
from .msgpack_rpc import (child_session, socket_session, stdio_session,
File "/usr/lib/python2.7/site-packages/neovim/msgpack_rpc/__init__.py", line 8, in <module>
2015/04/28 21:41:14 [error @ job_err:346] 6295 - Channel 1 stderr: from .event_loop import EventLoop
File "/usr/lib/python2.7/site-packages/neovim/msgpack_rpc/event_loop/__init__.py", line 12, in <module>
from .asyncio import AsyncioEventLoop
File "/usr/lib/python2.7/site-packages/neovim/msgpack_rpc/event_loop/
2015/04/28 21:41:14 [error @ job_err:346] 6295 - Channel 1 stderr: asyncio.py", line 22, in <module>
import trollius as asyncio
File "/usr/lib/python2.7/site-packages/trollius/__init__.py", line 21, in <module>
from .coroutines import *
File "/usr/lib/python2.7/site-packages/trollius/coroutines.py", line 13,
2015/04/28 21:41:14 [error @ job_err:346] 6295 - Channel 1 stderr: in <module>
from . import events
File "/usr/lib/python2.7/site-packages/trollius/events.py", line 241, in <module>
2015/04/28 21:41:14 [error @ job_err:346] 6295 - Channel 1 stderr: class AbstractEventLoop(object):
File "/usr/lib/python2.7/site-packages/trollius/events.py", line 424, in AbstractEventLoop
2015/04/28 21:41:14 [error @ job_err:346] 6295 - Channel 1 stderr: def subprocess_shell(self, protocol_factory, cmd, stdin=subprocess.PIPE,
2015/04/28 21:41:14 [error @ job_err:346] 6295 - Channel 1 stderr: AttributeError: 'module' object has no attribute 'PIPE'
2015/04/28 21:41:14 [error @ call_set_error:738] 6295 - msgpack-rpc: Channel was closed by the client
2015/04/28 21:41:15 [error @ job_err:346] 6295 - Channel 2 stderr: Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python2.7/site-packages/neovim/__init__.py", line 10, in <module>
2015/04/28 21:41:15 [error @ job_err:346] 6295 - Channel 2 stderr: from .msgpack_rpc import (child_session, socket_session, stdio_session,
File "/usr/lib/python2.7/site-packages/neovim/msgpack_rpc/__init__.py", line 8, in <module>
from .event_loop import EventLoop
File "/usr/lib/python2.7/site-packages/neovim
2015/04/28 21:41:15 [error @ job_err:346] 6295 - Channel 2 stderr: /msgpack_rpc/event_loop/__init__.py", line 12, in <module>
from .asyncio import AsyncioEventLoop
File "/usr/lib/python2.7/site-packages/neovim/msgpack_rpc/event_loop/asyncio.py", line 22, in <module>
import trollius as asyncio
File "/usr/lib/p
2015/04/28 21:41:15 [error @ job_err:346] 6295 - Channel 2 stderr: ython2.7/site-packages/trollius/__init__.py", line 21, in <module>
from .coroutines import *
File "/usr/lib/python2.7/site-packages/trollius/coroutines.py", line 13, in <module>
from . import events
2015/04/28 21:41:15 [error @ job_err:346] 6295 - Channel 2 stderr: File "/usr/lib/python2.7/site-packages/trollius/events.py", line 241, in <module>
class AbstractEventLoop(object):
File "/usr/lib/python2.7/site-packages/trollius/events.py", line 424, in AbstractEventLoop
2015/04/28 21:41:15 [error @ job_err:346] 6295 - Channel 2 stderr: def subprocess_shell(self, protocol_factory, cmd, stdin=subprocess.PIPE,
AttributeError: 'module' object has no attribute 'PIPE'
2015/04/28 21:41:15 [error @ call_set_error:738] 6295 - msgpack-rpc: Channel was closed by the client
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment