Fix: conda environment is detected as broken (#4566)#5007
Fix: conda environment is detected as broken (#4566)#5007neersighted merged 1 commit intopython-poetry:masterfrom
Conversation
67e1037 to
8fb4477
Compare
|
Some ideas off the top of my head. Sorry if I'm wrong. From the original I have a feeling that the inside |
|
On the same note, in could be |
|
Thanks a lot for your feedback @zEdS15B3GCwq. 👍 I'm aware that there are some ugly parts that should be improved. That's why its a draft pr and I called it a proof-of-concept. Once I get some feedback in the corresponding issue whether it works as expected or not I will start improving the code. fin swimmer |
No, I will not. You've given some good points 😃 |
That's nice of you, but I meant that particular message (or did you known already). |
8fb4477 to
602722e
Compare
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
condaputs thepythonandpipexecutable on windows in different location. So poetry is unable to detect a valid venv. This PR fixes this.There is also a port for 1.1: #5008
Resolves: #4566