【已解决】天坑:Fatal Python error: init_sys_streams: can‘t initialize sys standard streams

问题描述

使用conda创建虚拟环境结合pycharm使用

Fatal Python error: init_sys_streams: can't initialize sys standard streams
Traceback (most recent call last):
  File "D:\_MySoftware\_Program\_Bin\Python\Python39\lib\io.py", line 54, in <module>
ImportError: cannot import name 'open_code' from 'io' (unknown location)

解决方案

因为conda和python的版本冲突,所以在环境变量中删除冲突的python变量
【已解决】天坑:Fatal Python error: init_sys_streams: can‘t initialize sys standard streams_第1张图片

你可能感兴趣的:(Python,python,开发语言,pycharm)