Python 3.10.9 Mac m1 无法安装grpc的解决办法

pip install airavata-mft-cli  

 python3.10 -m venv venv

source venv/bin/activate

pip install grpcio==1.47.0rc1

 pip install grpcio-tools==1.47.0rc1

然后就成了

python -m grpc_tools.protoc -I --python_out=. --grpc_python_out=. message.proto

参考文章:
 

gRPC installation in macs with arm64e (M1/M2) · Issue #71 · apache/airavata-mft · GitHub 

(主要是这片文章)

后面的这个假装看看吧。

[Python][macOS] 3.10 wheel is mislabeled as universal2 · Issue #28387 · grpc/grpc · GitHub

你可能感兴趣的:(macos,python,开发语言)