My Pycharm IDE cannot connect debugger in one of my anaconda environment. As I try to debug some code it says: Connection to Python debugger failed Socket operation on nonsocket: configureBlocking the exit code is -1073741819 (0xC0000005)
I moved the project to another anaconda environment and the debugger opens normally.
What could be wrong in the former environment?