From a78bbda7b98d64cbb75d348d5325f955435d9b8d Mon Sep 17 00:00:00 2001 From: WingLim <643089849@qq.com> Date: Mon, 26 Apr 2021 22:40:01 +0800 Subject: [PATCH] fix: failed to build pynvim install wheel before install pynvim will solve the problem. --- scripts/pynvim.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/pynvim.sh b/scripts/pynvim.sh index 7b9d964..172e057 100644 --- a/scripts/pynvim.sh +++ b/scripts/pynvim.sh @@ -47,6 +47,7 @@ Install_Pynvim() { warn "Delete '${__venv}' (or backup!) first, and then run ${0} again." elif _try_pyenv || _try_python; then # Install Python 3 requirements + "${__venv}/bin/pip" install -U wheel "${__venv}/bin/pip" install -U pynvim PyYAML Send2Trash ok '===> success' else