koxudaxi / poetry-pycharm-plugin

A PyCharm plugin for poetry

Home Page:https://koxudaxi.github.io/poetry-pycharm-plugin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Poetry not autodetected when using recommended installation method

13steinj opened this issue · comments

Describe the bug
Plugin does not autodetect the poetry executable in some (in my case the "recommended") installation methods.

To Reproduce
Steps to reproduce the behavior:
0. Have poetry installed via the new installer / recommended method

  1. Go to New Project
  2. Select Pure Python
  3. Select Env via poetry
  4. See that the poetry executable is not autodetected.

Expected behavior
The plugin to autodetect poetry.

Screenshots
image

Environments (please complete the following information):

  • IDE: PyCharm Professional 2021.1.2
  • OS: Windows 10
  • Poetry Version 1.1.6
  • Plugin version 1.1.4

Additional context
Add any other context about the problem here.

@13steinj
Thank you for creating this issue.
Would you please tell me the path of poetry executable?
And, the poetry executable path is set in your Envrionemnt?

The poetry executable path is in my environment.

The poetry executable exists in C:\Users\13steinj\AppData\Roaming\Python\Scripts\ on windows.