Giter Site home page Giter Site logo

Comments (3)

fisadev avatar fisadev commented on August 20, 2024

Hi! That sounds like one of these possibilities:

  • Your vim doesn't have python support (disregard that if you are using neovim). Does this work in your editor?: :pythonx print("hello")
  • You don't have the dependencies installed. Have you installed the dependencies with pip as shown in vim.fisadev.com, under "Install for Vim"/"Install for NeoVim"?
  • You installed the dependencies, but you're running vim/neovim under a different environment which doesn't have them. For instance, you installed the pip dependencies at system level but you are launching the editor from inside a virtualenv. Or vice versa. In that case: you need the dependencies installed in the environment you are launching your editor from.

from fisa-vim-config.

eduzen avatar eduzen commented on August 20, 2024

I have the same issue when I open vim. I have it for a looong time, but I got used to it. How can I debug which python is your configuration trying to use. I have those dependencies installed with the python version globally configured with pyenv. And maybe this is the issue?

from fisa-vim-config.

eduzen avatar eduzen commented on August 20, 2024

I have the same issue when I open vim. I have it for a looong time, but I got used to it. How can I debug which python is your configuration trying to use. I have those dependencies installed with the python version globally configured with pyenv. And maybe this is the issue?

Maybe it helps someone else. I fixed it. I'm using mac. And brew has its own python. So installed the python packages for that python and now vim works without those messages.

$(brew --prefix python)/libexec/bin/pip install -U pip pynvim flake8 pylint isort jedi

from fisa-vim-config.

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.