Created
November 12, 2014 23:42
-
-
Save bracki/71ffd8a350fd3b09d1fa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(schnuffi)➜ ~ pip -vvvvv install diesel | |
Using PyPI mirrors: | |
Downloading/unpacking diesel | |
Getting page http://pypi.python.org/simple/diesel | |
URLs to search for versions for diesel: | |
* http://pypi.python.org/simple/diesel/ | |
Getting page http://pypi.python.org/simple/diesel/ | |
Analyzing links from page https://pypi.python.org/simple/diesel/ | |
Found link https://pypi.python.org/packages/source/d/diesel/diesel-2.1.0.tar.gz#md5=bf52eb9c2d51fedc667348af613f3250 (from https://pypi.python.org/simple/diesel/), version: 2.1.0 | |
Found link https://pypi.python.org/packages/source/d/diesel/diesel-2.1.1.tar.gz#md5=0184b336fea8f5d4482befde5716ce14 (from https://pypi.python.org/simple/diesel/), version: 2.1.1 | |
Found link https://pypi.python.org/packages/source/d/diesel/diesel-3.0.5.tar.gz#md5=c70f7e096e1722b9b4eecd60af1fdf1a (from https://pypi.python.org/simple/diesel/), version: 3.0.5 | |
Skipping link http://diesel.io (from https://pypi.python.org/simple/diesel/); not a file | |
Skipping link http://dieselweb.org (from https://pypi.python.org/simple/diesel/); not a file | |
Found link http://download.dieselweb.org/diesel-0.9.0b.tar.gz (from https://pypi.python.org/simple/diesel/), version: 0.9.0b | |
Found link http://download.dieselweb.org/diesel-0.9.1b.tar.gz (from https://pypi.python.org/simple/diesel/), version: 0.9.1b | |
Found link http://jamwt.com/diesel/diesel-2.0.0.tar.gz (from https://pypi.python.org/simple/diesel/), version: 2.0.0 | |
Found link http://jamwt.com/diesel/diesel-2.1.0.tar.gz (from https://pypi.python.org/simple/diesel/), version: 2.1.0 | |
Found link http://jamwt.com/diesel/diesel-2.1.1.tar.gz (from https://pypi.python.org/simple/diesel/), version: 2.1.1 | |
Found link http://jamwt.com/diesel/diesel-3.0.16.tar.gz (from https://pypi.python.org/simple/diesel/), version: 3.0.16 | |
Found link http://jamwt.com/diesel/diesel-3.0.5.tar.gz (from https://pypi.python.org/simple/diesel/), version: 3.0.5 | |
Could not parse version from link: https://github.com/dieseldev/diesel/archive/3.0.23.tar.gz (from https://pypi.python.org/simple/diesel/) | |
Skipping link https://github.com/dieseldev/diesel/archive/3.0.23.tar.gz (from https://pypi.python.org/simple/diesel/); wrong project name (not diesel) | |
Using version 3.0.16 (newest of versions: 3.0.16, 3.0.5, 3.0.5, 2.1.1, 2.1.1, 2.1.0, 2.1.0, 2.0.0, 0.9.1b, 0.9.0b) | |
HTTP error 403 while getting http://jamwt.com/diesel/diesel-3.0.16.tar.gz (from https://pypi.python.org/simple/diesel/) | |
Could not install requirement diesel because of error HTTP Error 403: Forbidden | |
Could not install requirement diesel because of HTTP error HTTP Error 403: Forbidden for URL http://jamwt.com/diesel/diesel-3.0.16.tar.gz (from https://pypi.python.org/simple/diesel/) | |
Exception information: | |
Traceback (most recent call last): | |
File "/Users/jan/.virtualenvs/schnuffi/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/basecommand.py", line 104, in main | |
status = self.run(options, args) | |
File "/Users/jan/.virtualenvs/schnuffi/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/commands/install.py", line 245, in run | |
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle) | |
File "/Users/jan/.virtualenvs/schnuffi/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/req.py", line 992, in prepare_files | |
% (req_to_install, e, url)) | |
InstallationError: Could not install requirement diesel because of HTTP error HTTP Error 403: Forbidden for URL http://jamwt.com/diesel/diesel-3.0.16.tar.gz (from https://pypi.python.org/simple/diesel/) | |
Storing complete log in /Users/jan/.pip/pip.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment