-
Notifications
You must be signed in to change notification settings - Fork 635
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
PIP opentelemetry-api 1.10a0 conflicts with opentelemetry-instrumentation #1910
Labels
bug
Something isn't working
Comments
Hi thanks for reporting this. A couple of things:
|
Thank you very much for the reply!
pt., 11 cze 2021, 18:47 użytkownik Leighton Chen ***@***.***>
napisał:
… Hi thanks for reporting this. A couple of things:
1. The 1.1.0a.0 versions of opentelemetry-api and opentelemetry-sdk
are in alpha and are not meant to be experimented with other packages.
2. With that being said, we will probably release an alpha version of
dependencies like opentelemetry-instrumentation so you don't get
conflicts like these,
3. The metrics features and classes present in the 1.10a.0 release are
actually outdated. We are currently working on a new metrics api/sdk (
#1887
<#1887>) so
you may want to hold off on experimenting with the alpha release.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1910 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADWSR4XEWUCWBV7ILLRFHLTSI4Z7ANCNFSM46RASYQA>
.
|
@pjachowi |
I think this issue can be closed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe your environment
Python 3.8.5
system='Linux', node='XXXXXXXXX', release='5.8.0-55-generic', version='#62~20.04.1-Ubuntu SMP Wed Jun 2 08:55:04 UTC 2021', machine='x86_64', processor='x86_64'
Steps to reproduce
What is the expected behavior?
pip3 install finishes successfully
What is the actual behavior?
pip3 install finishes with error
Additional context
In my project I use
opentelemetry-instrumentation-grpc
. When I tried latest version of experimental metrics, included inopentelemetry-api 1.10a0
, I got conflicting requirements.The text was updated successfully, but these errors were encountered: