首页 > 解决方案 > 解决与 urllib3 的冲突以在 Macos 上使用 anaconda 安装 AWS 弹性 beanstalk CLI?

问题描述

我正在尝试使用为 aws elastic beanstalk 安装 cli,conda install -c davidbgonzalez awsebcli但我一直遇到此错误:

/Users/deepak/.local/lib/python2.7/site-packages/requests/__init__.py:80: RequestsDependencyWarning: urllib3 (1.23) or chardet (3.0.4) doesn't match a supported version!
  RequestsDependencyWarning)
Solving environment: failed

UnsatisfiableError: The following specifications were found to be in conflict:
  - awsebcli
  - urllib3
Use "conda info <package>" to see the dependencies for each package.

现在这个错误出现在许多库中——不仅仅是 urllib3;但是对于每一个我都可以通过使用conda uninstallor来解决的问题pip install --upgrade。但是,对于 urllib3,如果我卸载,conda 命令本身不起作用,因为它说找不到请求包,如果我更新 urllib3- 它没有区别,冲突仍然存在,我无法继续我的 awsebcli 安装。

帮助?

PS:我使用带有 conda 4.5.9 安装的 MacOS 和 python 2.7.14。我尝试了 pip install awsebcli- 并且它安装正确,但我无法找到可执行文件,因此不确定如何将其包含到“$PATH”变量中。所以,我猜我需要使用 conda install ,因为这是我在任何地方都使用的主要 python。

更新:这是结果conda info urllib3

/Users/deepak/.local/lib/python2.7/site-packages/requests/__init__.py:80: RequestsDependencyWarning: urllib3 (1.23) or chardet (3.0.4) doesn't match a supported version!
  RequestsDependencyWarning)

urllib3 1.21.1 py27_0
---------------------
file name   : urllib3-1.21.1-py27_0.tar.bz2
name        : urllib3
version     : 1.21.1
build string: py27_0
build number: 0
channel     : https://repo.anaconda.com/pkgs/free/osx-64
size        : 151 KB
arch        : x86_64
constrains  : ()
date        : 2017-06-21
license     : MIT
license_family: MIT
md5         : 57332c18a93a2d82131212d52a0bafbf
platform    : darwin
subdir      : osx-64
url         : https://repo.anaconda.com/pkgs/free/osx-64/urllib3-1.21.1-py27_0.tar.bz2
dependencies:
    certifi
    cryptography >=1.3.4
    idna >=2.0.0
    ipaddress
    pyopenssl >=0.14
    pysocks >=1.5.6,<2.0,!=1.5.7
    python 2.7*

urllib3 1.21.1 py36_0
---------------------
file name   : urllib3-1.21.1-py36_0.tar.bz2
name        : urllib3
version     : 1.21.1
build string: py36_0
build number: 0
channel     : https://repo.anaconda.com/pkgs/free/osx-64
size        : 153 KB
arch        : x86_64
constrains  : ()
date        : 2017-06-21
license     : MIT
license_family: MIT
md5         : 676e7d5b7366f2636edde60a528dbb22
platform    : darwin
subdir      : osx-64
url         : https://repo.anaconda.com/pkgs/free/osx-64/urllib3-1.21.1-py36_0.tar.bz2
dependencies:
    certifi
    cryptography >=1.3.4
    idna >=2.0.0
    pyopenssl >=0.14
    pysocks >=1.5.6,<2.0,!=1.5.7
    python 3.6*

urllib3 1.21.1 py35_0
---------------------
file name   : urllib3-1.21.1-py35_0.tar.bz2
name        : urllib3
version     : 1.21.1
build string: py35_0
build number: 0
channel     : https://repo.anaconda.com/pkgs/free/osx-64
size        : 154 KB
arch        : x86_64
constrains  : ()
date        : 2017-06-21
license     : MIT
license_family: MIT
md5         : 1c5e2fdfed928117f86c0a89c0b97b19
platform    : darwin
subdir      : osx-64
url         : https://repo.anaconda.com/pkgs/free/osx-64/urllib3-1.21.1-py35_0.tar.bz2
dependencies:
    certifi
    cryptography >=1.3.4
    idna >=2.0.0
    pyopenssl >=0.14
    pysocks >=1.5.6,<2.0,!=1.5.7
    python 3.5*

urllib3 1.23 py35_0
-------------------
file name   : urllib3-1.23-py35_0.tar.bz2
name        : urllib3
version     : 1.23
build string: py35_0
build number: 0
channel     : https://repo.anaconda.com/pkgs/main/osx-64
size        : 152 KB
arch        : None
constrains  : ()
license     : MIT
license_family: MIT
md5         : 7e349638ccb5faad1b2f4378657e969f
platform    : None
subdir      : osx-64
timestamp   : 1529348179047
url         : https://repo.anaconda.com/pkgs/main/osx-64/urllib3-1.23-py35_0.tar.bz2
dependencies:
    certifi
    cryptography >=1.3.4
    idna >=2.0.0
    pyopenssl >=0.14
    pysocks >=1.5.6,<2.0,!=1.5.7
    python >=3.5,<3.6.0a0

urllib3 1.23 py27_0
-------------------
file name   : urllib3-1.23-py27_0.tar.bz2
name        : urllib3
version     : 1.23
build string: py27_0
build number: 0
channel     : https://repo.anaconda.com/pkgs/main/osx-64
size        : 150 KB
arch        : None
constrains  : ()
license     : MIT
license_family: MIT
md5         : 10fa8961318553993367293d607cd870
platform    : None
subdir      : osx-64
timestamp   : 1529348370587
url         : https://repo.anaconda.com/pkgs/main/osx-64/urllib3-1.23-py27_0.tar.bz2
dependencies:
    certifi
    cryptography >=1.3.4
    idna >=2.0.0
    ipaddress
    pyopenssl >=0.14
    pysocks >=1.5.6,<2.0,!=1.5.7
    python >=2.7,<2.8.0a0

urllib3 1.22 py35he002d57_0
---------------------------
file name   : urllib3-1.22-py35he002d57_0.tar.bz2
name        : urllib3
version     : 1.22
build string: py35he002d57_0
build number: 0
channel     : https://repo.anaconda.com/pkgs/main/osx-64
size        : 156 KB
arch        : None
constrains  : ()
license     : MIT
license_family: MIT
md5         : caf79d85b6ad4c487988886198b7ad36
platform    : None
subdir      : osx-64
timestamp   : 1505923648539
url         : https://repo.anaconda.com/pkgs/main/osx-64/urllib3-1.22-py35he002d57_0.tar.bz2
dependencies:
    certifi
    cryptography >=1.3.4
    idna >=2.0.0
    pyopenssl >=0.14
    pysocks >=1.5.6,<2.0,!=1.5.7
    python >=3.5,<3.6.0a0

urllib3 1.23 py36_0
-------------------
file name   : urllib3-1.23-py36_0.tar.bz2
name        : urllib3
version     : 1.23
build string: py36_0
build number: 0
channel     : https://repo.anaconda.com/pkgs/main/osx-64
size        : 152 KB
arch        : None
constrains  : ()
license     : MIT
license_family: MIT
md5         : f582f82965d2bbdd0ac3b5b034ee2af4
platform    : None
subdir      : osx-64
timestamp   : 1529348338677
url         : https://repo.anaconda.com/pkgs/main/osx-64/urllib3-1.23-py36_0.tar.bz2
dependencies:
    certifi
    cryptography >=1.3.4
    idna >=2.0.0
    pyopenssl >=0.14
    pysocks >=1.5.6,<2.0,!=1.5.7
    python >=3.6,<3.7.0a0

urllib3 1.23 py37_0
-------------------
file name   : urllib3-1.23-py37_0.tar.bz2
name        : urllib3
version     : 1.23
build string: py37_0
build number: 0
channel     : https://repo.anaconda.com/pkgs/main/osx-64
size        : 152 KB
arch        : None
constrains  : ()
license     : MIT
license_family: MIT
md5         : 3cf975556522788681a2c6caf7a955ae
platform    : None
subdir      : osx-64
timestamp   : 1530723151837
url         : https://repo.anaconda.com/pkgs/main/osx-64/urllib3-1.23-py37_0.tar.bz2
dependencies:
    certifi
    cryptography >=1.3.4
    idna >=2.0.0
    pyopenssl >=0.14
    pysocks >=1.5.6,<2.0,!=1.5.7
    python >=3.7,<3.8.0a0

urllib3 1.22 py27hc3787e9_0
---------------------------
file name   : urllib3-1.22-py27hc3787e9_0.tar.bz2
name        : urllib3
version     : 1.22
build string: py27hc3787e9_0
build number: 0
channel     : https://repo.anaconda.com/pkgs/main/osx-64
size        : 153 KB
arch        : None
constrains  : ()
license     : MIT
license_family: MIT
md5         : 5c91bc08e0a7c2cf3726fea8bc6c504e
platform    : None
subdir      : osx-64
timestamp   : 1505923615525
url         : https://repo.anaconda.com/pkgs/main/osx-64/urllib3-1.22-py27hc3787e9_0.tar.bz2
dependencies:
    certifi
    cryptography >=1.3.4
    idna >=2.0.0
    ipaddress
    pyopenssl >=0.14
    pysocks >=1.5.6,<2.0,!=1.5.7
    python >=2.7,<2.8.0a0

urllib3 1.22 py36h68b9469_0
---------------------------
file name   : urllib3-1.22-py36h68b9469_0.tar.bz2
name        : urllib3
version     : 1.22
build string: py36h68b9469_0
build number: 0
channel     : https://repo.anaconda.com/pkgs/main/osx-64
size        : 155 KB
arch        : None
constrains  : ()
license     : MIT
license_family: MIT
md5         : 603417ae48ed5fa80d809dfb91c47f55
platform    : None
subdir      : osx-64
timestamp   : 1505923681524
url         : https://repo.anaconda.com/pkgs/main/osx-64/urllib3-1.22-py36h68b9469_0.tar.bz2
dependencies:
    certifi
    cryptography >=1.3.4
    idna >=2.0.0
    pyopenssl >=0.14
    pysocks >=1.5.6,<2.0,!=1.5.7
    python >=3.6,<3.7.0a0

我使用 pip uninstall 卸载了密码学和 idna,但冲突没有发生 - 我在conda install -c davidbgonzalez awsebcli.

这里有什么问题?

标签: pythonmacosamazon-elastic-beanstalkconda

解决方案


可能是urllib3您的condalib 目录中已经有一个。您在尝试安装urlliub3之前尝试过卸载awsebcli吗?

无论如何,官方不支持安装awsebcli使用。此外,安装了差不多2岁的版本。condaconda install -c davidbgonzalez awsebcliawsebcli

我尝试了 pip install awsebcli- 并且它安装正确,但我无法找到可执行文件,因此不确定如何包含它......

你是安装成的sudo吗?如果是这样,它会使您的用户无法读取它(因为它不在您的路径中)。这是一个常见的陷阱。我建议使用virtualenv 以pip获得最明智的体验。让我知道这个是否奏效。


推荐阅读