atu*_*100 5 python macos python-poetry macos-big-sur
我使用的是 macOS BigSur 11.1、poetry 1.1.4 和 python 3.8.6。在我的诗歌项目中,我尝试运行poetry add grpcio,但EnvCommandError运行几分钟后会产生令人难以置信的长输出。
我怎样才能解决这个问题?
感谢您的任何帮助!
小智 5
您可以尝试设置export GRPC_PYTHON_BUILD_SYSTEM_ZLIB=true
https://bleepcoder.com/fr/grpc/737099678/grpc-does-not-compile-on-mac-os-catalina-10-15-6-big-sur-11
它对我有用。