You are not logged in.

#1 2021-09-14 20:33:56

sosed
Member
Registered: 2021-09-14
Posts: 10

UltiSnips with neovim python3 error

hello all. i have some newbie problems i didn't had access to a computer for a long time
anyways this is the error i get when trying to  type something in neovim:

Error detected while processing function UltiSnips#TrackChange:
line    1:
E319: No "python3" provider found. Run ":checkhealth provider"
the output of :cheackhealth provider:

health#provider#check
========================================================================
## Clipboard (optional)
  - OK: Clipboard tool found: xsel

## Python 2 provider (optional)
  - WARNING: No Python executable found that can `import neovim`. Using the first available executable for
  diagnostics.
  - ERROR: Python provider error:
    - ADVICE:
      - provider/pythonx: Could not load Python 2:
          python2 not found in search path or not executable.
          python2.7 not found in search path or not executable.
          python2.6 not found in search path or not executable.
          /usr/bin/python is Python 3.9 and cannot provide Python 2.
  - INFO: Executable: Not found

## Python 3 provider (optional)
  - WARNING: No Python executable found that can `import neovim`. Using the first available executable for
  diagnostics.
  - ERROR: Python provider error:
    - ADVICE:
      - provider/pythonx: Could not load Python 3:
          /usr/bin/python3 does not have the "neovim" module. :help provider-python
          python3.10 not found in search path or not executable.
          /usr/bin/python3.9 does not have the "neovim" module. :help provider-python
          python3.8 not found in search path or not executable.
          python3.7 not found in search path or not executable.
          python3.6 not found in search path or not executable.
          /usr/bin/python does not have the "neovim" module. :help provider-python
  - INFO: Executable: Not found

## Python virtualenv
  - OK: no $VIRTUAL_ENV

## Ruby provider (optional)
  - INFO: Ruby: ruby 3.0.2p107 (2021-07-07 revision 0db68f0233) [x86_64-linux]
  - WARNING: `neovim-ruby-host` not found.
    - ADVICE:
      - Run `gem install neovim` to ensure the neovim RubyGem is installed.
      - Run `gem environment` to ensure the gem bin directory is in $PATH.
      - If you are using rvm/rbenv/chruby, try "rehashing".
      - See :help g:ruby_host_prog for non-standard gem installations.

## Node.js provider (optional)
  - WARNING: `node` and `npm` (or `yarn`) must be in $PATH.
    - ADVICE:
      - Install Node.js and verify that `node` and `npm` (or `yarn`) commands work.

## Perl provider (optional)
  - ERROR: perl provider error:
    - ADVICE:
      - "Neovim::Ext" cpan module is not installed


although python3 is installed
i need to be pointed to the right direction.

Last edited by sosed (2021-09-14 20:48:13)

Offline

#2 2021-09-15 04:48:41

flyingscorpio
Member
Registered: 2020-06-04
Posts: 34

Re: UltiSnips with neovim python3 error

Did you install python-neovim ?

Offline

Board footer

Powered by FluxBB