Created
September 28, 2014 15:02
-
-
Save muellermartin/8915f6ce3c619473ff3e 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
Downloading/unpacking xlwings | |
Getting page https://pypi.python.org/simple/xlwings/ | |
URLs to search for versions for xlwings: | |
* https://pypi.python.org/simple/xlwings/ | |
Analyzing links from page https://pypi.python.org/simple/xlwings/ | |
Found link https://pypi.python.org/packages/source/x/xlwings/xlwings-0.1.0.zip#md5=4aa10c081fb02ea3ca6fadd3e2858133 (from https://pypi.python.org/simple/xlwings/), version: 0.1.0 | |
Found link https://pypi.python.org/packages/source/x/xlwings/xlwings-0.1.1.zip#md5=f0244b373e2d251b20689620d6437c00 (from https://pypi.python.org/simple/xlwings/), version: 0.1.1 | |
Found link https://pypi.python.org/packages/source/x/xlwings/xlwings-0.2.0.tar.gz#md5=9bfb31b3a08431705eec1bc262d27ff5 (from https://pypi.python.org/simple/xlwings/), version: 0.2.0 | |
Found link https://pypi.python.org/packages/source/x/xlwings/xlwings-0.2.1.tar.gz#md5=83fa219ac5d12a31fcea6c02e2d01879 (from https://pypi.python.org/simple/xlwings/), version: 0.2.1 | |
Found link https://pypi.python.org/packages/source/x/xlwings/xlwings-0.2.2.tar.gz#md5=ea5787099fcf94f5fe124f235c6c5f5c (from https://pypi.python.org/simple/xlwings/), version: 0.2.2 | |
Using version 0.2.2 (newest of versions: 0.2.2, 0.2.1, 0.2.0, 0.1.1, 0.1.0) | |
Downloading from URL https://pypi.python.org/packages/source/x/xlwings/xlwings-0.2.2.tar.gz#md5=ea5787099fcf94f5fe124f235c6c5f5c (from https://pypi.python.org/simple/xlwings/) | |
Running setup.py (path:/tmp/pip_build_root/xlwings/setup.py) egg_info for package xlwings | |
Traceback (most recent call last): | |
File "<string>", line 17, in <module> | |
File "/tmp/pip_build_root/xlwings/setup.py", line 32, in <module> | |
install_requires=install_requires, | |
NameError: name 'install_requires' is not defined | |
Complete output from command python setup.py egg_info: | |
Traceback (most recent call last): | |
File "<string>", line 17, in <module> | |
File "/tmp/pip_build_root/xlwings/setup.py", line 32, in <module> | |
install_requires=install_requires, | |
NameError: name 'install_requires' is not defined | |
---------------------------------------- | |
Cleaning up... | |
Removing temporary dir /tmp/pip_build_root... | |
Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_root/xlwings | |
Exception information: | |
Traceback (most recent call last): | |
File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 122, in main | |
status = self.run(options, args) | |
File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 278, in run | |
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle) | |
File "/usr/lib/python2.7/dist-packages/pip/req.py", line 1229, in prepare_files | |
req_to_install.run_egg_info() | |
File "/usr/lib/python2.7/dist-packages/pip/req.py", line 325, in run_egg_info | |
command_desc='python setup.py egg_info') | |
File "/usr/lib/python2.7/dist-packages/pip/util.py", line 697, in call_subprocess | |
% (command_desc, proc.returncode, cwd)) | |
InstallationError: Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_root/xlwings |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment