Skip to content

Instantly share code, notes, and snippets.

@kgadek
Created February 12, 2015 02:57
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 kgadek/14c560a51dc3ad166721 to your computer and use it in GitHub Desktop.
Save kgadek/14c560a51dc3ad166721 to your computer and use it in GitHub Desktop.
$ pip install buildbot
Collecting buildbot
Using cached buildbot-0.8.10.tar.gz
Collecting twisted>=11.0.0 (from buildbot)
Using cached Twisted-15.0.0.tar.bz2
Collecting Jinja2>=2.1 (from buildbot)
Using cached Jinja2-2.7.3.tar.gz
Collecting sqlalchemy<=0.7.10,>=0.6 (from buildbot)
Using cached SQLAlchemy-0.7.10.tar.gz
Collecting sqlalchemy-migrate==0.6.1,==0.7.0,==0.7.1,==0.7.2 (from buildbot)
Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x21785090>, 'Connection to pypi.python.org timed out. (connect timeout=15)')': /simple/sqlalchemy-migrate/
Could not find a version that satisfies the requirement sqlalchemy-migrate==0.6.1,==0.7.0,==0.7.1,==0.7.2 (from buildbot) (from versions: 0.3.0, 0.4.2, 0.4.3, 0.4.4, 0.4.5, 0.5.1.2, 0.5.2, 0.5.3, 0.5.4, 0.6, 0.6.1, 0.7, 0.7.1, 0.7.2, 0.8.1, 0.8.2, 0.8.4, 0.8.5, 0.9, 0.9.1, 0.9.2, 0.9.4)
Some externally hosted files were ignored as access to them may be unreliable (use --allow-external to allow).
No distributions matching the version for sqlalchemy-migrate==0.6.1,==0.7.0,==0.7.1,==0.7.2 (from buildbot)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment