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
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
The text was updated successfully, but these errors were encountered:
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]
successfulThe text was updated successfully, but these errors were encountered: