Advertisement
Guest User

Untitled

a guest
Jul 7th, 2016
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 3.33 KB | None | 0 0
  1. (.venv) $ pip install distribute
  2. Collecting distribute
  3. /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.
  4.   SNIMissingWarning
  5. /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.
  6.   InsecurePlatformWarning
  7.   Using cached distribute-0.7.3.zip
  8. Requirement already satisfied (use --upgrade to upgrade): setuptools>=0.7 in ./.venv/lib/python2.7/site-packages (from distribute)
  9. Building wheels for collected packages: distribute
  10.   Running setup.py bdist_wheel for distribute ... error
  11.   Complete output from command /home/freezer/freezer-api/.venv/bin/python2 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-ezslZX/distribute/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmpb6LmnSpip-wheel- --python-tag cp27:
  12.   Traceback (most recent call last):
  13.     File "<string>", line 1, in <module>
  14.     File "/tmp/pip-build-ezslZX/distribute/setup.py", line 58, in <module>
  15.       setuptools.setup(**setup_params)
  16.     File "/usr/lib/python2.7/distutils/core.py", line 137, in setup
  17.       ok = dist.parse_command_line()
  18.     File "setuptools/dist.py", line 276, in parse_command_line
  19.       result = _Distribution.parse_command_line(self)
  20.     File "/usr/lib/python2.7/distutils/dist.py", line 467, in parse_command_line
  21.       args = self._parse_command_opts(parser, args)
  22.     File "setuptools/dist.py", line 602, in _parse_command_opts
  23.       nargs = _Distribution._parse_command_opts(self, parser, args)
  24.     File "/usr/lib/python2.7/distutils/dist.py", line 523, in _parse_command_opts
  25.       cmd_class = self.get_command_class(command)
  26.     File "setuptools/dist.py", line 406, in get_command_class
  27.       ep.require(installer=self.fetch_build_egg)
  28.     File "pkg_resources.py", line 2254, in require
  29.       working_set.resolve(self.dist.requires(self.extras),env,installer)))
  30.     File "pkg_resources.py", line 2471, in requires
  31.       dm = self._dep_map
  32.     File "pkg_resources.py", line 2682, in _dep_map
  33.       self.__dep_map = self._compute_dependencies()
  34.     File "pkg_resources.py", line 2699, in _compute_dependencies
  35.       from _markerlib import compile as compile_marker
  36.   ImportError: No module named _markerlib
  37.  
  38.   ----------------------------------------
  39.   Failed building wheel for distribute
  40.   Running setup.py clean for distribute
  41. Failed to build distribute
  42. Installing collected packages: distribute
  43.   Running setup.py install for distribute ... done
  44. Successfully installed distribute-0.7.3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement