linode-cli icon indicating copy to clipboard operation
linode-cli copied to clipboard

Unable to install certbot after installing linode-cli with pip

Open willemdh opened this issue 7 years ago • 1 comments

Hello,

I stumbled on issues with installation of certbot after installing linode-cli with pip. As I had this on an Ansible generated server after I added:

- name: Install Python packages
  pip:
    name: "{{item}}"
    state: present
  with_items:
    - linode-cli

Error with yum install certbot

Error unpacking rpm package python-urllib3-1.10.2-5.el7.noarch

Not sure how or where this should be resolved.. Please also check https://github.com/certbot/certbot/issues/6245.

Grtz

Willem

willemdh avatar Sep 19 '18 16:09 willemdh

Thanks for the report. As the issue you linked to suggests, this looks like a dependency mismatch between pip and yum. For best results, you should install certbot through pip as well (pip install certbot) instead of using an outside package manager for it.

Dorthu avatar Oct 02 '18 11:10 Dorthu

Assuming this is a system configuration issue. Feel free to @ me if this issue is still occurring :slightly_smiling_face:

lgarber-akamai avatar Jan 10 '23 20:01 lgarber-akamai