Open augnustin opened 8 years ago
Fixed it through:
http://askubuntu.com/questions/683601/how-to-upgrade-python-setuptools-12-2-on-ubuntu-15-04
I was using setup-tools version 3.3
...
I also had to manually upgrade some packages:
pip install -U pbr
pip install -U mock
I did:
sudo python /opt/letsencrypt-external/setup.py install
and got:Using:
Thanks for the help