sys.stderr.write(f“ERROR: {exc}“) SyntaxError: invalid syntax错误
Posted 【ql君】qlexcel
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sys.stderr.write(f“ERROR: {exc}“) SyntaxError: invalid syntax错误相关的知识,希望对你有一定的参考价值。
ubuntu 安装pip3后查询其版本出现错误
Traceback (most recent call last):
File "/usr/local/bin/pip3", line 7, in <module>
from pip._internal.cli.main import main
File "/usr/local/lib/python3.5/dist-packages/pip/_internal/cli/main.py", line 57
sys.stderr.write(f"ERROR: exc")
^
SyntaxError: invalid syntax
解决:
wget https://bootstrap.pypa.io/pip/3.5/get-pip.py
下载完成后执行下面的命令
python3 get-pip.py
参考:
错误 sys.stderr.write(f“ERROR: exc“) ^ SyntaxError: invalid syntax 解决方法
以上是关于sys.stderr.write(f“ERROR: {exc}“) SyntaxError: invalid syntax错误的主要内容,如果未能解决你的问题,请参考以下文章
sys.stdout.write与sys.sterr.write
[Python]sys.stdin.readline(), sys.stdout.write(), sys.stdin.write()