Skip to content

python3-protobuf: update to 7.35.1. - #62031

Merged
Duncaen merged 1 commit into
void-linux:masterfrom
nazaradeh:update-python3-protobuf-7.35.1-fix-anki
Aug 15, 2026
Merged

python3-protobuf: update to 7.35.1.#62031
Duncaen merged 1 commit into
void-linux:masterfrom
nazaradeh:update-python3-protobuf-7.35.1-fix-anki

Conversation

@nazaradeh

Copy link
Copy Markdown
Contributor

Important notes

  • Closes Anki fails to start #62030
  • The anki package is currently unfunctional. Anki will not run due to python3-protobuf being outdated.
  • I believe the issue started when the protobuf package (separate from python3-protobuf) was updated from 25.2 to 35.1, which updated protoc to 7.35.1. Anki uses the system protoc when building, so newer Anki packages contained protobuf code generated for 7.35.1. However, python3-protobuf remained at 5.29.4, causing a runtime major-version mismatch. Updating python3-protobuf to 7.35.1 brings the compiler and Python runtime back into alignment, which thus also solves the Anki bug.

Testing the changes

  • I tested the changes in this PR: YES
  • Tested by running Anki, which uses this package as a runtime dependency.

Local build testing

  • I built this PR locally for my native architecture, (x86)
  • I built this PR locally for these architectures (if supported. mark crossbuilds):
    • aarch64-musl

@nazaradeh nazaradeh mentioned this pull request Aug 15, 2026
@nazaradeh

Copy link
Copy Markdown
Contributor Author

Vis: @Duncaen, I believe the bug is related to #61947

@Duncaen
Duncaen merged commit ba3c510 into void-linux:master Aug 15, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Anki fails to start

2 participants