Giter Club home page Giter Club logo

Comments (11)

mattn avatar mattn commented on September 4, 2024

Which version of python do you use?

from vim-lsp-settings.

fcying avatar fcying commented on September 4, 2024

python --version
Python 2.7.16

python3 --version
Python 3.7.3

from vim-lsp-settings.

mattn avatar mattn commented on September 4, 2024

vim-lsp-settings does not support Python2. So /path/to/the/python must be Python3 always.

from vim-lsp-settings.

fcying avatar fcying commented on September 4, 2024

I saw that python3 is specified in pip_install.sh, Does this no effect?? Can it directly specify python3?

from vim-lsp-settings.

fcying avatar fcying commented on September 4, 2024

I change python ln, but the error is also

sudo ln -sf /usr/bin/python3 /usr/bin/python
python --version
Python 3.7.3

from vim-lsp-settings.

mattn avatar mattn commented on September 4, 2024

Ooops, sorry. I looked only Windows installer.

https://github.com/mattn/vim-lsp-settings/blob/master/installer/pip_install.cmd#L6

from vim-lsp-settings.

mattn avatar mattn commented on September 4, 2024

So, please undo the operation #70 (comment)

What OS do you use? Which way of installation instruction of python?

from vim-lsp-settings.

fcying avatar fcying commented on September 4, 2024

debian 10 stable.
install by apt

from vim-lsp-settings.

mattn avatar mattn commented on September 4, 2024

Thanks. Could you please try this patch?

diff --git a/installer/pip_install.sh b/installer/pip_install.sh
index b5ee120..4e3014d 100755
--- a/installer/pip_install.sh
+++ b/installer/pip_install.sh
@@ -6,5 +6,6 @@
 set -e
 python3 -m venv ./venv
+./venv/bin/pip3 install -U pip
 ./venv/bin/pip3 install "$2"
 ln -s "./venv/bin/$1" .

from vim-lsp-settings.

fcying avatar fcying commented on September 4, 2024

great, after update pip, it have not error.

from vim-lsp-settings.

mattn avatar mattn commented on September 4, 2024

Okay, will fix pip_install.sh

from vim-lsp-settings.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.