-
-
Notifications
You must be signed in to change notification settings - Fork 327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Python 3.11gettext: unexpected keyword argument 'codeset' #2507
Labels
Milestone
Comments
neteler
changed the title
[Bug]
[Bug] Python 3.11gettext: unexpected keyword argument 'codeset'
Aug 2, 2022
Duplicate of #2538 |
pesekon2
added a commit
that referenced
this issue
Sep 17, 2022
ninsbl
pushed a commit
to ninsbl/grass
that referenced
this issue
Oct 26, 2022
pesekon2
added a commit
that referenced
this issue
Dec 2, 2022
ninsbl
pushed a commit
to ninsbl/grass
that referenced
this issue
Feb 17, 2023
marisn
pushed a commit
to marisn/grass
that referenced
this issue
Jun 2, 2023
neteler
pushed a commit
to nilason/grass
that referenced
this issue
Nov 7, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Using GRASS GIS 8 with Python 3.11 leads to:
Versions used:
Suspected reason:
https://docs.python.org/3.11/whatsnew/3.11.html
The following deprecated functions and methods are removed in the gettext module: lgettext(), ldgettext(), lngettext() and ldngettext().
Function bind_textdomain_codeset(), methods output_charset() and set_output_charset(), and the codeset parameter of functions translation() and install() are also removed, since they are only used for the l*gettext() functions. (Contributed by Dong-hee Na and Serhiy Storchaka in bpo-44235.)
To Reproduce
Steps to reproduce the behavior:
docker run -it --rm fedora:rawhide bash
https://grasswiki.osgeo.org/wiki/Compile_and_Install#GRASS_GIS_8_on_Fedora
Expected behavior
Startup should work as before with Python < 3.11.
The text was updated successfully, but these errors were encountered: