Advertisement
Guest User

Untitled

a guest
Jul 7th, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 5.41 KB | None | 0 0
  1. $ git clone -b stable/mitaka https://github.com/openstack/freezer-api.git
  2. Cloning into 'freezer-api'...
  3. remote: Counting objects: 1276, done.
  4. remote: Compressing objects: 100% (51/51), done.
  5. remote: Total 1276 (delta 21), reused 0 (delta 0), pack-reused 1225
  6. Receiving objects: 100% (1276/1276), 498.93 KiB | 0 bytes/s, done.
  7. Resolving deltas: 100% (821/821), done.
  8. Checking connectivity... done.
  9. $ cd freezer-api
  10. $ virtualenv .venv
  11. Running virtualenv with interpreter /usr/bin/python2
  12. New python executable in /home/freezer/freezer-api/.venv/bin/python2
  13. Also creating executable in /home/freezer/freezer-api/.venv/bin/python
  14. Installing setuptools, pkg_resources, pip, wheel...done.
  15. $ source .venv/bin/activate
  16. (.venv) $ pip install -r requirements.txt  && pip install -r test-requirements.txt
  17. Collecting elasticsearch<2.0,>=1.3.0 (from -r requirements.txt (line 4))
  18. /home/freezer/freezer-api/.venv/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning.
  19.   SNIMissingWarning
  20. /home/freezer/freezer-api/.venv/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
  21.   InsecurePlatformWarning
  22.   Downloading elasticsearch-1.9.0-py2.py3-none-any.whl (59kB)
  23.     100% |████████████████████████████████| 61kB 932kB/s
  24. Collecting falcon>=0.1.6 (from -r requirements.txt (line 5))
  25.   Downloading falcon-1.0.0-py2.py3-none-any.whl (107kB)
  26.     100% |████████████████████████████████| 112kB 2.5MB/s
  27. Collecting jsonschema!=2.5.0,<3.0.0,>=2.0.0 (from -r requirements.txt (line 6))
  28.   Downloading jsonschema-2.5.1-py2.py3-none-any.whl
  29. Collecting keystonemiddleware!=4.1.0,>=4.0.0 (from -r requirements.txt (line 7))
  30.   Downloading keystonemiddleware-4.6.0-py2.py3-none-any.whl (122kB)
  31.     100% |████████████████████████████████| 122kB 2.1MB/s
  32. Collecting oslo.config>=3.7.0 (from -r requirements.txt (line 8))
  33.   Downloading oslo.config-3.12.0-py2.py3-none-any.whl (95kB)
  34.     100% |████████████████████████████████| 102kB 8.0MB/s
  35. Collecting oslo.i18n>=2.1.0 (from -r requirements.txt (line 9))
  36.   Downloading oslo.i18n-3.7.0-py2.py3-none-any.whl (41kB)
  37.     100% |████████████████████████████████| 51kB 8.9MB/s
  38. Collecting six>=1.9.0 (from -r requirements.txt (line 10))
  39.   Downloading six-1.10.0-py2.py3-none-any.whl
  40. Collecting urllib3<2.0,>=1.8 (from elasticsearch<2.0,>=1.3.0->-r requirements.txt (line 4))
  41.   Downloading urllib3-1.16-py2.py3-none-any.whl (98kB)
  42.     100% |████████████████████████████████| 102kB 7.8MB/s
  43. Collecting python-mimeparse (from falcon>=0.1.6->-r requirements.txt (line 5))
  44.   Downloading python-mimeparse-1.5.2.tar.gz
  45.     Complete output from command python setup.py egg_info:
  46.     Traceback (most recent call last):
  47.       File "<string>", line 1, in <module>
  48.       File "/tmp/pip-build-K_Dyai/python-mimeparse/setup.py", line 35, in <module>
  49.         long_description=read('README.md')
  50.       File "/usr/lib/python2.7/distutils/core.py", line 111, in setup
  51.         _setup_distribution = dist = klass(attrs)
  52.       File "/home/freezer/freezer-api/.venv/local/lib/python2.7/site-packages/setuptools/dist.py", line 272, in __init__
  53.         _Distribution.__init__(self,attrs)
  54.       File "/usr/lib/python2.7/distutils/dist.py", line 287, in __init__
  55.         self.finalize_options()
  56.       File "/home/freezer/freezer-api/.venv/local/lib/python2.7/site-packages/setuptools/dist.py", line 326, in finalize_options
  57.         ep.require(installer=self.fetch_build_egg)
  58.       File "/home/freezer/freezer-api/.venv/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2395, in require
  59.         reqs = self.dist.requires(self.extras)
  60.       File "/home/freezer/freezer-api/.venv/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2640, in requires
  61.         dm = self._dep_map
  62.       File "/home/freezer/freezer-api/.venv/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2864, in _dep_map
  63.         self.__dep_map = self._compute_dependencies()
  64.       File "/home/freezer/freezer-api/.venv/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2881, in _compute_dependencies
  65.         from _markerlib import compile as compile_marker
  66.     ImportError: No module named _markerlib
  67.    
  68.     ----------------------------------------
  69. Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-K_Dyai/python-mimeparse/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement