-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: conda environment is detected as broken (#4566) #5007
Fix: conda environment is detected as broken (#4566) #5007
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry, ignore this
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. |
conda
puts thepython
andpip
executable 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