首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >在cygwin抛出错误中未安装Aws cli

在cygwin抛出错误中未安装Aws cli
EN

Stack Overflow用户
提问于 2022-08-17 01:50:53
回答 1查看 83关注 0票数 0

这些是错误的详细信息。试图通过pip安装awscli。也尝试过wget方法。

代码语言:javascript
运行
复制
$ pip install awscli
 Collecting awscli
Using cached awscli-1.25.53-py3-none-any.whl (3.9 MB)
Collecting PyYAML<5.5,>=3.10
Using cached PyYAML-5.4.1.tar.gz (175 kB)
  0 [main] python 2066 child_copy: stack write copy failed, 0xFFFF5480..0x100000000, done 4294923504, windows pid 16392, Win32 error 5
                                                         5496 [main] python 2066 dofork: child 
 2067 - pid 11768, exitval 0x103, errno 11
                                                          ERROR: Error [Errno 11] Resource 
 temporarily unavailable while executing command pip subprocess to install build dependencies
 Installing build dependencies ... error
 ERROR: Could not install packages due to an OSError: [Errno 11] Resource temporarily unavailable

任何帮助都将不胜感激。

EN

回答 1

Stack Overflow用户

发布于 2022-08-17 03:21:19

来自安装或更新AWS CLI - AWS命令行接口的最新版本

代码语言:javascript
运行
复制
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/73382072

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档