``` File "/tmp/0fcfd383-41f6-40c6-93f4-7fd5515930...
# ask-community
a
Copy code
File "/tmp/0fcfd383-41f6-40c6-93f4-7fd5515930aa/dependencies.zip/prefect/__init__.py", line 37, in <module>
  File "/tmp/0fcfd383-41f6-40c6-93f4-7fd5515930aa/dependencies.zip/prefect/runner/__init__.py", line 1, in <module>
  File "/tmp/0fcfd383-41f6-40c6-93f4-7fd5515930aa/dependencies.zip/prefect/runner/runner.py", line 52, in <module>
  File "/tmp/0fcfd383-41f6-40c6-93f4-7fd5515930aa/dependencies.zip/pendulum/__init__.py", line 26, in <module>
  File "/tmp/0fcfd383-41f6-40c6-93f4-7fd5515930aa/dependencies.zip/pendulum/date.py", line 22, in <module>
  File "/tmp/0fcfd383-41f6-40c6-93f4-7fd5515930aa/dependencies.zip/pendulum/exceptions.py", line 1, in <module>
  File "/tmp/0fcfd383-41f6-40c6-93f4-7fd5515930aa/dependencies.zip/pendulum/parsing/__init__.py", line 23, in <module>
  File "/tmp/0fcfd383-41f6-40c6-93f4-7fd5515930aa/dependencies.zip/pendulum/parsing/iso8601.py", line 11, in <module>
  File "/tmp/0fcfd383-41f6-40c6-93f4-7fd5515930aa/dependencies.zip/pendulum/helpers.py", line 54, in <module>
  File "/tmp/0fcfd383-41f6-40c6-93f4-7fd5515930aa/dependencies.zip/pendulum/formatting/difference_formatter.py", line 16, in __init__
  File "/tmp/0fcfd383-41f6-40c6-93f4-7fd5515930aa/dependencies.zip/pendulum/locales/locale.py", line 42, in load
    """
ValueError: Locale [en] does not exist.
has anyone encountered this issue with pendulum. I am running a prefect flow that starts a dataproc pyspark job and this is what the dataproc Job is erroring on
n
🧐 do you mind sharing your
prefect version
output? or what version you are running when that trace is produced