Skip to content

Missing pip install open-telemetry step in python tutorial - Add user authentication #176

@MastafaF

Description

@MastafaF

Tutorial: https://learn.microsoft.com/en-us/graph/tutorials/python?tabs=aad&tutorial-step=3

When running, last command, there is an error message explaining that open-telemetry is not installed.

To solve this problem, add the following pip installs:

pip install opentelemetry-api
pip install opentelemetry-sdk

I suggest adding that somewhere in the documentation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions