Closed
Description
nipype uses the locale.getdefaultlocale()
function here and here. However, this function was deprecated in Python 3.11 and will be removed in Python 3.13. It should be replaced with either locale.getpreferredencoding()
or locale.getencoding()
.
Metadata
Metadata
Assignees
Labels
No labels