Closed vitaly-zdanevich closed 5 years ago
It seems like some issue with your python installation. It cannot do import _socket
.
The second Python is stock on macOS.
Try to run python console and execute this command: import socket
or this: import _socket
.
What if you do it in vim: :python import _socket
?
On 04-22 (01:51), Vitaly Zdanevich wrote:
[1]image
— You are receiving this because you commented. Reply to this email directly, [2]view it on GitHub, or [3]mute the thread.
References
Visible links
-- Best regards, Artur Shaikhullin
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: dlopen(/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_socket.so, 0x0002): code signature in (/usr/loca
l/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_socket.so) not valid for use in process: mapped file has no cdhash, completel
y unsigned? Code has to be at least ad-hoc signed.
So yes, you have some issue with your python and you should fix it.
When I run this command, it just executes without ImportError
and other output.
In README is not mentioned default plugin manager in Vim 8 - I just cloned the repo into
~/.vim/pack/git-submodules-plugins/start
I see red errors:
macOS 10.14.4 Java 12. Vim is out of the box:
Yes, I tried minimal .vimrc configuraion with only
autocmd FileType java setlocal omnifunc=javacomplete#Complete
- with that I have nothing, no completion.