I followed the installation guideline but got stuck here. Any idea?
sudo apt-get install certbot -t jessie-backports
certbot --version
Traceback (most recent call last):
File “/usr/bin/certbot”, line 6, in
from pkg_resources import load_entry_point
File “build/bdist.linux-x86_64/egg/pkg_resources/init.py”, line 3019, in
File “build/bdist.linux-x86_64/egg/pkg_resources/init.py”, line 3003, in _call_aside
File “build/bdist.linux-x86_64/egg/pkg_resources/init.py”, line 3032, in _initialize_master_working_set
File “build/bdist.linux-x86_64/egg/pkg_resources/init.py”, line 655, in _build_master
File “build/bdist.linux-x86_64/egg/pkg_resources/init.py”, line 963, in require
File “build/bdist.linux-x86_64/egg/pkg_resources/init.py”, line 849, in resolve
pkg_resources.DistributionNotFound: The ‘certbot==0.10.2’ distribution was not found and is required by the application
I also tried the certbot-auto script from the EFF which returns
The following packages have unmet dependencies:
libssl-dev : Depends: libssl1.0.0 (= 1.0.1t-1+deb8u6) but 1.0.2k-1~bpo8+1 is to be installed
E: Unable to correct problems, you have held broken packages.
sudo pip install cryptography
Traceback (most recent call last):
File “/usr/bin/pip”, line 5, in
from pkg_resources import load_entry_point
File “build/bdist.linux-x86_64/egg/pkg_resources/init.py”, line 3019, in
File “build/bdist.linux-x86_64/egg/pkg_resources/init.py”, line 3003, in _call_aside
File “build/bdist.linux-x86_64/egg/pkg_resources/init.py”, line 3032, in _initialize_master_working_set
File “build/bdist.linux-x86_64/egg/pkg_resources/init.py”, line 655, in _build_master
File “build/bdist.linux-x86_64/egg/pkg_resources/init.py”, line 963, in require
File “build/bdist.linux-x86_64/egg/pkg_resources/init.py”, line 849, in resolve
pkg_resources.DistributionNotFound: The ‘pip==1.5.6’ distribution was not found and is required by the application
pip freeze
Traceback (most recent call last):
File “/usr/bin/pip”, line 5, in
from pkg_resources import load_entry_point
File “build/bdist.linux-x86_64/egg/pkg_resources/init.py”, line 3019, in
File “build/bdist.linux-x86_64/egg/pkg_resources/init.py”, line 3003, in _call_aside
File “build/bdist.linux-x86_64/egg/pkg_resources/init.py”, line 3032, in _initialize_master_working_set
File “build/bdist.linux-x86_64/egg/pkg_resources/init.py”, line 655, in _build_master
File “build/bdist.linux-x86_64/egg/pkg_resources/init.py”, line 963, in require
File “build/bdist.linux-x86_64/egg/pkg_resources/init.py”, line 849, in resolve
pkg_resources.DistributionNotFound: The ‘pip==1.5.6’ distribution was not found and is required by the application