Dear Grass community, I´m using wingrass 7.8.5 (daily, mainly to process and analyze raster DEM). No new issues to report in my daily task. But if I try to install i.fusion.hpf, as Helmut suggested, I obtain the following error message. I hope it is useful. Best regards
Downloading precompiled GRASS Addons <i.fusion.hpf>... Fetching <i.fusion.hpf> from < http://wingrass.fsv.cvut.cz/grass78/x86_64/addons/grass-7.8.5/i.fusion.hpf.zip> (be patient)... Traceback (most recent call last): File "C:\OSGeo4W64\apps\grass\grass78/scripts/g.extension.py", line 2350, in <module> sys.exit(main()) File "C:\OSGeo4W64\apps\grass\grass78/scripts/g.extension.py", line 2330, in main install_extension(source=source, url=url, xmlurl=xmlurl, branch=branch) File "C:\OSGeo4W64\apps\grass\grass78/scripts/g.extension.py", line 871, in install_extension ret1, new_modules_ext, new_files_ext = install_extension_win(extension) File "C:\OSGeo4W64\apps\grass\grass78/scripts/g.extension.py", line 1259, in install_extension_win for line in file: File "C:\OSGeo4W64\apps\Python37\lib\fileinput.py", line 252, in __next__ line = self._readline() File "C:\OSGeo4W64\apps\Python37\lib\fileinput.py", line 366, in _readline return self._readline() File "C:\OSGeo4W64\apps\Python37\lib\encodings\cp1252.py", line 23, in decode return codecs.charmap_decode(input,self.errors,decoding_table)[0] UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 401: character maps to <undefined> El jue, 6 de may. de 2021 a la(s) 17:27, Helmut Kudrnovsky ([email protected]) escribió: > mail below was sent on Wed Apr 14 2021 => no reaction, no one a minute to > test? > > if no one of the community has a minute to test winGRASS, then I guess > it's time to propose to the PSC dropping winGRASS at all.... > > kind regards > Helmut > > > ----------------------------------------------------------------------------------------------- > dear GRASS GIS community, > > testing of winGRASS is a important piece of puzzle to guarantee a stable > and useable software on the MS windows platform in the future. > > For this, we would need the help of the community now. :-) > > background is an _error in g.extension while installing i.fusion.hpf in > windows_ > > some more information > > https://github.com/OSGeo/grass/issues/1477 > https://github.com/OSGeo/grass/pull/1496 > > it's an encoding issue while opening files via python. > > a possible solution may be set PYTHONUTF8=1 as environment variable. > > and a way how you could help, just add > > set PYTHONUTF8=1 > > in C:\OSGeo4W64\apps\grass\grass79\etc\env.bat just before GRASS_PYTHON is > set. (or in the same file in the standalone winGRASS installation). > > it would look like: > > [...] > set PYTHONUTF8=1 > set GRASS_PYTHON=%OSGEO4W_ROOT%\bin\python3.exe > [...] > > and then happy GRASS GIS working :-) and report back if there are any > issues in your daily winGRASS work. > > kind regards > Helmut > _______________________________________________ > grass-user mailing list > [email protected] > https://lists.osgeo.org/mailman/listinfo/grass-user >
_______________________________________________ grass-user mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/grass-user
