petobens / poet-v

Vim Meets Poetry and Pipenv Virtual Environments
MIT License
88 stars 10 forks source link

poet-v on Windows #18

Open TauchmanD opened 1 year ago

TauchmanD commented 1 year ago

Tried installing poet-v on Windows but I'm getting this error obrazek I have Python 3.11 installed but I'm using it as just "python" Alias is not helping either

Any idea?

3hx commented 1 year ago

Make another python executable called python3

sinelnikov-web commented 8 months ago

hello, I have the same issue. Did you found some solutions?

Kyeongrok commented 7 months ago

hello, I have the same issue.

petobens commented 7 months ago

Mmm maybe you need to set the python3 host as in vim.g.python3_host_prog = '/usr/bin/python'?