jolly-florist-66728
10/29/2024, 5:42 PMfsspec
to 2024.10.0, and was resolved by pinning fsspec
to 2024.9.0.
While it is possible that this is some complex issue within our own environment, the only interaction we saw was with the combination of inter-task Flyte IO and the above fsspec
version.
# Answer
The issue you're experiencing with incomplete write errors when using fsspec
version 2024.10.0 is likely related to compatibility problems introduced in that version. Pinning fsspec
to 2024.9.0 seems to resolve the issue, suggesting that changes in the newer version might be causing the problem. This is consistent with other reported issues where specific fsspec
versions caused errors in Flyte setups, as seen in Flyte Community Discussion and GitHub Issue.
Would you like more details on how to manage fsspec
versions in Flyte projects?
Sources:
- Flyte Community Discussion
- GitHub Issue
Slack Link
https://.slack.com/archives/CP2HDHKE1/p1730223713.923699 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.