Azure 函数:失败异常:错误:不支持的区域设置堆栈

Azure functions : Failure Exception: Error: unsupported locale setting Stack

提问人:Anis Smail 提问时间:3/23/2022 更新时间:3/24/2022 访问量:265

问:

在我的代码中的某个时候,我设置了语言环境:

    import locale
    locale.setlocale(locale.LC_ALL, "fr_FR.UTF-8")

当我在azure-functions中运行此代码时,出现以下错误:

Result: Failure Exception: Error: unsupported locale setting

如何配置 azure 函数以支持要使用的区域设置?

python azure-functions

评论


答: 暂无答案