- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我按照 Apache 的说明在 MacOS (CPU) 上安装 MxNet for Python:http://mxnet.incubator.apache.org/install/index.html
但是,当我到达终 pip 线
pip install mxnet --pre
我遇到了由于以下错误而退出安装的问题:
awsebcli 3.12.4 has requirement requests<=2.9.1,>=2.6.1, but you'll have requests 2.18.4 which is incompatible.
如果有人能帮我弄清楚发生了什么事,那将非常有帮助。我在装有 High Sierra 和 Python 3.6.5 以及 EB CLI 3.12.4 的 Macbook Pro 上运行此程序
编辑:我尝试使用(按照建议):
pip install requests==2.9.1
然而,它的结果是
awsebcli 3.12.4 has requirement requests<=2.9.1,>=2.6.1, but you'll have requests 2.18.4 which is incompatible.
Installing collected packages: requests
Found existing installation: requests 2.9.1
Uninstalling requests-2.9.1:
Successfully uninstalled requests-2.9.1
Successfully installed requests-2.18.4
这使我无法完成 MxNet 的安装,并且我不确定如何继续。
最佳答案
您的请求
版本似乎高于awsebcli
所需版本。如果适合您,请尝试安装较低版本:
pip install requests==2.9.1
关于python - 由于 awsebcli,使用 pip 安装适用于 python 的 MxNet 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50392646/
开始在我的另一台笔记本电脑上工作,发现其中存储了旧的 EB 凭据。 如何“重置”awsebcli。我希望 eb init 命令要求我指定新的 aws 凭据,但不知道如何操作。 最佳答案 您需要键入此命
我尝试在 Windows 10 上安装 AWS EB CLI,但出现错误。Python版本:3.5 我做了什么: python -m pip install awsebcli 我得到的: ......
“AWS 命令行界面”和“AWS Elastic Beanstalk 命令行界面”有什么区别? 我是否需要同时通过 AWS Elastic Beanstalk 部署 Django 项目? 谢谢!
我第一次尝试将 Django 应用程序部署到 Elastic Beanstalk 上。我一直在学习两个教程 here和 here寻求帮助,但我遇到了教程似乎没有涵盖的问题。 到目前为止,我遵循的步骤是
几个月前,我在 AWS 上使用弹性 beanstalk cli 时没有任何困难。我想更新我的网站并遇到了这个错误: me$ eb status Traceback (most recent call
我按照 Apache 的说明在 MacOS (CPU) 上安装 MxNet for Python:http://mxnet.incubator.apache.org/install/index.htm
我正在尝试在我的 ubuntu 机器上安装 AWS elasticbeanstalk 命令行工具 使用 pip install --upgrade --user awsebcli 安装 但是当我尝试使
我是一名优秀的程序员,十分优秀!