python-support.nvim icon indicating copy to clipboard operation
python-support.nvim copied to clipboard

Error when excecuting PythonSupportInitPython3

Open dortin42 opened this issue 5 years ago • 3 comments

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

dortin42 avatar Jun 03 '20 14:06 dortin42

Caused by f8b6ca6b1d89bdba46f7cd49d713a971b0b3a564

jottr avatar Jun 11 '20 21:06 jottr

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)

cjappl avatar Oct 05 '20 18:10 cjappl

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

Cory-Watson avatar Jul 29 '21 21:07 Cory-Watson