美文网首页
Python Error

Python Error

作者: 波洛的汽车电子世界 | 来源:发表于2018-11-19 19:34 被阅读0次
  1. IndentationError: unindent does not match any outer indentation level

solution: 这类问题,一般都是缩进有问题。

注意:有时Python2.7不支持tab和空格混用。有的代码表面看起来是一个tab或者4个空格的长度,但运行会出现错误。这时,统一一下就好了。

  1. homebrew/core is shallow clone. To get complete history run:
    solution: git -C "$(brew --repo homebrew/core)" fetch --unshallow

相关文章

网友评论

      本文标题:Python Error

      本文链接:https://www.haomeiwen.com/subject/qbnafqtx.html