-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
python312Packages.opentelemetry-proto: fix protobuf
version
#348738
Conversation
c6fae6d
to
d7a78f4
Compare
|
:') |
Oh boy... what should we do to fix this? |
I asked chat gpt and he told me |
pkgs/development/python-modules/opentelemetry-proto/default.nix
Outdated
Show resolved
Hide resolved
I haven't looked, but could you use this patch? open-telemetry/opentelemetry-python#4206 |
It requires protobuf <5.0 and >=3.19, therefore setting the `protobuf` dependency to `protobuf4`.
d7a78f4
to
cd72fbd
Compare
There's ~20 commits there, can I use the PR diff URL ? https://patch-diff.githubusercontent.com/raw/open-telemetry/opentelemetry-python/pull/4206.diff |
We can use this commit since it has already been merged. |
This comment was marked as outdated.
This comment was marked as outdated.
There is already a commit to fix this python issue in 'staging' right now: 090f644 |
Thanks... it's going to be fixed in 2 weeks then? Is there a way to fix this earlier? |
Sorry, no. |
Fair enough, closing this. |
opentelemetry-proto
requiresprotobuf
<5.0 and >=3.19, therefore setting theprotobuf
dependency toprotobuf4
.Issue introduced in #338885
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.