Created
June 23, 2021 16:01
-
-
Save castrojo/616128e2bd6b86b18ee21211bf9b930f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pip install c7n | |
Collecting c7n | |
Downloading c7n-0.9.11-py3-none-any.whl (485 kB) | |
|████████████████████████████████| 485 kB 5.3 MB/s | |
Collecting typing-extensions==3.7.4.3 | |
Downloading typing_extensions-3.7.4.3-py3-none-any.whl (22 kB) | |
Collecting jsonschema==3.2.0 | |
Downloading jsonschema-3.2.0-py2.py3-none-any.whl (56 kB) | |
|████████████████████████████████| 56 kB 3.8 MB/s | |
Collecting jmespath==0.10.0; python_version >= "2.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" | |
Downloading jmespath-0.10.0-py2.py3-none-any.whl (24 kB) | |
Collecting attrs==20.3.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" | |
Downloading attrs-20.3.0-py2.py3-none-any.whl (49 kB) | |
|████████████████████████████████| 49 kB 5.1 MB/s | |
Collecting tabulate==0.8.9 | |
Downloading tabulate-0.8.9-py3-none-any.whl (25 kB) | |
Collecting urllib3==1.26.4; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version < "4" | |
Downloading urllib3-1.26.4-py2.py3-none-any.whl (153 kB) | |
|████████████████████████████████| 153 kB 16.5 MB/s | |
Collecting boto3==1.17.33; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" | |
Downloading boto3-1.17.33-py2.py3-none-any.whl (131 kB) | |
|████████████████████████████████| 131 kB 16.3 MB/s | |
Collecting zipp==3.4.1; python_version >= "3.6" | |
Downloading zipp-3.4.1-py3-none-any.whl (5.2 kB) | |
Collecting jsonpickle==1.3 | |
Downloading jsonpickle-1.3-py2.py3-none-any.whl (32 kB) | |
Collecting s3transfer==0.3.6 | |
Downloading s3transfer-0.3.6-py2.py3-none-any.whl (73 kB) | |
|████████████████████████████████| 73 kB 1.6 MB/s | |
Collecting pyrsistent==0.17.3; python_version >= "3.5" | |
Downloading pyrsistent-0.17.3.tar.gz (106 kB) | |
|████████████████████████████████| 106 kB 18.8 MB/s | |
Collecting botocore==1.20.33; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" | |
Downloading botocore-1.20.33-py2.py3-none-any.whl (7.3 MB) | |
|████████████████████████████████| 7.3 MB 14.6 MB/s | |
Collecting argcomplete==1.12.2 | |
Downloading argcomplete-1.12.2-py2.py3-none-any.whl (38 kB) | |
Collecting importlib-metadata==3.7.3; python_version >= "3.6" | |
Downloading importlib_metadata-3.7.3-py3-none-any.whl (12 kB) | |
Collecting python-dateutil==2.8.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" | |
Downloading python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB) | |
|████████████████████████████████| 227 kB 80.9 MB/s | |
Collecting pyyaml==5.4.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" | |
Downloading PyYAML-5.4.1-cp38-cp38-manylinux1_x86_64.whl (662 kB) | |
|████████████████████████████████| 662 kB 83.3 MB/s | |
Collecting six==1.15.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" | |
Downloading six-1.15.0-py2.py3-none-any.whl (10 kB) | |
Requirement already satisfied: setuptools in ./custodian/lib/python3.8/site-packages (from jsonschema==3.2.0->c7n) (44.0.0) | |
Building wheels for collected packages: pyrsistent | |
Building wheel for pyrsistent (setup.py) ... error | |
ERROR: Command errored out with exit status 1: | |
command: /home/jorge/custodian/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-lepx06ox/pyrsistent/setup.py'"'"'; __file__='"'"'/tmp/pip-install-lepx06ox/pyrsistent/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-hh3yjmwt | |
cwd: /tmp/pip-install-lepx06ox/pyrsistent/ | |
Complete output (6 lines): | |
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] | |
or: setup.py --help [cmd1 cmd2 ...] | |
or: setup.py --help-commands | |
or: setup.py cmd --help | |
error: invalid command 'bdist_wheel' | |
---------------------------------------- | |
ERROR: Failed building wheel for pyrsistent | |
Running setup.py clean for pyrsistent | |
Failed to build pyrsistent | |
Installing collected packages: typing-extensions, attrs, six, pyrsistent, jsonschema, jmespath, tabulate, urllib3, python-dateutil, botocore, s3transfer, boto3, zipp, jsonpickle, argcomplete, importlib-metadata, pyyaml, c7n | |
Running setup.py install for pyrsistent ... done | |
Successfully installed argcomplete-1.12.2 attrs-20.3.0 boto3-1.17.33 botocore-1.20.33 c7n-0.9.11 importlib-metadata-3.7.3 jmespath-0.10.0 jsonpickle-1.3 jsonschema-3.2.0 pyrsistent-0.17.3 python-dateutil-2.8.1 pyyaml-5.4.1 s3transfer-0.3.6 six-1.15.0 tabulate-0.8.9 typing-extensions-3.7.4.3 urllib3-1.26.4 zipp-3.4.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment