I launch the virtual machine, to he initial state.
When I update python requeriment, and then i launch the pip install,
appears that error
Obtaining python-varnish==0.1.2 from git+
https://github.com/RealGeeks/
python-varnish.git@0971d6024fbb2614350853a5e0f8736ba3fb1f0d#egg=python-
varnish==0.1.2 (from -r python_requirements.txt (line 6))
Cloning
https://github.com/RealGeeks/python-varnish.git (to
0971d6024fbb2614350853a5e0f8736ba3fb1f0d) to ./src/python-varnish
error: The requested URL returned error: 401 while accessing
https://github.com/RealGeeks/python-varnish.git/info/refs
fatal: HTTP request failed
Complete output from command /usr/bin/git clone -q
https://github.com/RealGeeks/python-varnish.git /home/localidata/
cartodb20/src/python-varnish:
On 8 mar, 15:11, Sandro Santilli <
s...@vizzuality.com> wrote:
> Oops, it seems I can't read up to 7 lines :)
> Sorry for the noise --strk;
>
>
>
>
>
>
>
> On Fri, Mar 08, 2013 at 02:45:35PM +0100, Javier Santana wrote:
> >
https://github.com/CartoDB/cartodb20/blob/develop/python_requirements...
>
> > On Fri, Mar 8, 2013 at 2:42 PM, Sandro Santilli <
s...@vizzuality.com> wrote:
>
> > > On Fri, Mar 08, 2013 at 02:37:38PM +0100, Javier Santana wrote:
> > > > you should install python modules in python_requirements.txt
>
> > > > pip install -r python_requirements.txt
>
> > > It seems to be missing GDAL:
> > >
https://github.com/CartoDB/cartodb20/blob/develop/python_requirements...
>
> > > --strk;