I'm getting random "socket operation on non-socket" errors from gRPC.
How to fix the error when I install PyMilvus on Windows?
Make sure to set the environment variable GRPC_ENABLE_FORK_SUPPORT=1. For reference, see this post.
GRPC_ENABLE_FORK_SUPPORT=1
Try installing PyMilvus in a Conda environment.
Section author: Yangxuan@milvus