Skip to content
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

B3 propagator error when loading entrypoint #1264

Closed
codeboten opened this issue Oct 21, 2020 · 1 comment · Fixed by #1265
Closed

B3 propagator error when loading entrypoint #1264

codeboten opened this issue Oct 21, 2020 · 1 comment · Fixed by #1265
Assignees
Labels
bug Something isn't working

Comments

@codeboten
Copy link
Contributor

The following error occurs when loading the B3 propagator via the environment variable OTEL_PROPAGATORS=b3

ModuleNotFoundError: No module named 'opentelemetry.sdk.trace.propagation.b3_format.B3Format'; 'opentelemetry.sdk.trace.propagation.b3_format' is not a package
@codeboten codeboten added the bug Something isn't working label Oct 21, 2020
@codeboten codeboten self-assigned this Oct 21, 2020
srikanthccv pushed a commit to srikanthccv/opentelemetry-python that referenced this issue Nov 1, 2020
@andreikitaitsev
Copy link

andreikitaitsev commented Jan 31, 2023

I have similar problem in python.
When I try to import
from opentelemetry.sdk.trace.propagation.b3_format import B3Format
I get the following error message:
ModuleNotFoundError: No module named 'opentelemetry.sdk.trace.propagation'

Installed packages:

opentelemetry-api                     1.15.0
opentelemetry-distro                  0.36b0
opentelemetry-instrumentation         0.36b0
opentelemetry-instrumentation-logging 0.36b0
opentelemetry-propagator-b3           1.15.0
opentelemetry-sdk                     1.15.0
opentelemetry-semantic-conventions    0.36b0

Python version:
Python 3.10.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants