Re: [Qgis-user] Problem with PROCESSING-GRASS Algorithms

2019-03-04 Thread Claas Leiner
Yes, I had the same problem (Ubuntu 16.04) My Workaroud: Open the file /usr/share/qgis/python/plugins/processing/algs/grass7/Grass7Utils.py and delete every line with: encoding="cp{}".format(Grass7Utils.getWindowsCodePage()) if isWindows() else None, After that I can run Processing-Grass-

Re: [Qgis-user] Problem with PROCESSING-GRASS Algorithms

2019-03-04 Thread Marie Silvestre
Hi, I have the exact same problem. I'm running QGIS 3.4.5 with GRASS 7.6 on Ubuntu 16.04 Xenial (I have reinstalled QGIS from the ubuntugis-ltr repository today). I also tried with QGIS 3.4.4 with GRASS 7.2 on a Debian strech. I have no problem running GRASS in standalone but as soon as I try

[Qgis-user] Problem with PROCESSING-GRASS Algorithms

2019-01-20 Thread Danilo Procaccini
Hi, every time I try to launch algorithms from processing - grass I've this error: 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