Building dependency tree
Reading state information... Done
dialog is already the newest version.
gcc is already the newest version.
python is already the newest version.
ca-certificates is already the newest version.
git is already the newest version.
libssl-dev is already the newest version.
libssl-dev set to manually installed.
The following extra packages will be installed:
augeas-lenses libpython-dev libpython2.7-dev python-chardet-whl python-colorama-whl python-distlib-whl python-html5lib-whl
python-pip-whl python-requests-whl python-setuptools-whl python-six-whl python-urllib3-whl python2.7-dev python3-virtualenv
Suggested packages:
augeas-doc augeas-tools
The following NEW packages will be installed:
augeas-lenses libaugeas0 libffi-dev libpython-dev libpython2.7-dev python-chardet-whl python-colorama-whl python-dev
python-distlib-whl python-html5lib-whl python-pip-whl python-requests-whl python-setuptools-whl python-six-whl
python-urllib3-whl python-virtualenv python2.7-dev python3-virtualenv virtualenv
0 upgraded, 19 newly installed, 0 to remove and 5 not upgraded.
Need to get 34.2 MB of archives.
After this operation, 49.5 MB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
libpython2.7-dev augeas-lenses libaugeas0 libpython-dev python-chardet-whl python-colorama-whl python2.7-dev python-dev
python-distlib-whl python-html5lib-whl python-six-whl python-urllib3-whl python-requests-whl python-setuptools-whl
python-pip-whl python-virtualenv python3-virtualenv virtualenv libffi-dev
E: There are problems and -y was used without --force-yes
Failed to install a working "virtualenv" command, exiting
apt-get update is what i meant, not upgrade, sorry. and another error - i’d forgotten that this newer box came with 14.10 on it, not 14.04. 14.10 isn’t a long-term release, that seems to be the problem. in any case this isn’t a letsencrypt problem.
for anybody else running into this: i’m working with this solution to the 14.10 problem
I don't think those are the correct packages for Ubuntu 14.04. The OP was using 14.10 which includes different packages for virtualenv (for example, python3-virtualenv is python-virtualenv there). ./letsencrypt-auto should install the correct packages for Ubuntu 14.04 automatically If you want to do it manually, look at this file: https://github.com/letsencrypt/letsencrypt/blob/master/bootstrap/_deb_common.sh
After that I can run the .local/share/letsencrypt/bin/letsencrypt file just fine.
Running the le-auto script I always get that complaint initially.
E: No packages found
Seems things still work, even if it’s missing something.
Do note, that the install on my regular account works just fine. It’s just that I wanted to run LE in cron and then setup a specific account for it. On that account le-auto refused to work, until I stumbled on the dev instructions.