Skip to content

Instantly share code, notes, and snippets.

@RJ722
Created June 23, 2017 16:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RJ722/913e32ebaaaa8ac7cb3f9cb527b37c69 to your computer and use it in GitHub Desktop.
Save RJ722/913e32ebaaaa8ac7cb3f9cb527b37c69 to your computer and use it in GitHub Desktop.
Bootstrapping bodhi...
Trying 'rm -rf bodhi-python2.7'
Trying 'virtualenv --no-site-packages -p /usr/bin/python2.7 bodhi-python2.7'
New python executable in /Users/rahuljha/Documents/bodhi/bodhi-python2.7/bin/python
Installing setuptools, pip, wheel...done.
Running virtualenv with interpreter /usr/bin/python2.7
Cannot find global module koji
Cannot find global module rpm
Cannot find global module OpenSSL
Cannot find global module urlgrabber
Cannot find global module pycurl
Cannot find global module rpmUtils
Cannot find global module sqlitecachec
Cannot find global module _sqlitecache
Cannot find global module psycopg2
Cannot find global module krbVmodule
Cannot find global module deltarpm
Cannot find global module _deltarpmmodule
Cannot find global module fedora_cert
Cannot find global module libxml2
Cannot find global module libxml2mod
Cannot find global module librepo
Cannot find global module createrepo_c
Cannot find global module dnf
Cannot find global module libcomps
Cannot find global module gpgme
Cannot find global module lzma
Cannot find global module iniparse
Cannot find global module hawkey
Cannot find global module yum
./bodhi-python2.7/bin/python setup.py develop
Traceback (most recent call last):
File "setup.py", line 3, in <module>
import pkg_resources # noqa
File "/Users/rahuljha/Documents/bodhi/bodhi-python2.7/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3037, in <module>
@_call_aside
File "/Users/rahuljha/Documents/bodhi/bodhi-python2.7/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3021, in _call_aside
f(*args, **kwargs)
File "/Users/rahuljha/Documents/bodhi/bodhi-python2.7/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3050, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/Users/rahuljha/Documents/bodhi/bodhi-python2.7/lib/python2.7/site-packages/pkg_resources/__init__.py", line 655, in _build_master
ws.require(__requires__)
File "/Users/rahuljha/Documents/bodhi/bodhi-python2.7/lib/python2.7/site-packages/pkg_resources/__init__.py", line 969, in require
needed = self.resolve(parse_requirements(requirements))
File "/Users/rahuljha/Documents/bodhi/bodhi-python2.7/lib/python2.7/site-packages/pkg_resources/__init__.py", line 855, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'WebOb>=1.4.1' distribution was not found and is required by the application
./bodhi-python2.7/bin/pip install nose-cov webtest mock
Collecting nose-cov
Collecting webtest
Using cached WebTest-2.0.27-py2.py3-none-any.whl
Collecting mock
Using cached mock-2.0.0-py2.py3-none-any.whl
Collecting cov-core>=1.6 (from nose-cov)
Collecting nose>=0.11.4 (from nose-cov)
Using cached nose-1.3.7-py2-none-any.whl
Collecting six (from webtest)
Using cached six-1.10.0-py2.py3-none-any.whl
Collecting WebOb>=1.2 (from webtest)
Using cached WebOb-1.7.2-py2.py3-none-any.whl
Collecting waitress>=0.8.5 (from webtest)
Using cached waitress-1.0.2-py2.py3-none-any.whl
Collecting beautifulsoup4 (from webtest)
Using cached beautifulsoup4-4.6.0-py2-none-any.whl
Collecting funcsigs>=1; python_version < "3.3" (from mock)
Using cached funcsigs-1.0.2-py2.py3-none-any.whl
Collecting pbr>=0.11 (from mock)
Using cached pbr-3.1.1-py2.py3-none-any.whl
Collecting coverage>=3.6 (from cov-core>=1.6->nose-cov)
Using cached coverage-4.4.1-cp27-cp27m-macosx_10_12_intel.whl
Installing collected packages: coverage, cov-core, nose, nose-cov, six, WebOb, waitress, beautifulsoup4, webtest, funcsigs, pbr, mock
Successfully installed WebOb-1.7.2 beautifulsoup4-4.6.0 cov-core-1.15.0 coverage-4.4.1 funcsigs-1.0.2 mock-2.0.0 nose-1.3.7 nose-cov-1.6 pbr-3.1.1 six-1.10.0 waitress-1.0.2 webtest-2.0.27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment