{"id":670,"date":"2026-03-13T16:41:00","date_gmt":"2026-03-13T08:41:00","guid":{"rendered":"https:\/\/mitongxue.cn\/?p=670"},"modified":"2026-07-14T16:53:48","modified_gmt":"2026-07-14T08:53:48","slug":"python-taberror-inconsistent-use-of-tabs-and-spaces-in-indentation","status":"publish","type":"post","link":"https:\/\/mitongxue.cn\/index.php\/2026\/03\/13\/python-taberror-inconsistent-use-of-tabs-and-spaces-in-indentation\/","title":{"rendered":"python TabError: inconsistent use of tabs and spaces in indentation"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">python\u4ee3\u7801\u62f7\u8d1d\u65f6\uff0c\u5e38\u5e38\u62a5TabError\u9519\u8bef<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Python \u7f29\u8fdb\u8bed\u6cd5\u4e25\u683c\u533a\u5206 <strong>Tab\uff08\u5236\u8868\u7b26\uff09<\/strong> \u548c <strong>\u7a7a\u683c<\/strong>\uff0c\u4e0d\u80fd\u6df7\u7528\u3002 \u4e00\u6bb5\u4ee3\u7801\u91cc\u4e00\u90e8\u5206\u7528 Tab \u7f29\u8fdb\u3001\u4e00\u90e8\u5206\u7528\u7a7a\u683c\u7f29\u8fdb\uff0c\u89e3\u91ca\u5668\u76f4\u63a5\u62a5\u9519\uff1a <code>TabError: inconsistent use of tabs and spaces in indentation<\/code><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u89c4\u5219<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>\u5b98\u65b9\u63a8\u8350\uff1a<strong>\u5168\u7a0b\u53ea\u7528 4 \u4e2a\u7a7a\u683c\u505a\u7f29\u8fdb<\/strong>\uff0c\u7981\u6b62\u6df7\u5408 Tab\uff1b<\/li>\n\n\n\n<li>Tab \u5728\u4e0d\u540c\u7f16\u8f91\u5668\u5bbd\u5ea6\u663e\u793a\u4e0d\u4e00\u6837\uff08\u6709\u7684 4 \u683c\u3001\u6709\u7684 8 \u683c\uff09\uff0c\u8089\u773c\u770b\u7740\u5bf9\u9f50\uff0c\u5b9e\u9645\u5b57\u8282\u4e0d\u7b49\uff0cPython \u5224\u5b9a\u7f29\u8fdb\u9519\u4e71\u3002<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">1. \u7f16\u8f91\u5668\u8bbe\u7f6e\uff08\u6839\u6cbb\uff0c\u63a8\u8350\uff09<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">VS Code<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>\u53f3\u4e0b\u89d2\u663e\u793a <code>Spaces:4<\/code> \/ <code>Tab Size:4<\/code><\/li>\n\n\n\n<li>\u70b9\u51fb \u2192 \u9009\u62e9\u300cConvert Indentation to Spaces\u300d\u628a\u5168\u6587 Tab \u8f6c\u7a7a\u683c<\/li>\n\n\n\n<li>\u6c38\u4e45\u914d\u7f6e\uff1a<\/li>\n\n\n\n<li><\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>\/\/ settings.json\n{\n    \"editor.insertSpaces\": true,\n    \"editor.tabSize\": 4,\n    \"editor.detectIndentation\": false\n}\n<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\u6309 Tab \u81ea\u52a8\u63d2\u5165 4 \u4e2a\u7a7a\u683c\uff0c\u4e0d\u4f1a\u751f\u6210\u5236\u8868\u7b26\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u4e00\u952e\u683c\u5f0f\u5316\u5de5\u5177<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>autopep8<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>pip install autopep8\nautopep8 test.py -i\n<\/code><\/pre>\n\n\n\n<ol start=\"2\" class=\"wp-block-list\">\n<li>ruff\uff08\u66f4\u5feb\uff0c2026 \u4e3b\u6d41\uff09<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>pip install ruff\nruff format test.py\n<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\u81ea\u52a8\u628a\u6240\u6709 Tab \u8f6c\u4e3a\u7a7a\u683c\u3001\u7edf\u4e00\u7f29\u8fdb\u3001\u4fee\u590d PEP8 \u89c4\u8303\u3002<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>python\u4ee3\u7801\u62f7\u8d1d\u65f6\uff0c\u5e38\u5e38\u62a5TabError\u9519\u8bef..<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[52,14],"tags":[],"class_list":["post-670","post","type-post","status-publish","format-standard","hentry","category-python","category-back"],"featured_image_urls":{"full":"","thumbnail":"","medium":"","medium_large":"","large":"","1536x1536":"","2048x2048":""},"author_info":{"info":["\u9648 \u67d0\u4eba"]},"category_info":"<a href=\"https:\/\/mitongxue.cn\/index.php\/category\/back\/python\/\" rel=\"category tag\">Python<\/a> <a href=\"https:\/\/mitongxue.cn\/index.php\/category\/back\/\" rel=\"category tag\">\u540e\u7aef<\/a>","tag_info":"\u540e\u7aef","comment_count":"0","_links":{"self":[{"href":"https:\/\/mitongxue.cn\/index.php\/wp-json\/wp\/v2\/posts\/670","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mitongxue.cn\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mitongxue.cn\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mitongxue.cn\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mitongxue.cn\/index.php\/wp-json\/wp\/v2\/comments?post=670"}],"version-history":[{"count":1,"href":"https:\/\/mitongxue.cn\/index.php\/wp-json\/wp\/v2\/posts\/670\/revisions"}],"predecessor-version":[{"id":671,"href":"https:\/\/mitongxue.cn\/index.php\/wp-json\/wp\/v2\/posts\/670\/revisions\/671"}],"wp:attachment":[{"href":"https:\/\/mitongxue.cn\/index.php\/wp-json\/wp\/v2\/media?parent=670"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mitongxue.cn\/index.php\/wp-json\/wp\/v2\/categories?post=670"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mitongxue.cn\/index.php\/wp-json\/wp\/v2\/tags?post=670"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}