Hello list,
A student is getting the following error when trying to install i.fusion.hpf
C:>g.extension extension=i.fusion.hpf
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:\OSGEO4~1\apps\grass\grass78/scripts/g.extension.py”, line 2350, in
sys.exit(main())
File “C:\OSGEO4~1\apps\grass\grass78/scripts/g.extension.py”, line 2330, in main
install_extension(source=source, url=url, xmlurl=xmlurl, branch=branch)
File “C:\OSGEO4~1\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:\OSGEO4~1\apps\grass\grass78/scripts/g.extension.py”, line 1259, in install_extension_win
for line in file:
File “C:\OSGEO4~1\apps\Python37\lib\fileinput.py”, line 252, in next
line = self._readline()
File “C:\OSGEO4~1\apps\Python37\lib\fileinput.py”, line 366, in _readline
return self._readline()
File “C:\OSGEO4~1\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
Here his settings:
Versión de GRASS: 7.8.5
Code revision: 2b6ab2893
Fecha de compilación: 2020-12-21
Construir plataforma: x86_64-w64-mingw32
GDAL: 3.1.4
PROJ: 6.3.2
GEOS: 3.8.1
SQLite: 3.29.0
Python: 3.7.0
wxPython: 4.0.7
Plataforma: Windows-10-10.0.19041-SP0 (OSGeo4W)
Any ideas?? He can install other extensions without problems.
Thanks in advance
Vero