Skip to content

ImportError: cannot import name 'runtime_version' from 'google.protobuf' #103

Description

@linuzzx
❯ votify liked-tracks
Traceback (most recent call last):
  File "~/.venv/bin/votify", line 4, in <module>
    from votify.cli.cli import main
  File "~/.venv/lib/python3.14/site-packages/votify/cli/cli.py", line 11, in <module>
    from ..api.api import SpotifyApi
  File "~/.venv/lib/python3.14/site-packages/votify/api/__init__.py", line 1, in <module>
    from .api import *
  File "~/.venv/lib/python3.14/site-packages/votify/api/api.py", line 36, in <module>
    from .proto.extendedmetadata_pb2 import BatchedEntityRequest, BatchedExtensionResponse
  File "~/.venv/lib/python3.14/site-packages/votify/api/proto/extendedmetadata_pb2.py", line 9, in <module>
    from google.protobuf import runtime_version as _runtime_version
ImportError: cannot import name 'runtime_version' from 'google.protobuf' (~/.venv/lib/python3.14/site-packages/google/protobuf/__init__.py)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions