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

Python SyntaxError in google/protobuf/service.py in 5.29.0 #19452

Closed
Avasam opened this issue Dec 1, 2024 · 1 comment
Closed

Python SyntaxError in google/protobuf/service.py in 5.29.0 #19452

Avasam opened this issue Dec 1, 2024 · 1 comment
Labels
untriaged auto added to all issues by default when created.

Comments

@Avasam
Copy link

Avasam commented Dec 1, 2024

What version of protobuf and what language are you using?
Version: 5.29.0
Language: Python

What operating system (Linux, Windows, ...) and version?
Windows

What runtime / compiler are you using (e.g., python version or gcc version)
Python 3.11.10

What did you do?

  1. python -m pip install protobuf==5.29
  2. python -c 'import google.protobuf.service'

What did you expect to see
Nothing / No error

What did you see instead?

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "E:\Users\Avasam\Documents\Git\typeshed\.venv\Lib\site-packages\google\protobuf\service.py", line 78
    raise NotImplementedError
                             ^
IndentationError: unindent does not match any outer indentation level

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

@Avasam Avasam added the untriaged auto added to all issues by default when created. label Dec 1, 2024
@Avasam
Copy link
Author

Avasam commented Dec 1, 2024

I searched for SyntaxError but didn't find anything (because it's an IndentationError). But this issue already exists, oops! #19430

@Avasam Avasam closed this as completed Dec 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
untriaged auto added to all issues by default when created.
Projects
None yet
Development

No branches or pull requests

1 participant