My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions

Issue 11 attachment: pip.log (4.8 KB)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
------------------------------------------------------------
/home/wwweb/projects/frontdesk/bin/pip run on Wed Oct 9 18:47:55 2013
Downloading/unpacking pyqrnative

Getting page https://pypi.python.org/simple/pyqrnative/
URLs to search for versions for pyqrnative:
* https://pypi.python.org/simple/pyqrnative/
Analyzing links from page https://pypi.python.org/simple/pyqrnative/
Found link https://pypi.python.org/packages/source/p/pyqrnative/pyqrnative-0.1.0.tar.gz#md5=11a770f759a03c04681ba0b552340897 (from https://pypi.python.org/simple/pyqrnative/), version: 0.1.0
Found link https://pypi.python.org/packages/source/p/pyqrnative/pyqrnative-0.1.0.zip#md5=bd1d41cc494ecffbd9eb5b99ed24dfe3 (from https://pypi.python.org/simple/pyqrnative/), version: 0.1.0
Found link https://pypi.python.org/packages/source/p/pyqrnative/pyqrnative-0.1.1.tar.gz#md5=76d79103d6ea6dce291e4b520e98d543 (from https://pypi.python.org/simple/pyqrnative/), version: 0.1.1
Found link https://pypi.python.org/packages/source/p/pyqrnative/pyqrnative-0.1.1.zip#md5=7924745016fc1b85fd9ee473310e9c19 (from https://pypi.python.org/simple/pyqrnative/), version: 0.1.1
Found link https://pypi.python.org/packages/source/p/pyqrnative/pyqrnative-0.1.3.tar.gz#md5=034eb5d702c319fed199a355dbb2204c (from https://pypi.python.org/simple/pyqrnative/), version: 0.1.3
Found link https://pypi.python.org/packages/source/p/pyqrnative/pyqrnative-0.1.3.zip#md5=89d86bcc4546359cf24e4cb5dc88a514 (from https://pypi.python.org/simple/pyqrnative/), version: 0.1.3
Found link https://pypi.python.org/packages/source/p/pyqrnative/pyqrnative-0.1.4.tar.gz#md5=10fd424c4181ff310b692ac297e6ef6b (from https://pypi.python.org/simple/pyqrnative/), version: 0.1.4
Found link https://pypi.python.org/packages/source/p/pyqrnative/pyqrnative-0.1.4.zip#md5=023833d261a79eac5b6f0e1a92fd3e74 (from https://pypi.python.org/simple/pyqrnative/), version: 0.1.4
Skipping link http://code.google.com/p/pyqrnative/ (from https://pypi.python.org/simple/pyqrnative/); not a file
Skipping link http://pyqrnative.googlecode.com/svn/trunk/ (from https://pypi.python.org/simple/pyqrnative/); not a file
Using version 0.1.4 (newest of versions: 0.1.4, 0.1.4, 0.1.3, 0.1.3, 0.1.1, 0.1.1, 0.1.0, 0.1.0)
Downloading pyqrnative-0.1.4.tar.gz

Downloading from URL https://pypi.python.org/packages/source/p/pyqrnative/pyqrnative-0.1.4.tar.gz#md5=10fd424c4181ff310b692ac297e6ef6b (from https://pypi.python.org/simple/pyqrnative/)
Running setup.py egg_info for package pyqrnative

Traceback (most recent call last):

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

File "/home/wwweb/projects/frontdesk/build/pyqrnative/setup.py", line 109, in <module>

setup_package()

File "/home/wwweb/projects/frontdesk/build/pyqrnative/setup.py", line 92, in setup_package

write_version_py()

File "/home/wwweb/projects/frontdesk/build/pyqrnative/setup.py", line 76, in write_version_py

a = open(filename, 'w')

IOError: [Errno 2] No such file or directory: 'pyqrnative/version.py'

Complete output from command python setup.py egg_info:

Traceback (most recent call last):

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

File "/home/wwweb/projects/frontdesk/build/pyqrnative/setup.py", line 109, in <module>

setup_package()

File "/home/wwweb/projects/frontdesk/build/pyqrnative/setup.py", line 92, in setup_package

write_version_py()

File "/home/wwweb/projects/frontdesk/build/pyqrnative/setup.py", line 76, in write_version_py

a = open(filename, 'w')

IOError: [Errno 2] No such file or directory: 'pyqrnative/version.py'

----------------------------------------

Cleaning up...

Removing temporary dir /home/wwweb/projects/frontdesk/build...
Command python setup.py egg_info failed with error code 1 in /home/wwweb/projects/frontdesk/build/pyqrnative

Exception information:
Traceback (most recent call last):
File "/home/wwweb/projects/frontdesk/local/lib/python2.7/site-packages/pip/basecommand.py", line 134, in main
status = self.run(options, args)
File "/home/wwweb/projects/frontdesk/local/lib/python2.7/site-packages/pip/commands/install.py", line 236, in run
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
File "/home/wwweb/projects/frontdesk/local/lib/python2.7/site-packages/pip/req.py", line 1134, in prepare_files
req_to_install.run_egg_info()
File "/home/wwweb/projects/frontdesk/local/lib/python2.7/site-packages/pip/req.py", line 259, in run_egg_info
command_desc='python setup.py egg_info')
File "/home/wwweb/projects/frontdesk/local/lib/python2.7/site-packages/pip/util.py", line 670, in call_subprocess
% (command_desc, proc.returncode, cwd))
InstallationError: Command python setup.py egg_info failed with error code 1 in /home/wwweb/projects/frontdesk/build/pyqrnative
Powered by Google Project Hosting