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
…36016)
OpenTelemetry and Protobuf 3.22+ have conflicting versions of Abseil, which is causing build errors. This patch disables OpenTelemetry on macOS because Homebrew provides Protobuf 3.22+.
* Closes: #36013
Authored-by: Benjamin Kietzman <bengilgit@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Describe the bug, including details regarding any error messages, version, and platform.
OpenTelemetry and Protobuf have conflicting versions of Abseil, which is causing build errors
These issues have been encountered and addressed in the conda-forge feedstock for opentelemetry, see
Unfortunately, the fix requires a patch to OpenTelemetry so it's not as simple as building
-D WITH_STL=ON
.For now it should be sufficient to disable bundled OpenTelemetry and rely on conda-forge's patch.
@kou @lidavidm
Component(s)
C++
The text was updated successfully, but these errors were encountered: