我刚刚在vscode中运行autopep8,系统报两个错误:
错误:命令失败:autopep8 c:\Users\Administrator\Desktop\Python\从入门到实践\试一试\5-10.py用法:autopep8 [-h] [--version] [-v] [-d ] [-i] [--global-config 文件名] [--ignore-local-config] [-r] [-jn] [-pn] [-a] [--experimental] [--exclude globs] [ --list-fixes] [--ignore errors] [--select errors] [--max-line-length n] [--line-range line line] [--hang-closing] [--exit-code ] [files [files ...]] autopep8: error: autopep8 只接受一个文件名作为参数,除非使用“--in-place”或“--diff”参数
和
用法:autopep8 [-h] [--version] [-v] [-d] [-i] [--global-config 文件名] [--ignore-local-config] [-r] [-jn] [ -pn] [-a] [--experimental] [--exclude globs] [--list-fixes] [--ignore errors] [--select errors] [--max-line-length n] [-- line-range line line] [--hang-closing] [--exit-code] [files [files ...]] autopep8: error: autopep8 只接受一个文件名作为参数,除非“--in-place”或使用“--diff”参数
有谁知道为什么?我尽力了,但也不知道该怎么办。
我在用:
扩展:Python-autopep8
VS代码:1.33.1