Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.88 KB | None | 0 0
  1. Collecting m3-django-compat>=1.9.1 (from -r /srv/web_bb_app/requirements/common.txt (line 56))
  2.   Downloading http://pypi.bars-open.ru/packages/m3-django-compat-1.9.1.tar.gz
  3.     ERROR: Command errored out with exit status 1:
  4.      command: /usr/local/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-64o9avto/m3-django-compat/setup.py'"'"'; __file__='"'"'/tmp/pip-install-64o9avto/m3-django-compat/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base pip-egg-info
  5.          cwd: /tmp/pip-install-64o9avto/m3-django-compat/
  6.     Complete output (26 lines):
  7.     Download error on https://pypi.bars-open.ru/simple/m3-builder: [SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:1076) -- Some packages may not be found!
  8.     Couldn't find index page for 'm3-builder' (maybe misspelled?)
  9.    No local packages or working download links found for m3-builder<2,>=1.2
  10.    Traceback (most recent call last):
  11.      File "<string>", line 1, in <module>
  12.      File "/tmp/pip-install-64o9avto/m3-django-compat/setup.py", line 60, in <module>
  13.        main()
  14.      File "/tmp/pip-install-64o9avto/m3-django-compat/setup.py", line 55, in main
  15.        set_build_info=os.path.join(os.path.dirname(__file__)),
  16.      File "/usr/local/lib/python3.7/site-packages/setuptools/__init__.py", line 144, in setup
  17.        _install_setup_requires(attrs)
  18.      File "/usr/local/lib/python3.7/site-packages/setuptools/__init__.py", line 139, in _install_setup_requires
  19.        dist.fetch_build_eggs(dist.setup_requires)
  20.      File "/usr/local/lib/python3.7/site-packages/setuptools/dist.py", line 717, in fetch_build_eggs
  21.        replace_conflicting=True,
  22.      File "/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", line 782, in resolve
  23.        replace_conflicting=replace_conflicting
  24.      File "/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", line 1065, in best_match
  25.        return self.obtain(req, installer)
  26.      File "/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", line 1077, in obtain
  27.        return installer(requirement)
  28.      File "/usr/local/lib/python3.7/site-packages/setuptools/dist.py", line 784, in fetch_build_egg
  29.        return cmd.easy_install(req)
  30.      File "/usr/local/lib/python3.7/site-packages/setuptools/command/easy_install.py", line 673, in easy_install
  31.        raise DistutilsError(msg)
  32.    distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('m3-builder<2,>=1.2')
  33.    ----------------------------------------
  34. ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
  35. The command '/bin/sh -c pip3 install --no-cache-dir -r /srv/web_bb_app/requirements/common.txt' returned a non-zero code: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement