You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(on Archlinux ARM v7h)
Error detected while processing function youcompleteme#Enable..82_SetUpPython:
line 34:
Traceback (most recent call last):
File "", line 30, in
Error detected while processing function youcompleteme#Enable..82_SetUpPython:
line 34:
File "/home/bot/.vim/bundle/YouCompleteMe/autoload/../python/ycm/youcompleteme.py", line 31, in
Error detected while processing function youcompleteme#Enable..82_SetUpPython:
line 34:
from ycm.omni_completer import OmniCompleter
Error detected while processing function youcompleteme#Enable..82_SetUpPython:
line 34:
File "/home/bot/.vim/bundle/YouCompleteMe/autoload/../python/ycm/omni_completer.py", line 22, in
Error detected while processing function youcompleteme#Enable..82_SetUpPython:
line 34:
from ycmd.completers.completer import Completer
Error detected while processing function youcompleteme#Enable..82_SetUpPython:
line 34:
File "/home/bot/.vim/bundle/YouCompleteMe/autoload/../third_party/ycmd/ycmd/completers/completer.py", line 25, in
Error detected while processing function youcompleteme#Enable..82_SetUpPython:
line 34:
from ycm_client_support import FilterAndSortCandidates
Error detected while processing function youcompleteme#Enable..82_SetUpPython:
line 34:
ImportError: /home/bot/.vim/bundle/YouCompleteMe/third_party/ycmd/ycm_client_support.so: wrong ELF class: ELFCLASS64
The text was updated successfully, but these errors were encountered:
The ycm_client_support.so library you are using is built for a different (64 bit) platform vs the platform you're running on. You need to rebuild it for your current o/s and platform, with the correct bitwidth.
i.e. if you're running on ARM, you need to make sure that the ycm libs were built for ARM. I doubt this is anything the YCM maintainers have tested, so you might have to tinker.
(on Archlinux ARM v7h)
Error detected while processing function youcompleteme#Enable..82_SetUpPython:
line 34:
Traceback (most recent call last):
File "", line 30, in
Error detected while processing function youcompleteme#Enable..82_SetUpPython:
line 34:
File "/home/bot/.vim/bundle/YouCompleteMe/autoload/../python/ycm/youcompleteme.py", line 31, in
Error detected while processing function youcompleteme#Enable..82_SetUpPython:
line 34:
from ycm.omni_completer import OmniCompleter
Error detected while processing function youcompleteme#Enable..82_SetUpPython:
line 34:
File "/home/bot/.vim/bundle/YouCompleteMe/autoload/../python/ycm/omni_completer.py", line 22, in
Error detected while processing function youcompleteme#Enable..82_SetUpPython:
line 34:
from ycmd.completers.completer import Completer
Error detected while processing function youcompleteme#Enable..82_SetUpPython:
line 34:
File "/home/bot/.vim/bundle/YouCompleteMe/autoload/../third_party/ycmd/ycmd/completers/completer.py", line 25, in
Error detected while processing function youcompleteme#Enable..82_SetUpPython:
line 34:
from ycm_client_support import FilterAndSortCandidates
Error detected while processing function youcompleteme#Enable..82_SetUpPython:
line 34:
ImportError: /home/bot/.vim/bundle/YouCompleteMe/third_party/ycmd/ycm_client_support.so: wrong ELF class: ELFCLASS64
The text was updated successfully, but these errors were encountered: