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

python3.13.1 ModuleNotFoundError: No module named 'google.rpc' #750

Open
555chy opened this issue Jan 10, 2025 · 0 comments
Open

python3.13.1 ModuleNotFoundError: No module named 'google.rpc' #750

555chy opened this issue Jan 10, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@555chy
Copy link

555chy commented Jan 10, 2025

F:\python学习笔记\数据库>python my_vanna.py
Traceback (most recent call last):
File "F:\python学习笔记\数据库\my_vanna.py", line 3, in
from vanna.chromadb import ChromaDB_VectorStore
File "D:\software\Python313\Lib\site-packages\vanna\chromadb_init_.py", line 1, in
from .chromadb_vector import ChromaDB_VectorStore
File "D:\software\Python313\Lib\site-packages\vanna\chromadb\chromadb_vector.py", line 4, in
import chromadb
File "D:\software\Python313\Lib\site-packages\chromadb_init_.py", line 6, in
from chromadb.auth.token_authn import TokenTransportHeader
File "D:\software\Python313\Lib\site-packages\chromadb\auth\token_authn_init_.py", line 24, in
from chromadb.telemetry.opentelemetry import (
...<2 lines>...
)
File "D:\software\Python313\Lib\site-packages\chromadb\telemetry\opentelemetry_init_.py", line 13, in
from opentelemetry.exporter.otlp.proto.grpc.trace_exporter import OTLPSpanExporter
File "D:\software\Python313\Lib\site-packages\opentelemetry\exporter\otlp\proto\grpc\trace_exporter_init_.py", line 25, in
from opentelemetry.exporter.otlp.proto.grpc.exporter import ( # noqa: F401
...<4 lines>...
)
File "D:\software\Python313\Lib\site-packages\opentelemetry\exporter\otlp\proto\grpc\exporter.py", line 38, in
from google.rpc.error_details_pb2 import RetryInfo
ModuleNotFoundError: No module named 'google.rpc'

I have already run pip install vanna[chromadb,openai,postgres] successful

@555chy 555chy added the bug Something isn't working label Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant