Webservice Render - Python locale

Hello,

I want to use python code like that (pandas) : dataframe.SubscriptionDate.dt.month_name(locale =‘fr_FR’)
It works on my computer but I cannot make it run on render.

Do you know how to make it work via requirements.txt or other manip ?

Thank you

Hi Nicolas,

Our Native Environments have a very limited set of locales to keep the image size down. If you want to set a custom OS-level locale, you’ll likely have to use a Docker environment to install the locale you require.

Best,

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.