(venv) dougbergh@192 de % brew install aws-sam-cli
Updating Homebrew...
==> Installing aws-sam-cli from aws/tap
==> Downloading https://github.com/awslabs/aws-sam-cli/releases/download/v0.48.0//aws-sam-cli-0.49.0.sierra.bottle.tar.gz
#=#=-# #
curl: (22) The requested URL returned error: 404 Not Found
Error: Failed to download resource "aws-sam-cli"
Download failed: https://github.com/awslabs/aws-sam-cli/releases/download/v0.48.0//aws-sam-cli-0.49.0.sierra.bottle.tar.gz
Warning: Bottle installation failed: building from source.
Error: An exception occurred within a child process:
RuntimeError: /usr/local/opt/gdbm not present or broken
Please reinstall gdbm. Sorry :(
(venv) dougbergh@192 de % python --version
Python 3.8.1我找不到关于安装gdbm...but的任何东西,希望更简单的方法是解决404问题&从瓶子里安装。有什么见解吗?
发布于 2020-05-15 21:53:14
安装程序有问题;请参阅https://github.com/awslabs/aws-sam-cli/issues/1987。可能会有一个修复;在该站点建议一个解决方法。
https://stackoverflow.com/questions/61810372
复制相似问题