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
Describe the bug
I followed the Tracing and Observability tutorial in the documentation exactly but encountered the following issue:
Traceback (most recent call last):
File "C:\Users\GV631HJ\OneDrive - EY\Desktop\KNF\main.py", line 9, in <module>
from opentelemetry.exporter.otlp.proto.grpc.trace_exporter import OTLPSpanExporter
ModuleNotFoundError: No module named 'opentelemetry.exporter'
I have already installed opentelemetry-sdk package in my Python environment using pip install <package_name> command, and verified its installation with pip show <package_name>, confirming its presence:
What happened?
Describe the bug
I followed the Tracing and Observability tutorial in the documentation exactly but encountered the following issue:
I have already installed
opentelemetry-sdk
package in my Python environment usingpip install <package_name>
command, and verified its installation withpip show <package_name>
, confirming its presence:Despite this, the issue persists!
Expected behavior
By right it should be able to import as stated in the documentation
Screenshots
Additional context
Which packages was the bug in?
Python AgentChat (autogen-agentchat>=0.4.0)
AutoGen library version.
Python 0.5.4
Other library version.
No response
Model used
anthropic.claude-3-7-sonnet-20250219-v1:0
Model provider
AWS Bedrock
Other model provider
No response
Python version
3.11
.NET version
None
Operating system
Windows
The text was updated successfully, but these errors were encountered: