Bug#850809: neovim: Missing dependency to python3-msgpack

Philipp Marek philipp.marek at linbit.com
Tue Jan 10 11:00:11 UTC 2017


Package: neovim
Version: 0.1.7-2
Severity: normal

"apt-get" told me

    Die folgenden Pakete wurden automatisch installiert und werden nicht mehr benötigt:
      python-trollius python3-msgpack                                         
    Verwenden Sie »apt autoremove«, um sie zu entfernen.                         

but when I did the next neovim call gave me

    $ vim ...
    function provider#python3#Call[9]..remote#host#Require[13]..provider#pythonx#Require, Zeile 15
    Vim(if):Channel was closed by the client
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/usr/local/lib/python3.5/dist-packages/neovim/__init__.py", line 9, in <module>
        from .api import Nvim
      File "/usr/local/lib/python3.5/dist-packages/neovim/api/__init__.py", line 7, in <module>
        from .buffer import Buffer
      File "/usr/local/lib/python3.5/dist-packages/neovim/api/buffer.py", line 2, in <module>
        from .common import Remote
      File "/usr/local/lib/python3.5/dist-packages/neovim/api/common.py", line 4, in <module>
        from msgpack import unpackb
    ImportError: No module named 'msgpack'
    Failed to load python3 host. You can try to see what happened by starting nvim with $NVIM_PYTHON_LOG_FILE set and opening the generated log file. Also, the host stderr is available in messages.



-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.8.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages neovim depends on:
ii  libc6           2.24-8
ii  libjemalloc1    3.6.0-9
ii  libmsgpackc2    1.4.2-4
ii  libtermkey1     0.19-1
ii  libunibilium0   1.2.0-1
ii  libuv1          1.9.1-3
ii  libvterm0       0~bzr684-1
ii  neovim-runtime  0.1.7-2

Versions of packages neovim recommends:
pn  python-neovim   <none>
pn  python3-neovim  <none>
pn  xsel | xclip    <none>
ii  xxd             2:8.0.0134-1

Versions of packages neovim suggests:
ii  exuberant-ctags [ctags]  1:5.9~svn20110310-11
pn  vim-scripts              <none>

-- no debconf information



More information about the pkg-vim-maintainers mailing list