尝试在 MacBook Air M1 上安装弹性豆时,使用以下命令:
% ./aws-elastic-beanstalk-cli-setup/scripts/bundled_installer
作为此处显示的指南: https ://github.com/aws/aws-elastic-beanstalk-cli-setup
我收到以下错误:
5. Installing Python 3.7.2. This step may take a few minutes
************************************************************
python-build: use openssl from homebrew
python-build: use readline from homebrew
Downloading Python-3.7.2.tar.xz...
-> https://www.python.org/ftp/python/3.7.2/Python-3.7.2.tar.xz
Installing Python-3.7.2...
python-build: use readline from homebrew
BUILD FAILED (OS X 11.1 using python-build 20180424)
Inspect or clean up the working tree at /var/folders/2v/7tdwpjsd3jzdw75jmp2n5trh0000gn/T/python-build.20201225141032.70517
Results logged to /var/folders/2v/7tdwpjsd3jzdw75jmp2n5trh0000gn/T/python-build.20201225141032.70517.log
Last 10 log lines:
checking size of _Bool... 1
checking size of off_t... 8
checking whether to enable large file support... no
checking size of time_t... 8
checking for pthread_t... yes
checking size of pthread_t... 8
checking size of pthread_key_t... 8
checking whether pthread_key_t is compatible with int... no
configure: error: Unexpected output of 'arch' on OSX
make: *** No targets specified and no makefile found. Stop.
Exiting due to failure
谢谢你的帮忙!!!
原文由 Alberto Blanch 发布,翻译遵循 CC BY-SA 4.0 许可协议
以上都不适合我。我为 Apple Silicon 和 Intel 安装了 brew:
然后从以下位置安装 pyenv:
那行得通
编辑
正如 Cheesus 在评论中指出的那样,似乎唯一要做的就是最后一行: