New RunLLM response generated: >>>*# Question* Hi...
# runllm-flyte-trial
j
New RunLLM response generated: >>>*# Question* Hi team, I’m running into a “Checkpointing not available” error after recently upgrading flytekit. I’m on flytekit==1.13 and flyte backend 1.13. Verified from the docs here that the usage is correct
Copy code
cp = flytekit.current_context().checkpoint
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/opt/venv/lib/python3.11/site-packages/flytekit/core/context_manager.py", line 262, in checkpoint
        raise NotImplementedError("Checkpointing is not available, please check the version of the platform.")
# Answer The error "Checkpointing is not available" suggests a version mismatch between Flytekit and the Flyte backend. According to the Flyte documentation, checkpointing requires both Flytekit and the Flyte backend to support this feature. Ensure that both Flytekit and the Flyte backend are updated to compatible versions that support checkpointing. Would you like more detailed steps or further assistance? Sources: - Flyte documentation Slack Link https://.slack.com/archives/CP2HDHKE1/p1730493448.135719 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.