Installation error on Ubuntu 12.04

322 views
Skip to first unread message

Jason Van Cleve

unread,
Jan 10, 2014, 4:19:03 PM1/10/14
to edx-...@googlegroups.com
During the "install python base-requirements" ansible task, http://localhost:4040 is unreachable.

I'm trying to install on a Ubuntu 12.04 VM behind a corporate http proxy. To get this far in the installation I had to:
  1. Set the http_proxy and https_proxy environment variables
  2. Make sure the env_keep is set for both variables in /etc/sudoers
  3. Upgrade the python setuptools to the latest version. (0.8 had some sort of problem when the https_proxy pointed to a url with an http scheme)
From a verbose ansible log:

TASK: [edxapp | install python base-requirements] *****************************
<localhost> REMOTE_MODULE command /edx/app/edxapp/venvs/edxapp/bin/pip install -i http://localhost:4040/root/pypi/+simple --exists-action w --use-mirrors -r /edx/app/edxapp/edx-platform/requirements/edx/base.txt chdir=/edx/app/edxapp/edx-platform #USE_SHELL
failed: [localhost] => {"changed": true, "cmd": "/edx/app/edxapp/venvs/edxapp/bin/pip install -i http://localhost:4040/root/pypi/+simple --exists-action w --use-mirrors -r /edx/app/edxapp/edx-platform/requirements/edx/base.txt ", "delta": "0:00:38.855911", "end": "2014-01-10 15:55:24.448304", "item": "", "rc": 1, "start": "2014-01-10 15:54:45.592393"}
stdout: Obtaining file:///edx/app/edxapp/edx-platform/common/lib/calc (from -r /edx/app/edxapp/edx-platform/requirements/edx/local.txt (line 2))
  Running setup.py egg_info for package from file:///edx/app/edxapp/edx-platform/common/lib/calc
   
Obtaining file:///edx/app/edxapp/edx-platform/common/lib/capa (from -r /edx/app/edxapp/edx-platform/requirements/edx/local.txt (line 3))
  Running setup.py egg_info for package from file:///edx/app/edxapp/edx-platform/common/lib/capa
   
Obtaining file:///edx/app/edxapp/edx-platform/common/lib/chem (from -r /edx/app/edxapp/edx-platform/requirements/edx/local.txt (line 4))
  Running setup.py egg_info for package from file:///edx/app/edxapp/edx-platform/common/lib/chem
   
Obtaining file:///edx/app/edxapp/edx-platform/common/lib/sandbox-packages (from -r /edx/app/edxapp/edx-platform/requirements/edx/local.txt (line 5))
  Running setup.py egg_info for package from file:///edx/app/edxapp/edx-platform/common/lib/sandbox-packages
   
Obtaining file:///edx/app/edxapp/edx-platform/common/lib/symmath (from -r /edx/app/edxapp/edx-platform/requirements/edx/local.txt (line 6))
  Running setup.py egg_info for package from file:///edx/app/edxapp/edx-platform/common/lib/symmath
   
Obtaining file:///edx/app/edxapp/edx-platform/common/lib/xmodule (from -r /edx/app/edxapp/edx-platform/requirements/edx/local.txt (line 7))
  Running setup.py egg_info for package from file:///edx/app/edxapp/edx-platform/common/lib/xmodule
   
Downloading/unpacking git+https://github.com/mfogel/django-settings-context-processor.git (from -r /edx/app/edxapp/edx-platform/requirements/edx/base.txt (line 112))
  Cloning https://github.com/mfogel/django-settings-context-processor.git to /tmp/pip-dRS3D6-build
  Running setup.py egg_info for package from git+https://github.com/mfogel/django-settings-context-processor.git
   
Downloading/unpacking git+https://github.com/mitocw/django-cas.git (from -r /edx/app/edxapp/edx-platform/requirements/edx/base.txt (line 115))
  Cloning https://github.com/mitocw/django-cas.git to /tmp/pip-rbrqyU-build
  Running setup.py egg_info for package from git+https://github.com/mitocw/django-cas.git
   
Obtaining django-staticfiles from git+https://github.com/edx/django-staticfiles.git@d89aae2a82f2b#egg=django-staticfiles (from -r /edx/app/edxapp/edx-platform/requirements/edx/github.txt (line 10))
  Updating /edx/app/edxapp/venvs/edxapp/src/django-staticfiles clone (to d89aae2a82f2b)
  Could not find a tag or branch 'd89aae2a82f2b', assuming commit.
  Running setup.py egg_info for package django-staticfiles
   
    warning: no previously-included files matching '*.pyc' found anywhere in distribution
Obtaining django-pipeline from git+https://github.com/edx/django-pipeline.git@88ec8a011e481918fdc9d2682d4017c835acd8be#egg=django-pipeline (from -r /edx/app/edxapp/edx-platform/requirements/edx/github.txt (line 11))
  Updating /edx/app/edxapp/venvs/edxapp/src/django-pipeline clone (to 88ec8a011e481918fdc9d2682d4017c835acd8be)
  Could not find a tag or branch '88ec8a011e481918fdc9d2682d4017c835acd8be', assuming commit.
  Running setup.py egg_info for package django-pipeline
   
Obtaining django-wiki from git+https://github.com/edx/django-wiki.git@41815e2ef1b0323f92900f8e60711b0f0c37766b#egg=django-wiki (from -r /edx/app/edxapp/edx-platform/requirements/edx/github.txt (line 12))
  Updating /edx/app/edxapp/venvs/edxapp/src/django-wiki clone (to 41815e2ef1b0323f92900f8e60711b0f0c37766b)
  Could not find a tag or branch '41815e2ef1b0323f92900f8e60711b0f0c37766b', assuming commit.
  Running setup.py egg_info for package django-wiki
   
Obtaining lettuce from git+https://github.com/gabrielfalcao/lettuce.git@cccc3978ad2df82a78b6f9648fe2e9baddd22f88#egg=lettuce (from -r /edx/app/edxapp/edx-platform/requirements/edx/github.txt (line 13))
  Updating /edx/app/edxapp/venvs/edxapp/src/lettuce clone (to cccc3978ad2df82a78b6f9648fe2e9baddd22f88)
  Could not find a tag or branch 'cccc3978ad2df82a78b6f9648fe2e9baddd22f88', assuming commit.
  Running setup.py egg_info for package lettuce
   
Obtaining pystache-custom from git+https://github.com/dementrock/pystache_custom.git@776973740bdaad83a3b029f96e415a7d1e8bec2f#egg=pystache_custom-dev (from -r /edx/app/edxapp/edx-platform/requirements/edx/github.txt (line 14))
  Updating /edx/app/edxapp/venvs/edxapp/src/pystache-custom clone (to 776973740bdaad83a3b029f96e415a7d1e8bec2f)
  Could not find a tag or branch '776973740bdaad83a3b029f96e415a7d1e8bec2f', assuming commit.
  Running setup.py egg_info for package pystache-custom
   
Obtaining zendesk from git+https://github.com/eventbrite/zendesk.git@d53fe0e81b623f084e91776bcf6369f8b7b63879#egg=zendesk (from -r /edx/app/edxapp/edx-platform/requirements/edx/github.txt (line 15))
  Updating /edx/app/edxapp/venvs/edxapp/src/zendesk clone (to d53fe0e81b623f084e91776bcf6369f8b7b63879)
  Could not find a tag or branch 'd53fe0e81b623f084e91776bcf6369f8b7b63879', assuming commit.
  Running setup.py egg_info for package zendesk
   
Obtaining XBlock from git+https://github.com/edx/XBlock.git@cd77808aadd3ea1c2027ca8c0aa5624d8ccccc52#egg=XBlock (from -r /edx/app/edxapp/edx-platform/requirements/edx/github.txt (line 18))
  Updating /edx/app/edxapp/venvs/edxapp/src/xblock clone (to cd77808aadd3ea1c2027ca8c0aa5624d8ccccc52)
  Could not find a tag or branch 'cd77808aadd3ea1c2027ca8c0aa5624d8ccccc52', assuming commit.
  Running setup.py egg_info for package XBlock
   
Obtaining codejail from git+https://github.com/edx/codejail.git@e3d98f9455#egg=codejail (from -r /edx/app/edxapp/edx-platform/requirements/edx/github.txt (line 19))
  Updating /edx/app/edxapp/venvs/edxapp/src/codejail clone (to e3d98f9455)
  Could not find a tag or branch 'e3d98f9455', assuming commit.
  Running setup.py egg_info for package codejail
   
Obtaining diff-cover from git+https://github.com/edx/diff-co...@v0.2.6#egg=diff_cover (from -r /edx/app/edxapp/edx-platform/requirements/edx/github.txt (line 20))
  Updating /edx/app/edxapp/venvs/edxapp/src/diff-cover clone (to v0.2.6)
  Running setup.py egg_info for package diff-cover
   
Obtaining js-test-tool from git+https://github.com/edx/js-test-...@v0.1.5#egg=js_test_tool (from -r /edx/app/edxapp/edx-platform/requirements/edx/github.txt (line 21))
  Updating /edx/app/edxapp/venvs/edxapp/src/js-test-tool clone (to v0.1.5)
  Running setup.py egg_info for package js-test-tool
   
Obtaining django-waffle from git+https://github.com/edx/django-waffle.git@823a102e48#egg=django-waffle (from -r /edx/app/edxapp/edx-platform/requirements/edx/github.txt (line 22))
  Updating /edx/app/edxapp/venvs/edxapp/src/django-waffle clone (to 823a102e48)
  Could not find a tag or branch '823a102e48', assuming commit.
  Running setup.py egg_info for package django-waffle
   
Obtaining event-tracking from git+https://github.com/edx/event-tracking.git@f0211d702d#egg=event-tracking (from -r /edx/app/edxapp/edx-platform/requirements/edx/github.txt (line 23))
  Updating /edx/app/edxapp/venvs/edxapp/src/event-tracking clone (to f0211d702d)
  Could not find a tag or branch 'f0211d702d', assuming commit.
  Running setup.py egg_info for package event-tracking
   
Obtaining bok-choy from git+https://github.com/edx/bok-choy.git@bc6f1adbe439618162079f1004b2b3db3b6f8916#egg=bok_choy (from -r /edx/app/edxapp/edx-platform/requirements/edx/github.txt (line 24))
  Updating /edx/app/edxapp/venvs/edxapp/src/bok-choy clone (to bc6f1adbe439618162079f1004b2b3db3b6f8916)
  Could not find a tag or branch 'bc6f1adbe439618162079f1004b2b3db3b6f8916', assuming commit.
  Running setup.py egg_info for package bok-choy
   
Downloading/unpacking beautifulsoup4==4.1.3 (from -r /edx/app/edxapp/edx-platform/requirements/edx/base.txt (line 9))
  Cannot fetch index base URL http://localhost:4040/root/pypi/+simple/
  You are installing an externally hosted file. Future versions of pip will default to disallowing externally hosted files.
  Running setup.py egg_info for package beautifulsoup4
   
Downloading/unpacking beautifulsoup==3.2.1 (from -r /edx/app/edxapp/edx-platform/requirements/edx/base.txt (line 10))
  Cannot fetch index base URL http://localhost:4040/root/pypi/+simple/
  Downloading BeautifulSoup-3.2.1.tar.gz
  Running setup.py egg_info for package beautifulsoup
   
Downloading/unpacking bleach==1.2.2 (from -r /edx/app/edxapp/edx-platform/requirements/edx/base.txt (line 11))
  Cannot fetch index base URL http://localhost:4040/root/pypi/+simple/
  Downloading bleach-1.2.2.tar.gz
  Running setup.py egg_info for package bleach
   
Downloading/unpacking html5lib==0.95 (from -r /edx/app/edxapp/edx-platform/requirements/edx/base.txt (line 12))
  Cannot fetch index base URL http://localhost:4040/root/pypi/+simple/
  Running setup.py egg_info for package html5lib
   
Downloading/unpacking boto==2.13.3 (from -r /edx/app/edxapp/edx-platform/requirements/edx/base.txt (line 13))
  Cannot fetch index base URL http://localhost:4040/root/pypi/+simple/
  Running setup.py egg_info for package boto
   
    warning: no files found matching 'boto/mturk/test/*.doctest'
    warning: no files found matching 'boto/mturk/test/.gitignore'
Downloading/unpacking celery==3.0.19 (from -r /edx/app/edxapp/edx-platform/requirements/edx/base.txt (line 14))
  Cannot fetch index base URL http://localhost:4040/root/pypi/+simple/
  Running setup.py egg_info for package celery
    Upgrade: no old version found.
   
    no previously-included directories found matching '*.pyc'
Downloading/unpacking dealer==0.2.3 (from -r /edx/app/edxapp/edx-platform/requirements/edx/base.txt (line 15))
  Cannot fetch index base URL http://localhost:4040/root/pypi/+simple/
  Downloading dealer-0.2.3.tar.gz
  Running setup.py egg_info for package dealer
   
    warning: no previously-included files matching '__pycache__' found under directory '*'
    warning: no previously-included files matching '*.orig' found under directory '*'
Downloading/unpacking distribute>=0.6.28,<0.7 (from -r /edx/app/edxapp/edx-platform/requirements/edx/base.txt (line 16))
  Cannot fetch index base URL http://localhost:4040/root/pypi/+simple/
  Running setup.py egg_info for package distribute
   
Downloading/unpacking django-celery==3.0.17 (from -r /edx/app/edxapp/edx-platform/requirements/edx/base.txt (line 17))
  Cannot fetch index base URL http://localhost:4040/root/pypi/+simple/
  Running setup.py egg_info for package django-celery
   
    no previously-included directories found matching 'bin/*.pyc'
    no previously-included directories found matching 'tests/*.pyc'
    no previously-included directories found matching 'docs/*.pyc'
    no previously-included directories found matching 'extra/*.pyc'
    no previously-included directories found matching 'djcelery/*.pyc'
    no previously-included directories found matching 'docs/.build'
    no previously-included directories found matching 'examples/*.pyc'
Downloading/unpacking django-countries==1.5 (from -r /edx/app/edxapp/edx-platform/requirements/edx/base.txt (line 18))
  Cannot fetch index base URL http://localhost:4040/root/pypi/+simple/
  Running setup.py egg_info for package django-countries
   
Downloading/unpacking django-extensions==1.2.5 (from -r /edx/app/edxapp/edx-platform/requirements/edx/base.txt (line 19))
  Cannot fetch index base URL http://localhost:4040/root/pypi/+simple/
  Running setup.py egg_info for package django-extensions
   
Downloading/unpacking django-filter==0.6.0 (from -r /edx/app/edxapp/edx-platform/requirements/edx/base.txt (line 20))
  Cannot fetch index base URL http://localhost:4040/root/pypi/+simple/
  Downloading django-filter-0.6.tar.gz
  Running setup.py egg_info for package django-filter
   
    warning: no files found matching 'AUTHORS.txt'
Downloading/unpacking django-followit==0.0.3 (from -r /edx/app/edxapp/edx-platform/requirements/edx/base.txt (line 21))
  Cannot fetch index base URL http://localhost:4040/root/pypi/+simple/
  Downloading django-followit-0.0.3.tar.gz
  Running setup.py egg_info for package django-followit
   
    warning: no files found matching 'tox.ini'
    warning: no previously-included files matching '*.pyc' found under directory 'followit'
    warning: manifest_maker: MANIFEST.in, line 5: 'recursive-exclude' expects <dir> <pattern1> <pattern2> ...
   
    no previously-included directories found matching 'dist'
    no previously-included directories found matching 'build'
    warning: manifest_maker: MANIFEST.in, line 8: unknown action 'global'
   
    warning: no previously-included files found matching 'settings.py'
    warning: no previously-included files found matching 'manage.py'
    warning: no previously-included files found matching '__init__.py'
    warning: no previously-included files found matching 'urls.py'
    warning: manifest_maker: MANIFEST.in, line 13: 'recursive-exclude' expects <dir> <pattern1> <pattern2> ...
   
    warning: manifest_maker: MANIFEST.in, line 14: 'recursive-exclude' expects <dir> <pattern1> <pattern2> ...
   
Downloading/unpacking django-keyedcache==1.4-6 (from -r /edx/app/edxapp/edx-platform/requirements/edx/base.txt (line 22))
  Cannot fetch index base URL http://localhost:4040/root/pypi/+simple/
  Downloading django-keyedcache-1.4-6.tar.gz
  Running setup.py egg_info for package django-keyedcache
   
    warning: no files found matching '*' under directory 'keyedcache/templatetags'
Downloading/unpacking django-kombu==0.9.4 (from -r /edx/app/edxapp/edx-platform/requirements/edx/base.txt (line 23))
  Cannot fetch index base URL http://localhost:4040/root/pypi/+simple/
  Downloading django-kombu-0.9.4.tar.gz
  Running setup.py egg_info for package django-kombu
   
Downloading/unpacking django-mako==0.1.5pre (from -r /edx/app/edxapp/edx-platform/requirements/edx/base.txt (line 24))
  Cannot fetch index base URL http://localhost:4040/root/pypi/+simple/
  Downloading django-mako-0.1.5pre.tar.gz
  Running setup.py egg_info for package django-mako
   
Downloading/unpacking django-model-utils==1.4.0 (from -r /edx/app/edxapp/edx-platform/requirements/edx/base.txt (line 25))
  Cannot fetch index base URL http://localhost:4040/root/pypi/+simple/
  Downloading django-model-utils-1.4.0.tar.gz
  Running setup.py egg_info for package django-model-utils
   
Downloading/unpacking django-masquerade==0.1.6 (from -r /edx/app/edxapp/edx-platform/requirements/edx/base.txt (line 26))
  Cannot fetch index base URL http://localhost:4040/root/pypi/+simple/
  Running setup.py egg_info for package django-masquerade
   
Downloading/unpacking django-mptt==0.5.5 (from -r /edx/app/edxapp/edx-platform/requirements/edx/base.txt (line 27))
  Cannot fetch index base URL http://localhost:4040/root/pypi/+simple/
  Running setup.py egg_info for package django-mptt
   
    warning: no files found matching '*.json' under directory 'mptt'
Downloading/unpacking django-openid-auth==0.4 (from -r /edx/app/edxapp/edx-platform/requirements/edx/base.txt (line 28))
  Cannot fetch index base URL http://localhost:4040/root/pypi/+simple/
  Running setup.py egg_info for package django-openid-auth
   
Downloading/unpacking django-robots==0.9.1 (from -r /edx/app/edxapp/edx-platform/requirements/edx/base.txt (line 29))
  Cannot fetch index base URL http://localhost:4040/root/pypi/+simple/
  Downloading django-robots-0.9.1.tar.gz
  Running setup.py egg_info for package django-robots
   
Downloading/unpacking django-sekizai==0.6.1 (from -r /edx/app/edxapp/edx-platform/requirements/edx/base.txt (line 30))
  Cannot fetch index base URL http://localhost:4040/root/pypi/+simple/
  Downloading django-sekizai-0.6.1.tar.gz
  Running setup.py egg_info for package django-sekizai
   
Downloading/unpacking django-ses==0.4.1 (from -r /edx/app/edxapp/edx-platform/requirements/edx/base.txt (line 31))
  Cannot fetch index base URL http://localhost:4040/root/pypi/+simple/
  Downloading django-ses-0.4.1.tar.gz
  Running setup.py egg_info for package django-ses
   
Downloading/unpacking django-storages==1.1.5 (from -r /edx/app/edxapp/edx-platform/requirements/edx/base.txt (line 32))
  Cannot fetch index base URL http://localhost:4040/root/pypi/+simple/
  Downloading django-storages-1.1.5.tar.gz
  Running setup.py egg_info for package django-storages
   
Downloading/unpacking django-threaded-multihost==1.4-1 (from -r /edx/app/edxapp/edx-platform/requirements/edx/base.txt (line 33))
  Cannot fetch index base URL http://localhost:4040/root/pypi/+simple/
  Downloading django-threaded-multihost-1.4-1.tar.gz
  Running setup.py egg_info for package django-threaded-multihost
    Download error on https://pypi.python.org/simple/setuptools_hg/: [Errno 8] _ssl.c:504: EOF occurred in violation of protocol -- Some packages may not be found!
    Download error on https://pypi.python.org/simple/setuptools-hg/: [Errno 8] _ssl.c:504: EOF occurred in violation of protocol -- Some packages may not be found!
    Couldn't find index page for 'setuptools_hg' (maybe misspelled?)
    Download error on https://pypi.python.org/simple/: [Errno 8] _ssl.c:504: EOF occurred in violation of protocol -- Some packages may not be found!
    No local packages or download links found for setuptools-hg
    Traceback (most recent call last):
      File "<string>", line 16, in <module>
      File "/edx/app/edxapp/venvs/edxapp/build/django-threaded-multihost/setup.py", line 28, in <module>
        setup_requires = ["setuptools_hg"],
      File "/usr/lib/python2.7/distutils/core.py", line 112, in setup
        _setup_distribution = dist = klass(attrs)
      File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/setuptools/dist.py", line 265, in __init__
        self.fetch_build_eggs(attrs.pop('setup_requires'))
      File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/setuptools/dist.py", line 289, in fetch_build_eggs
        parse_requirements(requires), installer=self.fetch_build_egg
      File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources.py", line 618, in resolve
        dist = best[req.key] = env.best_match(req, self, installer)
      File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources.py", line 862, in best_match
        return self.obtain(req, installer) # try and download/install
      File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources.py", line 874, in obtain
        return installer(requirement)
      File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/setuptools/dist.py", line 339, in fetch_build_egg
        return cmd.easy_install(req)
      File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 617, in easy_install
        raise DistutilsError(msg)
    distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('setuptools-hg')
    Complete output from command python setup.py egg_info:
    Download error on https://pypi.python.org/simple/setuptools_hg/: [Errno 8] _ssl.c:504: EOF occurred in violation of protocol -- Some packages may not be found!

Download error on https://pypi.python.org/simple/setuptools-hg/: [Errno 8] _ssl.c:504: EOF occurred in violation of protocol -- Some packages may not be found!

Couldn't find index page for 'setuptools_hg' (maybe misspelled?)

Download error on https://pypi.python.org/simple/: [Errno 8] _ssl.c:504: EOF occurred in violation of protocol -- Some packages may not be found!

No local packages or download links found for setuptools-hg

Traceback (most recent call last):

  File "<string>", line 16, in <module>

  File "/edx/app/edxapp/venvs/edxapp/build/django-threaded-multihost/setup.py", line 28, in <module>

    setup_requires = ["setuptools_hg"],

  File "/usr/lib/python2.7/distutils/core.py", line 112, in setup

    _setup_distribution = dist = klass(attrs)

  File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/setuptools/dist.py", line 265, in __init__

    self.fetch_build_eggs(attrs.pop('setup_requires'))

  File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/setuptools/dist.py", line 289, in fetch_build_eggs

    parse_requirements(requires), installer=self.fetch_build_egg

  File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources.py", line 618, in resolve

    dist = best[req.key] = env.best_match(req, self, installer)

  File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources.py", line 862, in best_match

    return self.obtain(req, installer) # try and download/install

  File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources.py", line 874, in obtain

    return installer(requirement)

  File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/setuptools/dist.py", line 339, in fetch_build_egg

    return cmd.easy_install(req)

  File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 617, in easy_install

    raise DistutilsError(msg)

distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('setuptools-hg')

Nacho Diaz Asenjo

unread,
Jan 13, 2014, 4:59:16 PM1/13/14
to edx-...@googlegroups.com
 I obtain this too ...  

 warning: no previously-included files matching '*.pyc' found anywhere in distribution
Obtaining django-pipeline from git+https://github.com/edx/django-pipeline.git@88ec8a011e481918fdc9d2682d4017c835acd8be#egg=django-pipeline (from -r /edx/app/edxapp/edx-platform/requirements/edx/github.txt (line 11))
  Updating /edx/app/edxapp/venvs/edxapp/src/django-pipeline clone (to 88ec8a011e481918fdc9d2682d4017c835acd8be)
  Complete output from command /usr/bin/git fetch -q:

----------------------------------------
Cleaning up...
Command /usr/bin/git fetch -q failed with error code 128 in /edx/app/edxapp/venvs/edxapp/src/django-pipeline
Storing complete log in /edx/app/edxapp/.pip/pip.log
changed: [localhost] => (item=/edx/app/edxapp/edx-platform/requirements/edx/local.txt)

FATAL: all hosts have already failed -- aborting
Obtaining js-test-tool from git+https://github.com/edx/js-test-t...@v0.1.5#egg=js_test_tool (from -r /edx/app/edxapp/edx-platform/requirements/edx/github.txt (line 21))
Reply all
Reply to author
Forward
0 new messages