尝试在emacs中安装python pycompile 最近一次通话(最后一次): main中的文件“/usr/lib/python3.8/py_compile.py”,第209行 编译(文件名,doraise=True) 文件“/usr/lib/python3.8/py_compile.py”,第150行,在compile中 提升py_exc __main.PyCompileError:抱歉:缩进错误:应为缩进块(loginProblemsAndCauses.py,第156行) 在处理上述异常期间,发生了另一个异常: 回溯(最近一次呼叫最后一次): 文件“/usr/lib/python3.8/runpy.py”,第194行,在运行模块中 返回运行代码(代码、主全局、无、, 文件“/usr/lib/python3.8/runpy.py”,第87行,在运行代码中 exec(代码、运行\全局) 文件“/usr/lib/python3.8/py_compile.py”,第218行,在 sys.exit(main()) main中的文件“/usr/lib/python3.8/py_compile.py”,第213行 如果安静

尝试在emacs中安装python pycompile 最近一次通话(最后一次): main中的文件“/usr/lib/python3.8/py_compile.py”,第209行 编译(文件名,doraise=True) 文件“/usr/lib/python3.8/py_compile.py”,第150行,在compile中 提升py_exc __main.PyCompileError:抱歉:缩进错误:应为缩进块(loginProblemsAndCauses.py,第156行) 在处理上述异常期间,发生了另一个异常: 回溯(最近一次呼叫最后一次): 文件“/usr/lib/python3.8/runpy.py”,第194行,在运行模块中 返回运行代码(代码、主全局、无、, 文件“/usr/lib/python3.8/runpy.py”,第87行,在运行代码中 exec(代码、运行\全局) 文件“/usr/lib/python3.8/py_compile.py”,第218行,在 sys.exit(main()) main中的文件“/usr/lib/python3.8/py_compile.py”,第213行 如果安静,python,emacs,Python,Emacs,尝试安装python pycompile的最新版本,如果问题在最新版本中仍然存在,请打开错误报告。谢谢 有人能帮我吗?我在emacs中看到python模式(在doom emacs中更好) most recent call last): File "/usr/lib/python3.8/py_compile.py", line 209, in main compile(filename, doraise=True) File "/usr/lib/pyt

尝试安装python pycompile的最新版本,如果问题在最新版本中仍然存在,请打开错误报告。谢谢

有人能帮我吗?我在emacs中看到python模式(在doom emacs中更好)

most recent call last):
  File "/usr/lib/python3.8/py_compile.py", line 209, in main
    compile(filename, doraise=True)
  File "/usr/lib/python3.8/py_compile.py", line 150, in compile
    raise py_exc
__main__.PyCompileError: Sorry: IndentationError: expected an indented block (loginProblemsAndCauses.py, line 156)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.8/runpy.py", line 194, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/usr/lib/python3.8/runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "/usr/lib/python3.8/py_compile.py", line 218, in <module>
    sys.exit(main())
  File "/usr/lib/python3.8/py_compile.py", line 213, in main
    if quiet < 2:
NameError: name 'quiet' is not defined