Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Conversation

lukeshingles
Copy link
Contributor

@lukeshingles lukeshingles commented Apr 27, 2025

The existing version (0.0.3) of sccache-action uses a decommissioned version of the GitHub cache action.

Error seen in #134.

(REVERTED: Will not be needed after polars dep is updated to 0.47 is on main, #137) Also restricted python polars version <1.22 in example/extend_polars_python_dispatch/requirements.txt to work around incompatibility until the next rust polars release. Error was:

    print(lazy_parallel_jaccard(df.lazy(), "list_a", "list_b").collect())
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: BindingsError: "Error when deserializing LazyFrame. This may be due to mismatched polars versions. invalid value: integer `1598837572`, expected variant index 0 <= i < 18"```

@lukeshingles
Copy link
Contributor Author

Fixed in #141.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant