Git Product home page Git Product logo

Comments (3)

mmtechslv avatar mmtechslv commented on May 21, 2024 1

Thank you for the quick response! Updating the plugin and setting the special variable helped. It works now without errors. Thanks!
Note: I am not sure what plugins I use are based on python but I have not received any similar error. Here are the set of plugins that I currently use:
Plug 'preservim/NERDTree' Plug 'tpope/vim-fugitive' Plug 'scrooloose/syntastic' Plug 'mechatroner/rainbow_csv' Plug 'morhetz/gruvbox' Plug 'heavenshell/vim-pydocstring', { 'do': 'make install' } Plug 'nvie/vim-flake8' Plug 'vim-airline/vim-airline' Plug 'hdima/python-syntax' Plug 'majutsushi/tagbar' Plug 'ervandew/supertab' Plug 'wesq3/vim-windowswap' Plug 'sirver/ultisnips' Plug 'junegunn/fzf.vim' Plug 'godlygeek/tabular' Plug 'benmills/vimux' Plug 'gilsondev/searchtasks.vim' Plug 'honza/vim-snippets' Plug 'sirver/ultisnips' Plug 'vim-airline/vim-airline-themes' Plug 'altercation/vim-colors-solarized' Plug 'jpalardy/vim-slime' Plug 'yuttie/comfortable-motion.vim' Plug 'kkpmw/vim-sendtowindow' Plug 'airblade/vim-gitgutter'

from rainbow_csv.

mechatroner avatar mechatroner commented on May 21, 2024

My guess is that it could be something wrong with your neovim installation, I tried to google your error and found some results. Do other python-based plugins work correctly in your editor?
If nothing helps, you can set a special variable let g:rbql_use_system_python=1 in your vim config. I just added this config option, so you would need to update rainbow_csv first in order to use it, see my last commit. After this Vim/Neovim will use system python interpreter instead of the built-in one. Please let me know if it doesn't work.
PS you don't have to pip install rbql, it is already built-in into rainbow_csv.

from rainbow_csv.

mechatroner avatar mechatroner commented on May 21, 2024

I am glad it worked, @mmtechslv !

from rainbow_csv.

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.