Pip error configuring certbot client

I’m trying to set up HTTPS on a server on which I’ve configured Review Board using a Bitnami image. Just in trying to set up the certbot client, I run the following commands:

cd /opt/bitnami
sudo ./use_reviewboard
cd ~/certbot
./certbot-auto

but I get the following output:

Checking for new version...
Creating virtual environment...
Installing Python packages...
Had a problem while installing Python packages:

Usage:
  pip install [options] <requirement specifier> ...
  pip install [options] -r <requirements file> ...
  pip install [options] [-e] <vcs project url> ...
  pip install [options] [-e] <local project path> ...
  pip install [options] <archive url/path> ...

no such option: --no-cache-dir

Not really sure what the issue is, as I can run pip install with the --no-cache-dir option manually and get no error. If it helps, the output of pip --version is

pip 8.0.3 from /opt/bitnami/python/lib/python2.7/site-packages (python 2.7)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.