tvalentyn commented on PR #17669:
URL: https://github.com/apache/beam/pull/17669#issuecomment-1127543642
Looks like the tool that pulls licences is having trouble to get dill's
license now:
RuntimeError: Could not retrieve licences for packages ['dill'] in Python3.8
environment.
These licenses were not able to be pulled automatically. Please search code
source of the dependencies on the internet and add urls to RAW license file at
sdks/python/container/license_scripts/dep_urls_py.yaml for each missing license
and rerun the test. If no such urls can be found, you need to manually add
LICENSE and NOTICE (if available) files at
sdks/python/container/license_scripts/manual_licenses/{dep}/ and add entries to
sdks/python/container/license_scripts/dep_urls_py.yaml.
[0mThe command '/bin/sh -c if [ "$pull_licenses" = "true" ] ; then
pip install 'pip-licenses<4.0.0' pyyaml tenacity && python
/tmp/license_scripts/pull_licenses_py.py ; fi' returned a non-zero code: 1
> Task :sdks:python:container:py38:docker FAILED
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]