You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.
Fetching <ace> from <https://github.com/actinia-org/ace/archive/master.zip>
(be patient)...
Traceback (most recent call last):
File "/Applications/GRASS-8.4.app/Contents/Resources/scripts/g.extension", line 2855, in <module>
sys.exit(main())
^^^^^^
File "/Applications/GRASS-8.4.app/Contents/Resources/scripts/g.extension", line 2835, in main
install_extension(source=source, url=url, xmlurl=xmlurl, branch=branch)
File "/Applications/GRASS-8.4.app/Contents/Resources/scripts/g.extension", line 1197, in install_extension
) = install_extension_std_platforms(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Applications/GRASS-8.4.app/Contents/Resources/scripts/g.extension", line 2000, in install_extension_std_platforms
for line in file:
File "/Applications/GRASS-8.4.app/Contents/Resources/lib/python3.11/fileinput.py", line 251, in __next__
line = self._readline()
^^^^^^^^^^^^^^^^
File "/Applications/GRASS-8.4.app/Contents/Resources/lib/python3.11/fileinput.py", line 372, in _readline
return self._readline()
^^^^^^^^^^^^^^^^
File "/Applications/GRASS-8.4.app/Contents/Resources/lib/python3.11/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 508: ordinal not in range(128)
Tried changing LANG to C or utf-8, but did not work.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Installing ace on GRASS 8.4.0dev (2023) / OSX.
g.extension extension=ace url="https://github.com/actinia-org/ace"
I got:
Tried changing LANG to C or utf-8, but did not work.
The text was updated successfully, but these errors were encountered: