chxuan / vimplus

:rocket:An automatic configuration program for vim
https://github.com/chxuan/vimplus
MIT License
3.9k stars 1.13k forks source link

系统不知道做了什么变更 python 变成了3.9 找不到 3.7 即使重新安装也还是报错 #318

Closed zhoumengkang closed 3 years ago

zhoumengkang commented 3 years ago
/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:551:1: note: 'PyUnicode_FromUnicode' has been explicitly
      marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
^
/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
5 warnings generated.
[100%] Linking C shared library /Users/mengkang/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/cregex/regex_3/_regex.so
[100%] Built target _regex
dyld: Library not loaded: /usr/local/opt/python/Frameworks/Python.framework/Versions/3.7/Python
  Referenced from: /usr/local/bin/vim
  Reason: image not found
./install.sh: line 422: 19549 Abort trap: 6           vim -c "PlugInstall" -c "q" -c "q"
        __                __
__   __/_/___ ___  ____  / /_  _______
\ \ / / / __ `__ \/ __ \/ / / / / ___/
 \ V / / / / / / / /_/ / / /_/ (__  )
  \_/_/_/ /_/ /_/ ,___/_/\____/____/
               /_/                     ...is now installed!

Just enjoy it!
zhoumengkang commented 3 years ago
$ vim xxx
dyld: Library not loaded: /usr/local/opt/python/Frameworks/Python.framework/Versions/3.7/Python
  Referenced from: /usr/local/bin/vim
  Reason: image not found
JerryAllison commented 3 years ago

reinstall.


Best Regards Leo

周梦康 notifications@github.com 于2020年11月20日周五 下午1:52写道:

$ vim xxx dyld: Library not loaded: /usr/local/opt/python/Frameworks/Python.framework/Versions/3.7/Python Referenced from: /usr/local/bin/vim Reason: image not found

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/chxuan/vimplus/issues/318#issuecomment-730868362, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABHXFZRTRPIUFWDTTTVVV7DSQX72ZANCNFSM4T4KTTMQ .

zhoumengkang commented 3 years ago

reinstall. ------------ Best Regards Leo 周梦康 notifications@github.com 于2020年11月20日周五 下午1:52写道: $ vim xxx dyld: Library not loaded: /usr/local/opt/python/Frameworks/Python.framework/Versions/3.7/Python Referenced from: /usr/local/bin/vim Reason: image not found — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#318 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABHXFZRTRPIUFWDTTTVVV7DSQX72ZANCNFSM4T4KTTMQ .

已经是重新安装的了~~

chxuan commented 3 years ago

@zhoumengkang 大佬,你用python2来编译试试看看呢

zhoumengkang commented 3 years ago

@zhoumengkang 大佬,你用python2来编译试试看看呢

上次是一个什么原因来着用python3来编译来着,好像是配合你测试一个bug~

zhoumengkang commented 3 years ago

我升级 vim 就好了~~ 和 vimplus 没有关系