tvalentyn commented on pull request #15556:
URL: https://github.com/apache/beam/pull/15556#issuecomment-926329278


   ```
   15:06:31 > Task :sdks:python:container:py38:docker
   15:06:31 Skip pulling license for  bs4
   15:06:31 Traceback (most recent call last):
   15:06:31   File "/tmp/license_scripts/pull_licenses_py.py", line 189, in 
<module>
   15:06:31     raise RuntimeError(
   15:06:31 RuntimeError: Could not retrieve licences for packages ['clang'] in 
Python3.8 environment. 
   15:06:31  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.
   15:06:31 The command '/bin/sh -c if [ "$pull_licenses" = "true" ] ; then     
pip install 'pip-licenses<3.0.0;python_version>="3.5"' &&     pip install 
'pip-licenses==1.18.0;python_version<="2.7"' &&     python 
/tmp/license_scripts/pull_licenses_py.py &&     pip uninstall -y pip-licenses 
&&     rm -rf /root/.cache/pip ;    else     rm -rf 
/opt/apache/beam/third_party_licenses ;    fi' returned a non-zero code: 1
   15:06
   ```
   
   looks like we need to add a license for a new dependnency.


-- 
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]


Reply via email to