Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install certbot after installing linode-cli with pip #49

Closed
willemdh opened this issue Sep 19, 2018 · 2 comments
Closed

Unable to install certbot after installing linode-cli with pip #49

willemdh opened this issue Sep 19, 2018 · 2 comments

Comments

@willemdh
Copy link

willemdh commented Sep 19, 2018

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 certbot/certbot#6245.

Grtz

Willem

@Dorthu
Copy link
Member

Dorthu commented Oct 2, 2018

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.

@lgarber-akamai
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants