Skip to content
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

google.protobuf has no attribute pyext #13300

Closed
risemeup1 opened this issue Jul 13, 2023 · 3 comments
Closed

google.protobuf has no attribute pyext #13300

risemeup1 opened this issue Jul 13, 2023 · 3 comments
Assignees
Labels
inactive Denotes the issue/PR has not seen activity in the last 90 days.

Comments

@risemeup1
Copy link

What version of protobuf and what language are you using?
Version: main/v3.6.0/v3.5.0 etc. (NOTE: please try updating to the latest version of protoc/runtime possible beforehand to attempt to resolve your problem)
3.20.2 3.19.2 3.20.3 both have this problem

Language: C++/Java/Python/C#/Ruby/PHP/Objective-C/Javascript
C++
What operating system (Linux, Windows, ...) and version?
Linux
What runtime / compiler are you using (e.g., python version or gcc version)
gcc
What did you do?
1 import google.protobuf
2 google.protobuf.pyext._message
Steps to reproduce the behavior:
9c910d1d6c32f42fb7d9de6cdb2270c0

What did you expect to see
import google.protobuf
google.protobuf.pyext._message success
What did you see instead?

Make sure you include information that can help us debug (full error message, exception listing, stack trace, logs).

Anything else we should know about your project / environment

@risemeup1 risemeup1 added the untriaged auto added to all issues by default when created. label Jul 13, 2023
@acozzette acozzette removed the untriaged auto added to all issues by default when created. label Jul 14, 2023
@haberman
Copy link
Member

google.protobuf.pyext._message is an internal-only module, as indicated by the leading underscore. It is removed completely in 4.21.x.

Why are you trying to import this module directly?

Copy link

github-actions bot commented Nov 7, 2023

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.

@github-actions github-actions bot added the inactive Denotes the issue/PR has not seen activity in the last 90 days. label Nov 7, 2023
Copy link

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.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
inactive Denotes the issue/PR has not seen activity in the last 90 days.
Projects
None yet
Development

No branches or pull requests

4 participants