【发布时间】:2018-11-29 17:11:20
【问题描述】:
我正在尝试在 QGIS 3.4 上重新分类栅格,但我不断收到此错误:
File "/Applications/QGIS3.app/Contents/MacOS/grass/grass74", line 1697
sys.stdout.write("%s\n" % grass_version)
^
TabError: inconsistent use of tabs and spaces in indentation
File "/Applications/QGIS3.app/Contents/MacOS/grass/grass74", line 1697
sys.stdout.write("%s\n" % grass_version)
^
TabError: inconsistent use of tabs and spaces in indentation
我已尝试查看文件 grass74 并查看缩进是否存在问题并修复了似乎存在的问题,但我仍然收到错误...
请帮忙:)
谢谢, 夏洛特
【问题讨论】: