I ran into the same problem just now. Sadly the upgrade to the latest ubuntu
ppa version 1.7.18 didn't make a difference.
What actually helped was calling pip from inside python (as mentioned somewhere on
pip's installation pages for upgrading) :
So my build now looks somewhat like this and works like a charm:
Code: Select all
python get-pip.py
python -m pip install -r requirements.txt
python c:\python27\lib\site-packages\pyinstaller\main.py -y main.spec
And for those wondering why: Add VNC to this wine jenkins node and you can build perfectly good windows executables on a linux node
