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
./letsencrypt-auto: line 460: virtualenv: command not found #2889
Comments
Try adding the EPEL repository first:
|
Having same issues on Ubuntu 14.04 lts. |
I believe this issue can be closed. If anyone disagrees, just comment and let me know. |
Unfortunately I'm running into the same issue. It looks like I have the latest epel-release
but I'm missing
So I thought I'll just manually install pip, but when I try
|
I ended up going through and manually installing pip and virtualenv and it's working with deprecation warnings about it being python 2.6. I installed 2.7, but had to do it as python2.7 since apparently yum requires 2.6. But I don't know how to get the script to run with 2.7. |
@aronduby, thanks for reporting the issue. A few questions:
Also, the deprecation warning is output by one of our dependencies, however, we've pin specific versions of their packages in
If one of those binaries corresponds with Python 2.7 and appears in the list before the Python 2.6 binary, deleting the virtual environment with |
@bmw you are correct, it's CentOS 6. Both virtualenv and pip end with an error saying no macthing packages
and
I'll dig into the env later tonight and report back. If nothing else it's good to know that you've pinned the version. |
Similar position here @bmw I've Centos 6 with both Python 2.6 and 2.7 installed. ./certbot-auto is not picking up that python2.7 is available and is trying to install python-tools 2.6.6-64.el6 which is a conflict.
I also get the following for
|
@chopstik, and you have |
I'm using Amazon Linux and ran
I then found this issue. Running
|
@bmw |
@bmw any further ideas on this, python-tools is used by WHM etc to update the system and I'm stuck now without it. Any ideas appreciated. |
@chopstik, you should probably create a new issue because As a workaround, you can make such a patch to your local copy of |
|
If you're using Amazon Linux with Python 2.6 and have pip already installed, just run I had the same problem like @Maikel-Predikkta but i was not able to install python-virtualenv through yum. |
yum install python-pip worked for me with warnings on version conflict for 2.6, Amazon Linux 2016.03 |
yum install python-setuptools python-setuptools-devel worked for me(python 2.6 ,centos 6) |
@Hokkaidosunny 's fix worked great. Thank you. One note -- to use sudo for pip install, you must do whereis pip and use sudo with the full path to pip, or else it doesn't find it. |
|
@Hokkaidosunny Also worked like a charm for me! Thank you so much! Working on Amazon Linux Ami and Nginx |
On Amazon Linux Ami, if phyton 2.6 is already installed, installing python 2.7 doesn't make it the default one. |
I've renewed this same certificate on the same server many times before. It's running Apache 2.4 on Amazon Linux AMI release 2017.03. Well today for no reason at all the usual renewal command no longer works:
I tried everything suggested in this issue thread and others, nothing worked, until I tried this one thing that no one else suggested: followed by:
Boom, working now. WTF? |
This thread is a collection of different issues across various OS's. There's not anything in particular in common that's actionable on our side, so I'm closing this issue. If you stumble on this issue with something similar, try asking the Let's Encrypt Community Forums! You'll get faster help there; if it turns out that from your forum discussion you find something we can fix in this repository, feel free to open a new issue. |
does not work on centos
The text was updated successfully, but these errors were encountered: