-
Notifications
You must be signed in to change notification settings - Fork 687
Inconsistent dependencies in opentelemetry-instrumentation-asyncclick #3441
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
Comments
@roma-frolov right. care to open a PR? |
Please tag me if I can help - happy to open a PR as well. |
yes |
Np I can share a PR. |
I could repro this with opentelemetry-instrumentation-click as well so have included the fix for that on my PR too. |
Describe your environment
OS: MacOS 15.3.2
Python version: Python 3.12.2
Package version: 0.53b1
What happened?
The package uses opentelemetry-instrumentation, but it is not included in the dependencies in pyproject.toml.
This causes an import error:
I think the package is missing the opentelemetry-instrumentation dependency.
Steps to Reproduce
pip install opentelemetry-instrumentation-asyncclick
Expected Result
No errors
Actual Result
ModuleNotFoundError: No module named 'opentelemetry.instrumentation.instrumentor
Additional context
No response
Would you like to implement a fix?
Yes
The text was updated successfully, but these errors were encountered: