pixelated / puppet-pixelated

Puppet Module to setup the Pixelated User Agent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

leap deploy gives errors

Fjodor42 opened this issue · comments

Of note are the following - I don't know if this pertains to LEAP or to you guys, so please advise if I need to take it elsewhere:

sune@jekaterina:~/src/pixelated/leap/mail2$ leap -v2 deploy mail2
[...]
   - [mail2] Error: Could not prefetch package provider 'pip': [nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil]
   - [mail2] Error: /Package[behave]: Could not evaluate: [nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil]
[...]
   - [mail2] Error: /Package[selenium]: Could not evaluate: [nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil]
[...]

Hello @Fjodor42, it seems you had problems with pip while installing python packages.
A local PyPi mirror outage can be the cause. Can you try again now?

If the problem persists, can you put your pip and debian version?

Inspiration from https://bugs.launchpad.net/fuel/+bug/1547048 led me to aptitude remove python-pip && easy_install pip, and now it works.

Thank you for answering, though :-)