jolly-florist-66728
11/01/2024, 8:37 PMcp = 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.