-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpip-log.txt
120 lines (75 loc) · 4.79 KB
/
pip-log.txt
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
Checking out jingo from git+git://github.com/jbalogh/jingo.git#egg=jingo checkout from git+git://github.com/jbalogh/jingo.git#egg=jingo
Cloning git://github.com/jbalogh/jingo.git to ./src/jingo
Running command git clone -q git://github.com/jbalogh/jingo.git /home/c/djcode/playdoh/src/jingo
Running command git checkout -q master
Running setup.py egg_info for package jingo
running egg_info
creating jingo.egg-info
writing requirements to jingo.egg-info/requires.txt
writing jingo.egg-info/PKG-INFO
writing top-level names to jingo.egg-info/top_level.txt
writing dependency_links to jingo.egg-info/dependency_links.txt
writing manifest file 'jingo.egg-info/SOURCES.txt'
warning: manifest_maker: standard file '-c' not found
reading manifest file 'jingo.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'examples'
writing manifest file 'jingo.egg-info/SOURCES.txt'
Requirement already satisfied: jinja2 in /usr/local/lib/python2.6/dist-packages/Jinja2-2.5.5-py2.6.egg (from jingo)
Installing collected packages: jingo, jinja2
Running setup.py develop for jingo
Running command /usr/bin/python -c "import setuptools; __file__='/home/c/djcode/playdoh/src/jingo/setup.py'; execfile('/home/c/djcode/playdoh/src/jingo/setup.py')" develop --no-deps
running develop
error: can't create or remove files in install directory
The following error occurred while trying to add or remove files in the
installation directory:
[Errno 13] Permission denied: '/usr/local/lib/python2.6/dist-packages/test-easy-install-16508.write-test'
The installation directory you specified (via --install-dir, --prefix, or
the distutils default setting) was:
/usr/local/lib/python2.6/dist-packages/
Perhaps your account does not have write access to this directory? If the
installation directory is a system-owned directory, you may need to sign in
as the administrator or "root" account. If you do not have administrative
access to this machine, you may wish to choose a different installation
directory, preferably one that is listed in your PYTHONPATH environment
variable.
For information on other options, you may wish to consult the
documentation at:
http://peak.telecommunity.com/EasyInstall.html
Please make the appropriate changes for your system and try again.
Complete output from command /usr/bin/python -c "import setuptools; __file__='/home/c/djcode/playdoh/src/jingo/setup.py'; execfile('/home/c/djcode/playdoh/src/jingo/setup.py')" develop --no-deps:
running develop
error: can't create or remove files in install directory
The following error occurred while trying to add or remove files in the
installation directory:
[Errno 13] Permission denied: '/usr/local/lib/python2.6/dist-packages/test-easy-install-16508.write-test'
The installation directory you specified (via --install-dir, --prefix, or
the distutils default setting) was:
/usr/local/lib/python2.6/dist-packages/
Perhaps your account does not have write access to this directory? If the
installation directory is a system-owned directory, you may need to sign in
as the administrator or "root" account. If you do not have administrative
access to this machine, you may wish to choose a different installation
directory, preferably one that is listed in your PYTHONPATH environment
variable.
For information on other options, you may wish to consult the
documentation at:
http://peak.telecommunity.com/EasyInstall.html
Please make the appropriate changes for your system and try again.
----------------------------------------
Command /usr/bin/python -c "import setuptools; __file__='/home/c/djcode/playdoh/src/jingo/setup.py'; execfile('/home/c/djcode/playdoh/src/jingo/setup.py')" develop --no-deps failed with error code 1
Exception information:
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/pip.py", line 252, in main
self.run(options, args)
File "/usr/lib/python2.6/dist-packages/pip.py", line 410, in run
requirement_set.install(install_options)
File "/usr/lib/python2.6/dist-packages/pip.py", line 2017, in install
requirement.install(install_options)
File "/usr/lib/python2.6/dist-packages/pip.py", line 1494, in install
self.install_editable()
File "/usr/lib/python2.6/dist-packages/pip.py", line 1562, in install_editable
show_stdout=False)
File "/usr/lib/python2.6/dist-packages/pip.py", line 3543, in call_subprocess
% (command_desc, proc.returncode))
InstallationError: Command /usr/bin/python -c "import setuptools; __file__='/home/c/djcode/playdoh/src/jingo/setup.py'; execfile('/home/c/djcode/playdoh/src/jingo/setup.py')" develop --no-deps failed with error code 1