Code Monkey home page Code Monkey logo

Comments (12)

nise avatar nise commented on August 12, 2024 4

In my case pip was not installed. So I run sudo apt-get install python-pip, Then I tried to install wheel manually: pip install wheel. This failed because of missconfigured locals that could be fixed by the command export LC_ALL=C. After that I was able to run the certbot again.

from ansible-role-certbot.

astrakid avatar astrakid commented on August 12, 2024

i have the same problem.

from ansible-role-certbot.

robertolopezlopez avatar robertolopezlopez commented on August 12, 2024

I can reproduce this problem as well

from ansible-role-certbot.

astrakid avatar astrakid commented on August 12, 2024

The problem disappeared the next day for me.

from ansible-role-certbot.

xyombo avatar xyombo commented on August 12, 2024

The problem disappeared the next day for me.

from ansible-role-certbot.

robertolopezlopez avatar robertolopezlopez commented on August 12, 2024

I can reproduce this problem as well

I gave it a n-th try and also managed to get it working.

from ansible-role-certbot.

johnstef99 avatar johnstef99 commented on August 12, 2024

solved this problem by changing the default pip version!

  1. check your pip and python version by typing pip --version and python --version.
  2. If both of them don't version 2.7 edit /.bashrc by typing nano ~/.bashrc and add:
    alias pip='pip2' alias python='python2'
    these 2 lines at the top of the file
  3. then type source ~/.bashrc
  4. try to run cerbot command again and if it's not working try step 5
  5. upgrade setuptools by typing pip install --upgrade setuptools --user

from ansible-role-certbot.

bote100 avatar bote100 commented on August 12, 2024

Step 5 doesn't helped!

from ansible-role-certbot.

speedlight avatar speedlight commented on August 12, 2024

I had the same problem but in one run of the role everything start to wokr again :S wierd

from ansible-role-certbot.

stale avatar stale commented on August 12, 2024

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

from ansible-role-certbot.

stale avatar stale commented on August 12, 2024

This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.

from ansible-role-certbot.

nise avatar nise commented on August 12, 2024

Sorry,
I have the same problem. Some support for people not knowing python that much would be helpful.

from ansible-role-certbot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.