Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

During Installation: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 508: ordinal not in range(128) #11

Open
afrigeri opened this issue Nov 29, 2023 · 0 comments

Comments

@afrigeri
Copy link

Installing ace on GRASS 8.4.0dev (2023) / OSX.

g.extension extension=ace url="https://github.com/actinia-org/ace"

I got:

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant