Bug report #20886

Updated by Jürgen Fischer about 5 years ago

qgis version: 3.4.3
OS: debian stretch
Log:

<pre>
Traceback (most recent call last):
File "/usr/share/qgis/python/plugins/processing/algs/grass7/Grass7Algorithm.py", line 413, in processAlgorithm
Grass7Utils.executeGrass(self.commands, feedback, self.outputCommands)
File "/usr/share/qgis/python/plugins/processing/algs/grass7/Grass7Utils.py", line 416, in executeGrass
startupinfo=si if isWindows() else None
TypeError: __init__() got an unexpected keyword argument 'encoding'

Execution failed after 1.13 seconds
</pre>


then I remove the encoding parameter in /usr/share/qgis/python/plugins/processing/algs/grass7/Grass7Utils.py, at line 416 and line 372, it works fine.
The problem does not exist on windows.

Back