Skip to content

Errors opening Vim even when using version 0.18.0 #8

@jondkinney

Description

@jondkinney

Thanks for this! I'm a little confused how to get the default implementation working. Any help would be greatly appreciated!

#5 mentioned to use version 0.18.0 and until I did that opening vim didn't do anything. Now when I open Vim I get the following error.

[deoplete] Traceback (most recent call last):^@  File "/Users/jon/.vim/plugged/deoplete.nvim/rplugin/python3/deoplete/child.py", line 101, in _add_source^@    Source = import_plugin(path, 'source', 'Source')^@  File "/Users/jon/.vim/plugged/deoplete.nvim/rplugin/pytho
n3/deoplete/util.py", line 67, in import_plugin^@    module = SourceFileLoader(module_name, path).load_module()^@  File "<frozen importlib._bootstrap_external>", line 399, in _check_name_wrapper^@  File "<frozen importlib._bootstrap_external>", line 823, in load_modul
e^@  File "<frozen importlib._bootstrap_external>", line 682, in load_module^@  File "<frozen importlib._bootstrap>", line 265, in _load_module_shim^@  File "<frozen importlib._bootstrap>", line 684, in _load^@  File "<frozen importlib._bootstrap>", line 665, in _load
_unlocked^@  File "<frozen importlib._bootstrap_external>", line 678, in exec_module^@  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed^@  File "/Users/jon/.vim/plugged/deoplete-solargraph/rplugin/python3/deoplete/source/solargraph.py", li
ne 7, in <module>^@    import solargraph_utils as solar^@ModuleNotFoundError: No module named 'solargraph_utils'^@Could not load source: /Users/jon/.vim/plugged/deoplete-solargraph/rplugin/python3/deoplete/source/solargraph.py.  Use :messages / see above for error det
ails.

I have the solargraph-utils.py installed per the README. I'm not exactly sure what to do next to keep troubleshooting.

/Users/jon/.vim/plugged/deoplete-solargraph/rplugin/python3/deoplete/source/solargraph.py is present.

Here's my Vim info:

± vim --version                                                                                                                                                                                                                           rvm:(ruby-2.5.1@thirdelementweb)
VIM - Vi IMproved 8.1 (2018 May 17, compiled May 22 2018 22:51:49)
macOS version
Included patches: 1
Compiled by Homebrew
Huge version without GUI.  Features included (+) or not (-):
+acl               +farsi             +mouse_sgr         -tag_any_white
+arabic            +file_in_path      -mouse_sysmouse    -tcl
+autocmd           +find_in_path      +mouse_urxvt       +termguicolors
-autoservername    +float             +mouse_xterm       +terminal
-balloon_eval      +folding           +multi_byte        +terminfo
+balloon_eval_term -footer            +multi_lang        +termresponse
-browse            +fork()            -mzscheme          +textobjects
++builtin_terms    -gettext           +netbeans_intg     +timers
+byte_offset       -hangul_input      +num64             +title
+channel           +iconv             +packages          -toolbar
+cindent           +insert_expand     +path_extra        +user_commands
-clientserver      +job               +perl              +vertsplit
+clipboard         +jumplist          +persistent_undo   +virtualedit
+cmdline_compl     +keymap            +postscript        +visual
+cmdline_hist      +lambda            +printer           +visualextra
+cmdline_info      +langmap           +profile           +viminfo
+comments          +libcall           -python            +vreplace
+conceal           +linebreak         +python3           +wildignore
+cryptv            +lispindent        +quickfix          +wildmenu
+cscope            +listcmds          +reltime           +windows
+cursorbind        +localmap          +rightleft         +writebackup
+cursorshape       -lua               +ruby              -X11
+dialog_con        +menu              +scrollbind        -xfontset
+diff              +mksession         +signs             -xim
+digraphs          +modify_fname      +smartindent       -xpm
-dnd               +mouse             +startuptime       -xsmp
-ebcdic            -mouseshape        +statusline        -xterm_clipboard
+emacs_tags        +mouse_dec         -sun_workshop      -xterm_save
+eval              -mouse_gpm         +syntax
+ex_extra          -mouse_jsbterm     +tag_binary
+extra_search      +mouse_netterm     +tag_old_static
   system vimrc file: "$VIM/vimrc"
     user vimrc file: "$HOME/.vimrc"
 2nd user vimrc file: "~/.vim/vimrc"
      user exrc file: "$HOME/.exrc"
       defaults file: "$VIMRUNTIME/defaults.vim"
  fall-back for $VIM: "/usr/local/share/vim"
Compilation: clang -c -I. -Iproto -DHAVE_CONFIG_H   -DMACOS_X -DMACOS_X_DARWIN  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
Linking: clang   -L. -fstack-protector -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib  -L/usr/local/lib -o vim        -lncurses -liconv -framework AppKit   -mmacosx-version-min=10.13 -fstack-protector-strong -L/usr/local/lib  -L/usr/local/Cellar/perl/5.26.2/lib/perl5/5.26.2/darwin-thread-multi-2level/CORE -lperl -lm -lutil -lc  -L/usr/local/opt/python/Frameworks/Python.framework/Versions/3.6/lib/python3.6/config-3.6m-darwin -lpython3.6m -framework CoreFoundation  -lruby.2.5.1 -lobjc

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions