-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
protobuf version issue #139
Comments
Any news about this? |
I've downgraded the protobuf package as a quick fix for this issue. However, I assume it will be beneficial to regenerate our protos so that we're compatible with the latest version of the library. That being said, I don't know how to do this? Can anyone here provide some insight? |
I guess an update on Anki would bypass the issue? By "regenerate our protos" it will mean use a protobuf compiler protoc to compile .proto files to python file,this would introduce a lot of complexity. Edit: Yet this also introduce new problems due to the update.I just now tested,it fails to sync |
After installing python packages in 'requirements.txt' then running
python -m ankisyncd
I get this error:Downgrading the
protobuf
package as directed does fix it but I'm not sure if that's the most appropriate solution or if I'm missing something?The text was updated successfully, but these errors were encountered: