From 7cb4a9126ceade44b55dfb2d476eb507371a82d8 Mon Sep 17 00:00:00 2001 From: jfc-evs Date: Mon, 8 Feb 2021 10:21:59 +0100 Subject: [PATCH] Update requirements.txt Correction for: Collecting cryptography (from ansible==2.9.16->-r kubespray/requirements.txt (line 1)) Downloading https://files.pythonhosted.org/packages/06/ed/cb79cc94ec58d9d92557238fc6c629cd6e07d72334d2de556aecc2211370/cryptography-3.4.1.tar.gz (544kB) Complete output from command python setup.py egg_info: =============================DEBUG ASSISTANCE========================== If you are seeing an error here please try the following to successfully install cryptography: Upgrade to the latest pip and try again. This will fix errors for most users. See: https://pip.pypa.io/en/stable/installing/#upgrading-pip =============================DEBUG ASSISTANCE========================== Traceback (most recent call last): File "", line 1, in File "/tmp/pip-build-ha3jzl4a/cryptography/setup.py", line 14, in from setuptools_rust import RustExtension ModuleNotFoundError: No module named 'setuptools_rust' ---------------------------------------- Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-ha3jzl4a/cryptography/ --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index de174a4838e..f7f6ad34a10 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ ansible==2.9.16 +cryptography==2.8 jinja2==2.11.1 netaddr==0.7.19 pbr==5.4.4