Pycharm crashes when deleting an environment

Answered

I've created an conda environment.yml file for a local project. After trying to fully uninstall the environment via

conda remove --name env_name --all

in the terminal, first there were popup messages i've never seen before, then the entire Pycharm app crashed on my mac :( This never happened during earlier versions of Pycharm, but I updated to the 2021 version yesterday and it now seems to be a problem.

 

PyCharm 2021.1.1 (Professional Edition)
Build #PY-211.7142.13, built on April 21, 2021

Runtime version: 11.0.10+9-b1341.41 x86_64
VM: Dynamic Code Evolution 64-Bit Server VM by JetBrains s.r.o.
macOS 11.3
GC: ParNew, ConcurrentMarkSweep
Memory: 1979M
Cores: 16
Non-Bundled Plugins: aws.toolkit (1.26-211), ru.meanmail.plugin.requirements (2021.3-211)

0
1 comment

The issue is not reproducible for me.

Does it reproduce after you disable all 3rd party plugins and restart PyCharm?
If so, please report it to https://youtrack.jetbrains.com/issues/PY and attach your logs folder zipped from Help | Collect Logs and Diagnostic Data.

0

Please sign in to leave a comment.