Pip install keystonemiddleware

1 개요[ | ]

ImportError: No module named keystonemiddleware
pip install keystonemiddleware
root@zetawiki:~# pip install keystonemiddleware
Collecting keystonemiddleware
  Downloading keystonemiddleware-4.21.0-py2.py3-none-any.whl (124kB)
    100% |████████████████████████████████| 133kB 1.4MB/s 
Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python2.7/dist-packages (from keystonemiddleware)
Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python2.7/dist-packages (from keystonemiddleware)
Collecting pycadf!=2.0.0,>=1.1.0 (from keystonemiddleware)
  Downloading pycadf-2.6.0-py2-none-any.whl
Requirement already satisfied: six>=1.10.0 in /usr/lib/python2.7/dist-packages (from keystonemiddleware)
Collecting oslo.cache>=1.26.0 (from keystonemiddleware)
  Downloading oslo.cache-1.28.0-py2.py3-none-any.whl (55kB)
    100% |████████████████████████████████| 61kB 1.9MB/s 
Collecting python-keystoneclient>=3.8.0 (from keystonemiddleware)
  Downloading python_keystoneclient-3.14.0-py2.py3-none-any.whl (372kB)
    100% |████████████████████████████████| 378kB 1.1MB/s 
Collecting keystoneauth1>=3.3.0 (from keystonemiddleware)
  Downloading keystoneauth1-3.3.0-py2.py3-none-any.whl (279kB)
    100% |████████████████████████████████| 286kB 1.3MB/s 
Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python2.7/dist-packages (from keystonemiddleware)
Requirement already satisfied: oslo.context>=2.19.2 in /usr/local/lib/python2.7/dist-packages (from keystonemiddleware)
Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python2.7/dist-packages (from keystonemiddleware)
Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python2.7/dist-packages (from keystonemiddleware)
Requirement already satisfied: oslo.config>=5.1.0 in /usr/local/lib/python2.7/dist-packages (from keystonemiddleware)
Requirement already satisfied: oslo.log>=3.30.0 in /usr/local/lib/python2.7/dist-packages (from keystonemiddleware)
Requirement already satisfied: oslo.utils>=3.31.0 in /usr/local/lib/python2.7/dist-packages (from keystonemiddleware)
Requirement already satisfied: urllib3<1.23,>=1.21.1 in /usr/local/lib/python2.7/dist-packages (from requests>=2.14.2->keystonemiddleware)
Requirement already satisfied: idna<2.7,>=2.5 in /usr/local/lib/python2.7/dist-packages (from requests>=2.14.2->keystonemiddleware)
Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/local/lib/python2.7/dist-packages (from requests>=2.14.2->keystonemiddleware)
Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python2.7/dist-packages (from requests>=2.14.2->keystonemiddleware)
Requirement already satisfied: pytz>=2013.6 in /usr/lib/python2.7/dist-packages (from pycadf!=2.0.0,>=1.1.0->keystonemiddleware)
Requirement already satisfied: debtcollector>=1.2.0 in /usr/lib/python2.7/dist-packages (from pycadf!=2.0.0,>=1.1.0->keystonemiddleware)
Collecting dogpile.cache>=0.6.2 (from oslo.cache>=1.26.0->keystonemiddleware)
  Downloading dogpile.cache-0.6.4.tar.gz (315kB)
    100% |████████████████████████████████| 317kB 1.5MB/s 
Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python2.7/dist-packages (from python-keystoneclient>=3.8.0->keystonemiddleware)
Requirement already satisfied: iso8601>=0.1.11 in /usr/lib/python2.7/dist-packages (from keystoneauth1>=3.3.0->keystonemiddleware)
Requirement already satisfied: Babel!=2.4.0,>=2.3.4 in /usr/local/lib/python2.7/dist-packages (from oslo.i18n>=3.15.3->keystonemiddleware)
Requirement already satisfied: msgpack-python>=0.4.0 in /usr/lib/python2.7/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware)
Requirement already satisfied: rfc3986>=0.3.1 in /usr/local/lib/python2.7/dist-packages (from oslo.config>=5.1.0->keystonemiddleware)
Requirement already satisfied: netaddr>=0.7.18 in /usr/lib/python2.7/dist-packages (from oslo.config>=5.1.0->keystonemiddleware)
Requirement already satisfied: PyYAML>=3.10 in /usr/local/lib/python2.7/dist-packages (from oslo.config>=5.1.0->keystonemiddleware)
Requirement already satisfied: monotonic>=0.6 in /usr/lib/python2.7/dist-packages (from oslo.log>=3.30.0->keystonemiddleware)
Requirement already satisfied: pyinotify>=0.9.6; sys_platform != "win32" and sys_platform != "darwin" and sys_platform != "sunos5" in /usr/local/lib/python2.7/dist-packages (from oslo.log>=3.30.0->keystonemiddleware)
Requirement already satisfied: python-dateutil>=2.4.2 in /usr/local/lib/python2.7/dist-packages (from oslo.log>=3.30.0->keystonemiddleware)
Requirement already satisfied: funcsigs>=1.0.0; python_version == "2.7" or python_version == "2.6" in /usr/local/lib/python2.7/dist-packages (from oslo.utils>=3.31.0->keystonemiddleware)
Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python2.7/dist-packages (from oslo.utils>=3.31.0->keystonemiddleware)
Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python2.7/dist-packages (from oslo.utils>=3.31.0->keystonemiddleware)
Building wheels for collected packages: dogpile.cache
  Running setup.py bdist_wheel for dogpile.cache ... done
  Stored in directory: /root/.cache/pip/wheels/8e/c3/57/2ebade0a9223f492dbc02642f07f5919e3ef8b9c83fa8376b5
Successfully built dogpile.cache
Installing collected packages: pycadf, dogpile.cache, oslo.cache, keystoneauth1, python-keystoneclient, keystonemiddleware
  Found existing installation: keystoneauth1 2.4.1
    Uninstalling keystoneauth1-2.4.1:
      Successfully uninstalled keystoneauth1-2.4.1
  Found existing installation: python-keystoneclient 2.3.1
    Uninstalling python-keystoneclient-2.3.1:
      Successfully uninstalled python-keystoneclient-2.3.1
Successfully installed dogpile.cache-0.6.4 keystoneauth1-3.3.0 keystonemiddleware-4.21.0 oslo.cache-1.28.0 pycadf-2.6.0 python-keystoneclient-3.14.0

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}