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
When I try to run hello-world, it prompts that the google package is missing.
python ./usr/local/lib/python3.9/site-packages/milvus/examples/hello_milvus.py
File "//./usr/local/lib/python3.9/site-packages/milvus/examples/hello_milvus.py", line 13, in<module>
from pymilvus import (
File "/usr/local/lib/python3.9/site-packages/pymilvus/__init__.py", line 13, in<module>
from .client.stub import Milvus
File "/usr/local/lib/python3.9/site-packages/pymilvus/client/stub.py", line 3, in<module>
from .grpc_handler import GrpcHandler
File "/usr/local/lib/python3.9/site-packages/pymilvus/client/grpc_handler.py", line 12, in<module>
from ..grpc_gen import milvus_pb2_grpc
File "/usr/local/lib/python3.9/site-packages/pymilvus/grpc_gen/milvus_pb2_grpc.py", line 5, in<module>
from . import common_pb2 as common__pb2
File "/usr/local/lib/python3.9/site-packages/pymilvus/grpc_gen/common_pb2.py", line 5, in<module>
from google.protobuf.internal import enum_type_wrapper
ModuleNotFoundError: No module named 'google'
The text was updated successfully, but these errors were encountered:
I tried to complete the installation of the base package using the command below
When I try to run hello-world, it prompts that the
google
package is missing.The text was updated successfully, but these errors were encountered: