You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Protobuf 3.6.1 contains a segmentation fault bug (protocolbuffers/protobuf#2974) that is triggered on Linux hosts while running unit tests.
The bug is fixed in Protobuf 3.7.
In the meantime, 7b323af modified the Pipfile to build the package from source, which means that it will use pure Python for serialization, rather than the faster C++ extension.
The text was updated successfully, but these errors were encountered:
Protobuf 3.6.1 contains a segmentation fault bug (protocolbuffers/protobuf#2974) that is triggered on Linux hosts while running unit tests.
The bug is fixed in Protobuf 3.7.
In the meantime, 7b323af modified the Pipfile to build the package from source, which means that it will use pure Python for serialization, rather than the faster C++ extension.
The text was updated successfully, but these errors were encountered: