ModuleNotFoundError: No module named opentelemetry w/ manual tracing #11251
Unanswered
agardnerIT
asked this question in
Q&A
Replies: 1 comment
-
This seems entirely unrelated to pytest itself - pytest knows nothing about opentelemetry or Thus converting to a discussion. If I had to guess, your |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
Running
python -m pytest --export-traces
(without any OTEL code in myapp.py
) works perfectly.After I add manual tracing code to my app.py,
python -m pytest --export-traces
fails with the error:OS
Win11
Python Version
requirements.txt
The Code
app.py
app_test.py
Beta Was this translation helpful? Give feedback.
All reactions