koxudaxi / poetry-pycharm-plugin

A PyCharm plugin for poetry
https://koxudaxi.github.io/poetry-pycharm-plugin/
Apache License 2.0
180 stars 14 forks source link

Poetry not autodetected when using recommended installation method #234

Open 13steinj opened 3 years ago

13steinj commented 3 years ago

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:

  1. Have poetry installed via the new installer / recommended method
  2. Go to New Project
  3. Select Pure Python
  4. Select Env via poetry
  5. See that the poetry executable is not autodetected.

Expected behavior The plugin to autodetect poetry.

Screenshots image

Environments (please complete the following information):

Additional context Add any other context about the problem here.

koxudaxi commented 3 years ago

@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?

13steinj commented 3 years ago

The poetry executable path is in my environment.

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