Pip install from requirements file is failing, but installing one by one works
问题 I am trying to install a bunch of python dependencies using a requirements.txt file with the following command: pip install -r requirements.txt The requirements.txt file has the following packages: pep8 selenium paramiko soappy nose wmi mock python-keystoneclient python-novaclient python-cinderclient python-swiftclient python-glanceclient python-heatclient python-neutronclient But when running the pip install command I am getting this error: Downloading/unpacking PrettyTable>=0.7,<0.8 (from