【发布时间】:2022-07-01 19:02:51
【问题描述】:
尝试在带有 M1 Pro 芯片的 Macbook 上安装 google-cloud-aiplatform,但尝试安装 grpcio 依赖项时卡住了。
我在运行 python 3.9.13 的 Miniforge 环境中运行 pip install google-cloud-aiplatform。
错误跟踪很大,如果需要,我可以编辑以分享更多信息,但最后几行说:
error: legacy-install-failure
× Encountered error while trying to install package.
╰─> grpcio
note: This is an issue with the package mentioned above, not pip.
谢谢
【问题讨论】:
标签: python google-cloud-platform pip apple-m1