python3:unexpected indent?indent expected?autopep8!

Posted 甜橙子君

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python3:unexpected indent?indent expected?autopep8!相关的知识,希望对你有一定的参考价值。

unexpected indent 实在是无法忍受

Win键(就是windows图标那个键)+R 呼出CMD命令行工具(powershell也行):
linux+mac一样呼出终端工具

pip install autopep8

在Pycharm的tools中添加autopep8

File -> Settings (快捷键Ctrl + Alt + S) - > Tools -> External Tools -> 点+号

Name:autopep8
Programs:autopep8(前提是你已经安装了哦)
Arguments:--in-place --aggressive --aggressive $FilePath$
Working directory:$ProjectFileDir$
Output Filters:$FILE_PATH$\\:$LINE$\\:$COLUMN$\\:.*

使用pep8遇到de问题

执行External Tools=》autopep8

3:46 Error running \'autopep8\': Cannot run program "autopep8" (in directory "F:\\PycharmProjects\\untitled"): CreateProcess error=2, 系统找不到指定的文件。

Programs那autopep8写exe文件的绝对路径就好了

还解决不了怎么办?

def get_info():
url = ?

↑ 你肯定是这种忘记缩进了

def get_info():
      url = ?

↑ 要像这样缩进

以上是关于python3:unexpected indent?indent expected?autopep8!的主要内容,如果未能解决你的问题,请参考以下文章

Linux 命令(243)—— indent 命令

Linux 命令(243)—— indent 命令

text-indent属性

Vue3如何关闭eslint:error Expected indentation of 0 spaces but found 4 indent

代码格式化工具---indent工具

Linux indent