roxma / python-support.nvim

[DEPRECATED] use a single command :PythonSupportInit to initialize python support for neovim.
25 stars 10 forks source link

Error when excecuting PythonSupportInitPython3 #17

Open dortin42 opened 4 years ago

dortin42 commented 4 years ago

imagen

System: Neovim: 0.4.3 Ubuntu 18.04 Python: 3.6.9 pip3: 9.0.1

I've run pip3 install --user neovim manually but is still throwing the same error

jottr commented 4 years ago

Caused by f8b6ca6b1d89bdba46f7cd49d713a971b0b3a564

cjappl commented 3 years ago

Also seeing this issue when upgrading to neovim 0.4.3 and pulling down most recent version of python support

confirmed that

git checkout e0f443f3553b4b781feb236b576f85c075fffce3

fixes it (the one before the breaking change f8b6ca6)

Cory-Watson commented 3 years ago

Sorry to necro-bump, but I'm also seeing the same behavior.

image

macOS 11.4 nvim: 0.4.4 python: 3.9.6 pip3: 21.2.1

Currently using the most recent version of python-support.nvim 6782553