googledatalab / datalab

Interactive tools and developer experiences for Big Data on Google Cloud Platform.
Apache License 2.0
975 stars 249 forks source link

Error with Third Party Licences when building Datalab image #2120

Closed bnajlis closed 5 years ago

bnajlis commented 5 years ago

Running ./build.sh returns the following error:

https://raw.githubusercontent.com/pallets/werkzeug/master/LICENSE
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.192.133, 151.101.0.133, 151.101.64.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.192.133|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2019-03-03 01:17:32 ERROR 404: Not Found.

The command '/bin/bash -c mkdir /usr/licenses &&     /tools/license/license.sh /tools/license/third_party_licenses.csv /usr/licenses' returned a non-zero code: 8

attributed to the license file renamed. Submitting this to keep track of the issue, working on the pull request to fix it.