执行pip报错:sys.stderr.write(f“ERROR: {exc}“)

执行pip报错:sys.stderr.write(f"ERROR: {exc}")

在刚刚装好的系统里面执行pip命令报错如下
执行pip报错:sys.stderr.write(f“ERROR: {exc}“)
解决办法:

wget https://bootstrap.pypa.io/3.5/get-pip.py
python get-pip.py
上一篇:鸿蒙系统2.0的编译


下一篇:Python进阶——什么是上下文管理器?