potiuk commented on issue #35307:
URL: https://github.com/apache/airflow/issues/35307#issuecomment-1788073199

   Yes. It's very likely about old version and pendulum. Unfortunately beam is 
rather tightly pinning dill: 
   
   
https://github.com/apache/beam/blob/16fee7505e35e402cc28a55384c81fef64ead254/sdks/python/setup.py#L265
   
             # Dill doesn't have forwards-compatibility guarantees within minor
             # version. Pickles created with a new version of dill may not 
unpickle
             # using older version of dill. It is best to use the same version 
of
             # dill on client and server, therefore list of allowed versions is
             # very narrow. See: 
https://github.com/uqfoundation/dill/issues/341.
             'dill>=0.3.1.1,<0.3.2',
   
   
   And yes  0.3.7 is the first one that has 3.11 support. 
   
   bad news 0.3.7 does not solve it either :( 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to