Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MichaelDavisTSN/3642d940becaf90e96642953f4d3bd50 to your computer and use it in GitHub Desktop.
Save MichaelDavisTSN/3642d940becaf90e96642953f4d3bd50 to your computer and use it in GitHub Desktop.
Building wheels for collected packages: c7n
Building wheel for c7n (PEP 517) ... done
Created wheel for c7n: filename=c7n-0.9.4-cp37-none-any.whl size=497568 sha256=cf75a700c9f25034bdc781b2fe1daf9d344395a0ffee2d891461a3abfe568467
Stored in directory: /root/.cache/pip/wheels/cd/e3/92/21a05bf91d56da2c8371f37f2046c669bd01f5b574ec02639e
Successfully built c7n
Installing collected packages: jmespath, docutils, urllib3, six, python-dateutil, botocore, s3transfer, boto3, zipp, importlib-metadata, argcomplete, attrs, pyrsistent, jsonschema, pyyaml, tabulate, c7n
Running setup.py install for pyrsistent ... done
Running setup.py install for pyyaml ... done
Successfully installed argcomplete-1.12.0 attrs-19.3.0 boto3-1.14.24 botocore-1.17.24 c7n-0.9.4 docutils-0.15.2 importlib-metadata-1.7.0 jmespath-0.10.0 jsonschema-3.2.0 pyrsistent-0.16.0 python-dateutil-2.8.1 pyyaml-5.3.1 s3transfer-0.3.3 six-1.15.0 tabulate-0.8.7 urllib3-1.25.9 zipp-3.1.0
Processing ./tools/c7n_org
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing wheel metadata ... error
ERROR: Command errored out with exit status 1:
command: /opt/custodian/bin/python3 /opt/custodian/lib64/python3.7/site-packages/pip/_vendor/pep517/_in_process.py prepare_metadata_for_build_wheel /tmp/tmpr46nq6k0
cwd: /tmp/pip-req-build-egzupvqt
Complete output (16 lines):
Traceback (most recent call last):
File "/opt/custodian/lib64/python3.7/site-packages/pip/_vendor/pep517/_in_process.py", line 207, in <module>
main()
File "/opt/custodian/lib64/python3.7/site-packages/pip/_vendor/pep517/_in_process.py", line 197, in main
json_out['return_val'] = hook(**hook_input['kwargs'])
File "/opt/custodian/lib64/python3.7/site-packages/pip/_vendor/pep517/_in_process.py", line 69, in prepare_metadata_for_build_wheel
return hook(metadata_directory, config_settings)
File "/tmp/pip-build-env-jzl0m17c/overlay/lib/python3.7/site-packages/poetry/masonry/api.py", line 38, in prepare_metadata_for_build_wheel
poetry = Factory().create_poetry(Path("."))
File "/tmp/pip-build-env-jzl0m17c/overlay/lib/python3.7/site-packages/poetry/factory.py", line 109, in create_poetry
package.add_dependency(name, constraint, category="dev")
File "/tmp/pip-build-env-jzl0m17c/overlay/lib/python3.7/site-packages/poetry/packages/package.py", line 333, in add_dependency
develop=constraint.get("develop", True),
File "/tmp/pip-build-env-jzl0m17c/overlay/lib/python3.7/site-packages/poetry/packages/directory_dependency.py", line 53, in __init__
self._full_path
ValueError: Directory ../.. does not seem to be a Python package
----------------------------------------
ERROR: Command errored out with exit status 1: /opt/custodian/bin/python3 /opt/custodian/lib64/python3.7/site-packages/pip/_vendor/pep517/_in_process.py prepare_metadata_for_build_wheel /tmp/tmpr46nq6k0 Check the logs for full command output.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment