neovim / pynvim

Python client and plugin host for Nvim
http://pynvim.readthedocs.io/en/latest/
Apache License 2.0
1.47k stars 118 forks source link

pin install pynvim fails to build greenlet on windows #525

Closed benfranklin79 closed 1 year ago

benfranklin79 commented 1 year ago

I have python installed on windows using pyenv-win at version 3.12.0a7. I've also installed the C++ build tools. When I first ran the following command:

pip3 install pynvim

I got errors suggested that I should install the wheel package so I did using the command pip3 install wheel. That installed successfully then I ran the above pynvim install command again and got the following output:

https://gist.github.com/benfranklin79/7b832381b67c74d66a273cd3b9f3a6bb

justinmk commented 1 year ago

duplicate https://github.com/neovim/pynvim/issues/512