Skip to content
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

[PY-77792] Fix No Conda environment selected error #3000

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tl-hbk
Copy link
Contributor

@tl-hbk tl-hbk commented Mar 24, 2025

https://youtrack.jetbrains.com/issue/PY-77792/No-Conda-enviroment-selected

Tried to get the input validation to re-run when the selection changes. Not familiar with kotlin but this change worked when I tested locally.

When I stepped through with the debugger the issue seemed to be that the input validation would run right after the conda exe was set so the selection was still null but after the conda env list was run in the background to populate the selection, changing what's selected didn't dismiss the error.

@tl-hbk tl-hbk changed the title Fix No Conda environment selected error [PY-77792] Fix No Conda environment selected error Mar 24, 2025
@BartvHelvert BartvHelvert added the PyCharm Pull requests for PyCharm label Mar 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PyCharm Pull requests for PyCharm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants