[runtime_env] Passing NFS path to runtime_env raises error due to ValueError: ZIP does not support timestamps before 1980 #46379
Labels
bug
Something that is supposed to be working; but isn't
core
Issues that should be addressed in Ray Core
core-runtime-env
Issues related to Ray environment dependencies
P1
Issue that should be fixed within a few weeks
What happened + What you expected to happen
To
ray.init(runtime_env={"working_dir": X})
, pass a path which has timestamps of zero (e.g., 1970). This can happen for NFS mounts often.Ray will raise RuntimeEnvSetupError in:
Versions / Dependencies
Latest Ray
Reproduction script
This could probably be reproduced locally by manually setting the timestamps of a dir to 1970.
Issue Severity
High: It blocks me from completing my task.
The text was updated successfully, but these errors were encountered: