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
I think there might be multiple messages out there with the same names but different path. Probably check if there're duplicates and import the correct one
We triage inactive PRs and issues in order to make it easier to find active work. If this issue should remain active or becomes active again, please add a comment.
This issue is labeled inactive because the last activity was over 90 days ago. This issue will be closed and archived after 14 additional days without activity.
We triage inactive PRs and issues in order to make it easier to find active work. If this issue should remain active or becomes active again, please reopen it.
This issue was closed and archived because there has been no new activity in the 14 days since the inactive label was added.
What version of protobuf and what language are you using?
protobuf / libprotobuf 4.25.3 from conda-forge
What operating system (Linux, Windows, ...) and version?
Linux (Ubuntu 22.04)
What runtime / compiler are you using (e.g., python version or gcc version)
python, tested with multiple versions, 3.9, 3.10, 3.11
What did you do?
Minimal example:
this fails using the latest protozfits from conda, which depends on protobuf 4.25.3, to reproduce:
What did you expect to see
No error, code works.
What did you see instead?
The error posted above.
Anything else we should know about your project / environment
This error happens with the conda package built using conda-forge.
The python bindings code is generated using the protoc cmake integration as the project also interacts with C++ code.
This seems similar to #10040, which was closed with unclear resolution.
The text was updated successfully, but these errors were encountered: