构建Docker镜像失败
- Dominant language
- C++
- Stars
- 2.9k
- Forks
- 553
- PR merge metrics
- No merged PRs in 30d
Description
```
sudo docker build --network=host -f tools/docker/Dockerfile .
[sudo] password for nlp:
Sending build context to Docker daemon 1.136GB
Step 1/16 : FROM ubuntu:18.04
---> c3c304cb4f22
Step 2/16 : COPY tools/docker/sources.list /etc/apt
---> Using cache
---> 197e2f78bb17
Step 3/16 : RUN apt-get update && apt-get install -y --no-install-recommends ant autoconf build-essential cmake default-jre golang-go python python-pip python-setuptools wget && apt-get clean && rm -rf /var/lib/apt/lists/*
---> Using cache
---> 194aab84680d
Step 4/16 : ENV JAVA_HOME /usr/lib/jvm/java-11-openjdk-amd64
---> Using cache
---> 6e445c89c4c7
Step 5/16 : ENV LD_LIBRARY_PATH $LD_LIBRARY_PATH:$JAVA_HOME/lib/server
---> Using cache
---> 4a18696f05ef
Step 6/16 : RUN wget https://mirrors.aliyun.com/apache/hadoop/common/hadoop-2.9.2/hadoop-2.9.2.tar.gz && tar xf hadoop-2.9.2.tar.gz -C /usr/local && rm -rf hadoop-2.9.2.tar.gz
---> Using cache
---> 17ccde67bddc
Step 7/16 : ENV HADOOP_HOME /usr/local/hadoop-2.9.2
---> Using cache
---> 2729acaf1fb2
Step 8/16 : ENV LIBRARY_PATH $LIBRARY_PATH:$HADOOP_HOME/lib/native
---> Using cache
---> d5338396d78e
Step 9/16 : ENV LD_LIBRARY_PATH $LD_LIBRARY_PATH:$HADOOP_HOME/lib/native
---> Using cache
---> 8632a10dd78d
Step 10/16 : ENV PATH $PATH:$HADOOP_HOME/bin
---> Using cache
---> 25376f296e6d
Step 11/16 : RUN sh -c 'echo export CLASSPATH=$CLASSPATH:$(hadoop classpath --glob) >> /etc/bash.bashrc'
---> Using cache
---> 12c590c5f71f
Step 12/16 : RUN mkdir -p /root/.pip
---> Using cache
---> 47c3e3aa3fd6
Step 13/16 : COPY tools/docker/pip.conf /root/.pip
---> Using cache
---> 125c578dcfe7
Step 14/16 : RUN pip --no-cache-dir install tensorflow
---> Running in 6d4165a1363b
Collecting tensorflow
/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/connectionpool.py:860: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/connectionpool.py:860: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
Downloading https://mirrors.aliyun.com/pypi/packages/d3/59/d88fe8c58ffb66aca21d03c0e290cd68327cc133591130c674985e98a482/tensorflow-1.14.0-cp27-cp27mu-manylinux1_x86_64.whl (109.2MB)
Collecting grpcio>=1.8.6 (from tensorflow)
/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/connectionpool.py:860: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/connectionpool.py:860: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
Downloading https://mirrors.aliyun.com/pypi/packages/f1/23/62d3e82fa4c505f3195315c8a774b2e656b556d174329aa98edb829e48bc/grpcio-1.29.0.tar.gz (19.6MB)
Collecting mock>=2.0.0 (from tensorflow)
/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/connectionpool.py:860: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/connectionpool.py:860: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
Downloading https://mirrors.aliyun.com/pypi/packages/05/d2/f94e68be6b17f46d2c353564da56e6fb89ef09faeeff3313a046cb810ca9/mock-3.0.5-py2.py3-none-any.whl
Collecting keras-applications>=1.0.6 (from tensorflow)
/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/connectionpool.py:860: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/connectionpool.py:860: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
Downloading https://mirrors.aliyun.com/pypi/packages/21/56/4bcec5a8d9503a87e58e814c4e32ac2b32c37c685672c30bc8c54c6e478a/Keras_Applications-1.0.8.tar.gz (289kB)
Collecting wrapt>=1.11.1 (from tensorflow)
/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/connectionpool.py:860: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/connectionpool.py:860: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
Downloading https://mirrors.aliyun.com/pypi/packages/82/f7/e43cefbe88c5fd371f4cf0cf5eb3feccd07515af9fd6cf7dbf1d1793a797/wrapt-1.12.1.tar.gz
Collecting protobuf>=3.6.1 (from tensorflow)
/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/connectionpool.py:860: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/connectionpool.py:860: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
Downloading https://mirrors.aliyun.com/pypi/packages/4f/20/7100d74060355564a692854a8f1022c39f31a58d35da196105aae0e041dc/protobuf-3.12.1-cp27-cp27mu-manylinux1_x86_64.whl (1.3MB)
Collecting keras-preprocessing>=1.0.5 (from tensorflow)
/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/connectionpool.py:860: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/connectionpool.py:860: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
Downloading https://mirrors.aliyun.com/pypi/packages/79/4c/7c3275a01e12ef9368a892926ab932b33bb13d55794881e3573482b378a7/Keras_Preprocessing-1.1.2-py2.py3-none-any.whl (42kB)
Collecting gast>=0.2.0 (from tensorflow)
/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/connectionpool.py:860: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/connectionpool.py:860: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
Downloading https://mirrors.aliyun.com/pypi/packages/d6/84/759f5dd23fec8ba71952d97bcc7e2c9d7d63bdc582421f3cd4be845f0c98/gast-0.3.3-py2.py3-none-any.whl
Collecting wheel (from tensorflow)
/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/connectionpool.py:860: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/connectionpool.py:860: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
Downloading https://mirrors.aliyun.com/pypi/packages/8c/23/848298cccf8e40f5bbb59009b32848a4c38f4e7f3364297ab3c3e2e2cd14/wheel-0.34.2-py2.py3-none-any.whl
Collecting tensorboard<1.15.0,>=1.14.0 (from tensorflow)
/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/connectionpool.py:860: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/connectionpool.py:860: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
Downloading https://mirrors.aliyun.com/pypi/packages/f4/37/e6a7af1c92c5b68fb427f853b06164b56ea92126bcfd87784334ec5e4d42/tensorboard-1.14.0-py2-none-any.whl (3.1MB)
Collecting numpy<2.0,>=1.14.5 (from tensorflow)
/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/connectionpool.py:860: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/connectionpool.py:860: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
Downloading https://mirrors.aliyun.com/pypi/packages/3a/5f/47e578b3ae79e2624e205445ab77a1848acdaa2929a00eeef6b16eaaeb20/numpy-1.16.6-cp27-cp27mu-manylinux1_x86_64.whl (17.0MB)
Collecting termcolor>=1.1.0 (from tensorflow)
/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/connectionpool.py:860: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/connectionpool.py:860: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
Downloading https://mirrors.aliyun.com/pypi/packages/8a/48/a76be51647d0eb9f10e2a4511bf3ffb8cc1e6b14e9e4fab46173aa79f981/termcolor-1.1.0.tar.gz
Collecting six>=1.10.0 (from tensorflow)
/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/connectionpool.py:860: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/connectionpool.py:860: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
Downloading https://mirrors.aliyun.com/pypi/packages/ee/ff/48bde5c0f013094d729fe4b0316ba2a24774b3ff1c52d924a8a4cb04078a/six-1.15.0-py2.py3-none-any.whl
Collecting enum34>=1.1.6 (from tensorflow)
/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/connectionpool.py:860: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/connectionpool.py:860: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
Downloading https://mirrors.aliyun.com/pypi/packages/6f/2c/a9386903ece2ea85e9807e0e062174dc26fdce8b05f216d00491be29fad5/enum34-1.1.10-py2-none-any.whl
Collecting absl-py>=0.7.0 (from tensorflow)
/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/connectionpool.py:860: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/connectionpool.py:860: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
Downloading https://mirrors.aliyun.com/pypi/packages/1a/53/9243c600e047bd4c3df9e69cfabc1e8004a82cac2e0c484580a78a94ba2a/absl-py-0.9.0.tar.gz (104kB)
Collecting tensorflow-estimator<1.15.0rc0,>=1.14.0rc0 (from tensorflow)
/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/connectionpool.py:860: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/connectionpool.py:860: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
Downloading https://mirrors.aliyun.com/pypi/packages/3c/d5/21860a5b11caf0678fbc8319341b0ae21a07156911132e0e71bffed0510d/tensorflow_estimator-1.14.0-py2.py3-none-any.whl (488kB)
Collecting google-pasta>=0.1.6 (from tensorflow)
/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/connectionpool.py:860: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/connectionpool.py:860: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
Downloading https://mirrors.aliyun.com/pypi/packages/59/22/38238cd9b83dd8a857abd7c907b8fe68ceff1611ab3ca5f0e80a5e025956/google_pasta-0.2.0-py2-none-any.whl (57kB)
Collecting backports.weakref>=1.0rc1 (from tensorflow)
/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/connectionpool.py:860: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/connectionpool.py:860: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
Downloading https://mirrors.aliyun.com/pypi/packages/88/ec/f598b633c3d5ffe267aaada57d961c94fdfa183c5c3ebda2b6d151943db6/backports.weakref-1.0.post1-py2.py3-none-any.whl
Collecting astor>=0.6.0 (from tensorflow)
/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/connectionpool.py:860: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/connectionpool.py:860: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
Downloading https://mirrors.aliyun.com/pypi/packages/c3/88/97eef84f48fa04fbd6750e62dcceafba6c63c81b7ac1420856c8dcc0a3f9/astor-0.8.1-py2.py3-none-any.whl
Collecting futures>=2.2.0 (from grpcio>=1.8.6->tensorflow)
/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/connectionpool.py:860: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/connectionpool.py:860: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
Downloading https://mirrors.aliyun.com/pypi/packages/d8/a6/f46ae3f1da0cd4361c344888f59ec2f5785e69c872e175a748ef6071cdb5/futures-3.3.0-py2-none-any.whl
Collecting funcsigs>=1; python_version < "3.3" (from mock>=2.0.0->tensorflow)
/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/connectionpool.py:860: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/connectionpool.py:860: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
Downloading https://mirrors.aliyun.com/pypi/packages/69/cb/f5be453359271714c01b9bd06126eaf2e368f1fddfff30818754b5ac2328/funcsigs-1.0.2-py2.py3-none-any.whl
Collecting h5py (from keras-applications>=1.0.6->tensorflow)
/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/connectionpool.py:860: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/connectionpool.py:860: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
Downloading https://mirrors.aliyun.com/pypi/packages/12/90/3216b8f6d69905a320352a9ca6802a8e39fdb1cd93133c3d4163db8d5f19/h5py-2.10.0-cp27-cp27mu-manylinux1_x86_64.whl (2.8MB)
Requirement already satisfied: setuptools in /usr/lib/python2.7/dist-packages (from protobuf>=3.6.1->tensorflow)
Collecting werkzeug>=0.11.15 (from tensorboard<1.15.0,>=1.14.0->tensorflow)
/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/connectionpool.py:860: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/connectionpool.py:860: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
Downloading https://mirrors.aliyun.com/pypi/packages/cc/94/5f7079a0e00bd6863ef8f1da638721e9da21e5bacee597595b318f71d62e/Werkzeug-1.0.1-py2.py3-none-any.whl (298kB)
Collecting markdown>=2.6.8 (from tensorboard<1.15.0,>=1.14.0->tensorflow)
/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/connectionpool.py:860: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/connectionpool.py:860: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
Downloading https://mirrors.aliyun.com/pypi/packages/c0/4e/fd492e91abdc2d2fcb70ef453064d980688762079397f779758e055f6575/Markdown-3.1.1-py2.py3-none-any.whl (87kB)
Installing collected packages: six, enum34, futures, grpcio, funcsigs, mock, numpy, h5py, keras-applications, wrapt, protobuf, keras-preprocessing, gast, wheel, werkzeug, absl-py, markdown, tensorboard, termcolor, tensorflow-estimator, google-pasta, backports.weakref, astor, tensorflow
Running setup.py install for grpcio: started
Running setup.py install for grpcio: finished with status 'error'
Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-Qp2spQ/grpcio/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-DxVPkz-record/install-record.txt --single-version-externally-managed --compile:
Found cython-generated files...
running install
running build
running build_py
running build_project_metadata
creating python_build
creating python_build/lib.linux-x86_64-2.7
creating python_build/lib.linux-x86_64-2.7/grpc
copying src/python/grpcio/grpc/__init__.py -> python_build/lib.linux-x86_64-2.7/grpc
copying src/python/grpcio/grpc/_auth.py -> python_build/lib.linux-x86_64-2.7/grpc
copying src/python/grpcio/grpc/_channel.py -> python_build/lib.linux-x86_64-2.7/grpc
copying src/python/grpcio/grpc/_common.py -> python_build/lib.linux-x86_64-2.7/grpc
copying src/python/grpcio/grpc/_compression.py -> python_build/lib.linux-x86_64-2.7/grpc
copying src/python/grpcio/grpc/_grpcio_metadata.py -> python_build/lib.linux-x86_64-2.7/grpc
copying src/python/grpcio/grpc/_interceptor.py -> python_build/lib.linux-x86_64-2.7/grpc
copying src/python/grpcio/grpc/_plugin_wrapping.py -> python_build/lib.linux-x86_64-2.7/grpc
copying src/python/grpcio/grpc/_server.py -> python_build/lib.linux-x86_64-2.7/grpc
copying src/python/grpcio/grpc/_simple_stubs.py -> python_build/lib.linux-x86_64-2.7/grpc
copying src/python/grpcio/grpc/_utilities.py -> python_build/lib.linux-x86_64-2.7/grpc
creating python_build/lib.linux-x86_64-2.7/grpc/_cython
copying src/python/grpcio/grpc/_cython/__init__.py -> python_build/lib.linux-x86_64-2.7/grpc/_cython
creating python_build/lib.linux-x86_64-2.7/grpc/beta
copying src/python/grpcio/grpc/beta/__init__.py -> python_build/lib.linux-x86_64-2.7/grpc/beta
copying src/python/grpcio/grpc/beta/_client_adaptations.py -> python_build/lib.linux-x86_64-2.7/grpc/beta
copying src/python/grpcio/grpc/beta/_metadata.py -> python_build/lib.linux-x86_64-2.7/grpc/beta
copying src/python/grpcio/grpc/beta/_server_adaptations.py -> python_build/lib.linux-x86_64-2.7/grpc/beta
copying src/python/grpcio/grpc/beta/implementations.py -> python_build/lib.linux-x86_64-2.7/grpc/beta
copying src/python/grpcio/grpc/beta/interfaces.py -> python_build/lib.linux-x86_64-2.7/grpc/beta
copying src/python/grpcio/grpc/beta/utilities.py -> python_build/lib.linux-x86_64-2.7/grpc/beta
creating python_build/lib.linux-x86_64-2.7/grpc/experimental
copying src/python/grpcio/grpc/experimental/__init__.py -> python_build/lib.linux-x86_64-2.7/grpc/experimental
copying src/python/grpcio/grpc/experimental/gevent.py -> python_build/lib.linux-x86_64-2.7/grpc/experimental
copying src/python/grpcio/grpc/experimental/session_cache.py -> python_build/lib.linux-x86_64-2.7/grpc/experimental
creating python_build/lib.linux-x86_64-2.7/grpc/framework
copying src/python/grpcio/grpc/framework/__init__.py -> python_build/lib.linux-x86_64-2.7/grpc/framework
creating python_build/lib.linux-x86_64-2.7/grpc/_cython/_cygrpc
copying src/python/grpcio/grpc/_cython/_cygrpc/__init__.py -> python_build/lib.linux-x86_64-2.7/grpc/_cython/_cygrpc
creating python_build/lib.linux-x86_64-2.7/grpc/experimental/aio
copying src/python/grpcio/grpc/experimental/aio/__init__.py -> python_build/lib.linux-x86_64-2.7/grpc/experimental/aio
copying src/python/grpcio/grpc/experimental/aio/_base_call.py -> python_build/lib.linux-x86_64-2.7/grpc/experimental/aio
copying src/python/grpcio/grpc/experimental/aio/_base_channel.py -> python_build/lib.linux-x86_64-2.7/grpc/experimental/aio
copying src/python/grpcio/grpc/experimental/aio/_base_server.py -> python_build/lib.linux-x86_64-2.7/grpc/experimental/aio
copying src/python/grpcio/grpc/experimental/aio/_call.py -> python_build/lib.linux-x86_64-2.7/grpc/experimental/aio
copying src/python/grpcio/grpc/experimental/aio/_channel.py -> python_build/lib.linux-x86_64-2.7/grpc/experimental/aio
copying src/python/grpcio/grpc/experimental/aio/_interceptor.py -> python_build/lib.linux-x86_64-2.7/grpc/experimental/aio
copying src/python/grpcio/grpc/experimental/aio/_metadata.py -> python_build/lib.linux-x86_64-2.7/grpc/experimental/aio
copying src/python/grpcio/grpc/experimental/aio/_server.py -> python_build/lib.linux-x86_64-2.7/grpc/experimental/aio
copying src/python/grpcio/grpc/experimental/aio/_typing.py -> python_build/lib.linux-x86_64-2.7/grpc/experimental/aio
copying src/python/grpcio/grpc/experimental/aio/_utils.py -> python_build/lib.linux-x86_64-2.7/grpc/experimental/aio
creating python_build/lib.linux-x86_64-2.7/grpc/framework/common
copying src/python/grpcio/grpc/framework/common/__init__.py -> python_build/lib.linux-x86_64-2.7/grpc/framework/common
copying src/python/grpcio/grpc/framework/common/cardinality.py -> python_build/lib.linux-x86_64-2.7/grpc/framework/common
copying src/python/grpcio/grpc/framework/common/style.py -> python_build/lib.linux-x86_64-2.7/grpc/framework/common
creating python_build/lib.linux-x86_64-2.7/grpc/framework/foundation
copying src/python/grpcio/grpc/framework/foundation/__init__.py -> python_build/lib.linux-x86_64-2.7/grpc/framework/foundation
copying src/python/grpcio/grpc/framework/foundation/abandonment.py -> python_build/lib.linux-x86_64-2.7/grpc/framework/foundation
copying src/python/grpcio/grpc/framework/foundation/callable_util.py -> python_build/lib.linux-x86_64-2.7/grpc/framework/foundation
copying src/python/grpcio/grpc/framework/foundation/future.py -> python_build/lib.linux-x86_64-2.7/grpc/framework/foundation
copying src/python/grpcio/grpc/framework/foundation/logging_pool.py -> python_build/lib.linux-x86_64-2.7/grpc/framework/foundation
copying src/python/grpcio/grpc/framework/foundation/stream.py -> python_build/lib.linux-x86_64-2.7/grpc/framework/foundation
copying src/python/grpcio/grpc/framework/foundation/stream_util.py -> python_build/lib.linux-x86_64-2.7/grpc/framework/foundation
creating python_build/lib.linux-x86_64-2.7/grpc/framework/interfaces
copying src/python/grpcio/grpc/framework/interfaces/__init__.py -> python_build/lib.linux-x86_64-2.7/grpc/framework/interfaces
creating python_build/lib.linux-x86_64-2.7/grpc/framework/interfaces/base
copying src/python/grpcio/grpc/framework/interfaces/base/__init__.py -> python_build/lib.linux-x86_64-2.7/grpc/framework/interfaces/base
copying src/python/grpcio/grpc/framework/interfaces/base/base.py -> python_build/lib.linux-x86_64-2.7/grpc/framework/interfaces/base
copying src/python/grpcio/grpc/framework/interfaces/base/utilities.py -> python_build/lib.linux-x86_64-2.7/grpc/framework/interfaces/base
creating python_build/lib.linux-x86_64-2.7/grpc/framework/interfaces/face
copying src/python/grpcio/grpc/framework/interfaces/face/__init__.py -> python_build/lib.linux-x86_64-2.7/grpc/framework/interfaces/face
copying src/python/grpcio/grpc/framework/interfaces/face/face.py -> python_build/lib.linux-x86_64-2.7/grpc/framework/interfaces/face
copying src/python/grpcio/grpc/framework/interfaces/face/utilities.py -> python_build/lib.linux-x86_64-2.7/grpc/framework/interfaces/face
creating python_build/lib.linux-x86_64-2.7/grpc/_cython/_credentials
copying src/python/grpcio/grpc/_cython/_credentials/roots.pem -> python_build/lib.linux-x86_64-2.7/grpc/_cython/_credentials
running build_ext
Found cython-generated files...
building 'grpc._cython.cygrpc' extension
creating python_build/temp.linux-x86_64-2.7
creating python_build/temp.linux-x86_64-2.7/src
creating python_build/temp.linux-x86_64-2.7/src/python
creating python_build/temp.linux-x86_64-2.7/src/python/grpcio
creating python_build/temp.linux-x86_64-2.7/src/python/grpcio/grpc
creating python_build/temp.linux-x86_64-2.7/src/python/grpcio/grpc/_cython
creating python_build/temp.linux-x86_64-2.7/src/core
creating python_build/temp.linux-x86_64-2.7/src/core/ext
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/census
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/client_channel
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/client_channel/health
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/client_channel/lb_policy
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/client_channel/lb_policy/grpclb
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/client_channel/lb_policy/pick_first
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/client_channel/lb_policy/priority
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/client_channel/lb_policy/round_robin
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/client_channel/lb_policy/weighted_target
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/client_channel/lb_policy/xds
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/client_channel/resolver
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/client_channel/resolver/dns
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/client_channel/resolver/dns/c_ares
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/client_channel/resolver/dns/native
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/client_channel/resolver/fake
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/client_channel/resolver/sockaddr
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/client_channel/resolver/xds
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/client_channel/xds
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/client_idle
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/deadline
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/http
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/http/client
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/http/message_compress
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/http/server
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/max_age
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/message_size
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/workarounds
creating python_build/temp.linux-x86_64-2.7/src/core/ext/transport
creating python_build/temp.linux-x86_64-2.7/src/core/ext/transport/chttp2
creating python_build/temp.linux-x86_64-2.7/src/core/ext/transport/chttp2/alpn
creating python_build/temp.linux-x86_64-2.7/src/core/ext/transport/chttp2/client
creating python_build/temp.linux-x86_64-2.7/src/core/ext/transport/chttp2/client/insecure
creating python_build/temp.linux-x86_64-2.7/src/core/ext/transport/chttp2/client/secure
creating python_build/temp.linux-x86_64-2.7/src/core/ext/transport/chttp2/server
creating python_build/temp.linux-x86_64-2.7/src/core/ext/transport/chttp2/server/insecure
creating python_build/temp.linux-x86_64-2.7/src/core/ext/transport/chttp2/server/secure
creating python_build/temp.linux-x86_64-2.7/src/core/ext/transport/chttp2/transport
creating python_build/temp.linux-x86_64-2.7/src/core/ext/transport/inproc
creating python_build/temp.linux-x86_64-2.7/src/core/ext/upb-generated
creating python_build/temp.linux-x86_64-2.7/src/core/ext/upb-generated/envoy
creating python_build/temp.linux-x86_64-2.7/src/core/ext/upb-generated/envoy/annotations
creating python_build/temp.linux-x86_64-2.7/src/core/ext/upb-generated/envoy/api
creating python_build/temp.linux-x86_64-2.7/src/core/ext/upb-generated/envoy/api/v2
creating python_build/temp.linux-x86_64-2.7/src/core/ext/upb-generated/envoy/api/v2/auth
creating python_build/temp.linux-x86_64-2.7/src/core/ext/upb-generated/envoy/api/v2/cluster
creating python_build/temp.linux-x86_64-2.7/src/core/ext/upb-generated/envoy/api/v2/core
creating python_build/temp.linux-x86_64-2.7/src/core/ext/upb-generated/envoy/api/v2/endpoint
creating python_build/temp.linux-x86_64-2.7/src/core/ext/upb-generated/envoy/api/v2/listener
creating python_build/temp.linux-x86_64-2.7/src/core/ext/upb-generated/envoy/api/v2/route
creating python_build/temp.linux-x86_64-2.7/src/core/ext/upb-generated/envoy/config
creating python_build/temp.linux-x86_64-2.7/src/core/ext/upb-generated/envoy/config/filter
creating python_build/temp.linux-x86_64-2.7/src/core/ext/upb-generated/envoy/config/filter/accesslog
creating python_build/temp.linux-x86_64-2.7/src/core/ext/upb-generated/envoy/config/filter/accesslog/v2
creating python_build/temp.linux-x86_64-2.7/src/core/ext/upb-generated/envoy/config/filter/network
creating python_build/temp.linux-x86_64-2.7/src/core/ext/upb-generated/envoy/config/filter/network/http_connection_manager
creating python_build/temp.linux-x86_64-2.7/src/core/ext/upb-generated/envoy/config/filter/network/http_connection_manager/v2
creating python_build/temp.linux-x86_64-2.7/src/core/ext/upb-generated/envoy/config/listener
creating python_build/temp.linux-x86_64-2.7/src/core/ext/upb-generated/envoy/config/listener/v2
creating python_build/temp.linux-x86_64-2.7/src/core/ext/upb-generated/envoy/service
creating python_build/temp.linux-x86_64-2.7/src/core/ext/upb-generated/envoy/service/discovery
creating python_build/temp.linux-x86_64-2.7/src/core/ext/upb-generated/envoy/service/discovery/v2
creating python_build/temp.linux-x86_64-2.7/src/core/ext/upb-generated/envoy/service/load_stats
creating python_build/temp.linux-x86_64-2.7/src/core/ext/upb-generated/envoy/service/load_stats/v2
creating python_build/temp.linux-x86_64-2.7/src/core/ext/upb-generated/envoy/type
creating python_build/temp.linux-x86_64-2.7/src/core/ext/upb-generated/envoy/type/matcher
creating python_build/temp.linux-x86_64-2.7/src/core/ext/upb-generated/envoy/type/metadata
creating python_build/temp.linux-x86_64-2.7/src/core/ext/upb-generated/envoy/type/metadata/v2
creating python_build/temp.linux-x86_64-2.7/src/core/ext/upb-generated/envoy/type/tracing
creating python_build/temp.linux-x86_64-2.7/src/core/ext/upb-generated/envoy/type/tracing/v2
creating python_build/temp.linux-x86_64-2.7/src/core/ext/upb-generated/gogoproto
creating python_build/temp.linux-x86_64-2.7/src/core/ext/upb-generated/google
creating python_build/temp.linux-x86_64-2.7/src/core/ext/upb-generated/google/api
creating python_build/temp.linux-x86_64-2.7/src/core/ext/upb-generated/google/protobuf
creating python_build/temp.linux-x86_64-2.7/src/core/ext/upb-generated/google/rpc
creating python_build/temp.linux-x86_64-2.7/src/core/ext/upb-generated/src
creating python_build/temp.linux-x86_64-2.7/src/core/ext/upb-generated/src/proto
creating python_build/temp.linux-x86_64-2.7/src/core/ext/upb-generated/src/proto/grpc
creating python_build/temp.linux-x86_64-2.7/src/core/ext/upb-generated/src/proto/grpc/gcp
creating python_build/temp.linux-x86_64-2.7/src/core/ext/upb-generated/src/proto/grpc/health
creating python_build/temp.linux-x86_64-2.7/src/core/ext/upb-generated/src/proto/grpc/health/v1
creating python_build/temp.linux-x86_64-2.7/src/core/ext/upb-generated/src/proto/grpc/lb
creating python_build/temp.linux-x86_64-2.7/src/core/ext/upb-generated/src/proto/grpc/lb/v1
creating python_build/temp.linux-x86_64-2.7/src/core/ext/upb-generated/udpa
creating python_build/temp.linux-x86_64-2.7/src/core/ext/upb-generated/udpa/annotations
creating python_build/temp.linux-x86_64-2.7/src/core/ext/upb-generated/udpa/data
creating python_build/temp.linux-x86_64-2.7/src/core/ext/upb-generated/udpa/data/orca
creating python_build/temp.linux-x86_64-2.7/src/core/ext/upb-generated/udpa/data/orca/v1
creating python_build/temp.linux-x86_64-2.7/src/core/ext/upb-generated/validate
creating python_build/temp.linux-x86_64-2.7/src/core/lib
creating python_build/temp.linux-x86_64-2.7/src/core/lib/avl
creating python_build/temp.linux-x86_64-2.7/src/core/lib/backoff
creating python_build/temp.linux-x86_64-2.7/src/core/lib/channel
creating python_build/temp.linux-x86_64-2.7/src/core/lib/compression
creating python_build/temp.linux-x86_64-2.7/src/core/lib/debug
creating python_build/temp.linux-x86_64-2.7/src/core/lib/gpr
creating python_build/temp.linux-x86_64-2.7/src/core/lib/gprpp
creating python_build/temp.linux-x86_64-2.7/src/core/lib/http
creating python_build/temp.linux-x86_64-2.7/src/core/lib/iomgr
creating python_build/temp.linux-x86_64-2.7/src/core/lib/iomgr/executor
creating python_build/temp.linux-x86_64-2.7/src/core/lib/iomgr/poller
creating python_build/temp.linux-x86_64-2.7/src/core/lib/json
creating python_build/temp.linux-x86_64-2.7/src/core/lib/profiling
creating python_build/temp.linux-x86_64-2.7/src/core/lib/security
creating python_build/temp.linux-x86_64-2.7/src/core/lib/security/context
creating python_build/temp.linux-x86_64-2.7/src/core/lib/security/credentials
creating python_build/temp.linux-x86_64-2.7/src/core/lib/security/credentials/alts
creating python_build/temp.linux-x86_64-2.7/src/core/lib/security/credentials/composite
creating python_build/temp.linux-x86_64-2.7/src/core/lib/security/credentials/fake
creating python_build/temp.linux-x86_64-2.7/src/core/lib/security/credentials/google_default
creating python_build/temp.linux-x86_64-2.7/src/core/lib/security/credentials/iam
creating python_build/temp.linux-x86_64-2.7/src/core/lib/security/credentials/jwt
creating python_build/temp.linux-x86_64-2.7/src/core/lib/security/credentials/local
creating python_build/temp.linux-x86_64-2.7/src/core/lib/security/credentials/oauth2
creating python_build/temp.linux-x86_64-2.7/src/core/lib/security/credentials/plugin
creating python_build/temp.linux-x86_64-2.7/src/core/lib/security/credentials/ssl
creating python_build/temp.linux-x86_64-2.7/src/core/lib/security/credentials/tls
creating python_build/temp.linux-x86_64-2.7/src/core/lib/security/security_connector
creating python_build/temp.linux-x86_64-2.7/src/core/lib/security/security_connector/alts
creating python_build/temp.linux-x86_64-2.7/src/core/lib/security/security_connector/fake
creating python_build/temp.linux-x86_64-2.7/src/core/lib/security/security_connector/local
creating python_build/temp.linux-x86_64-2.7/src/core/lib/security/security_connector/ssl
creating python_build/temp.linux-x86_64-2.7/src/core/lib/security/security_connector/tls
creating python_build/temp.linux-x86_64-2.7/src/core/lib/security/transport
creating python_build/temp.linux-x86_64-2.7/src/core/lib/security/util
creating python_build/temp.linux-x86_64-2.7/src/core/lib/slice
creating python_build/temp.linux-x86_64-2.7/src/core/lib/surface
creating python_build/temp.linux-x86_64-2.7/src/core/lib/transport
creating python_build/temp.linux-x86_64-2.7/src/core/lib/uri
creating python_build/temp.linux-x86_64-2.7/src/core/plugin_registry
creating python_build/temp.linux-x86_64-2.7/src/core/tsi
creating python_build/temp.linux-x86_64-2.7/src/core/tsi/alts
creating python_build/temp.linux-x86_64-2.7/src/core/tsi/alts/crypt
creating python_build/temp.linux-x86_64-2.7/src/core/tsi/alts/frame_protector
creating python_build/temp.linux-x86_64-2.7/src/core/tsi/alts/handshaker
creating python_build/temp.linux-x86_64-2.7/src/core/tsi/alts/zero_copy_frame_protector
creating python_build/temp.linux-x86_64-2.7/src/core/tsi/ssl
creating python_build/temp.linux-x86_64-2.7/src/core/tsi/ssl/session_cache
creating python_build/temp.linux-x86_64-2.7/third_party
creating python_build/temp.linux-x86_64-2.7/third_party/abseil-cpp
creating python_build/temp.linux-x86_64-2.7/third_party/abseil-cpp/absl
creating python_build/temp.linux-x86_64-2.7/third_party/abseil-cpp/absl/base
creating python_build/temp.linux-x86_64-2.7/third_party/abseil-cpp/absl/base/internal
creating python_build/temp.linux-x86_64-2.7/third_party/abseil-cpp/absl/numeric
creating python_build/temp.linux-x86_64-2.7/third_party/abseil-cpp/absl/strings
creating python_build/temp.linux-x86_64-2.7/third_party/abseil-cpp/absl/strings/internal
creating python_build/temp.linux-x86_64-2.7/third_party/abseil-cpp/absl/strings/internal/str_format
creating python_build/temp.linux-x86_64-2.7/third_party/abseil-cpp/absl/time
creating python_build/temp.linux-x86_64-2.7/third_party/abseil-cpp/absl/time/internal
creating python_build/temp.linux-x86_64-2.7/third_party/abseil-cpp/absl/time/internal/cctz
creating python_build/temp.linux-x86_64-2.7/third_party/abseil-cpp/absl/time/internal/cctz/src
creating python_build/temp.linux-x86_64-2.7/third_party/abseil-cpp/absl/types
creating python_build/temp.linux-x86_64-2.7/third_party/address_sorting
creating python_build/temp.linux-x86_64-2.7/third_party/boringssl-with-bazel
creating python_build/temp.linux-x86_64-2.7/third_party/boringssl-with-bazel/src
creating python_build/temp.linux-x86_64-2.7/third_party/boringssl-with-bazel/src/crypto
creating python_build/temp.linux-x86_64-2.7/third_party/boringssl-with-bazel/src/crypto/asn1
creating python_build/temp.linux-x86_64-2.7/third_party/boringssl-with-bazel/src/crypto/base64
creating python_build/temp.linux-x86_64-2.7/third_party/boringssl-with-bazel/src/crypto/bio
creating python_build/temp.linux-x86_64-2.7/third_party/boringssl-with-bazel/src/crypto/bn_extra
creating python_build/temp.linux-x86_64-2.7/third_party/boringssl-with-bazel/src/crypto/buf
creating python_build/temp.linux-x86_64-2.7/third_party/boringssl-with-bazel/src/crypto/bytestring
creating python_build/temp.linux-x86_64-2.7/third_party/boringssl-with-bazel/src/crypto/chacha
creating python_build/temp.linux-x86_64-2.7/third_party/boringssl-with-bazel/src/crypto/cipher_extra
creating python_build/temp.linux-x86_64-2.7/third_party/boringssl-with-bazel/src/crypto/cmac
creating python_build/temp.linux-x86_64-2.7/third_party/boringssl-with-bazel/src/crypto/conf
creating python_build/temp.linux-x86_64-2.7/third_party/boringssl-with-bazel/src/crypto/curve25519
creating python_build/temp.linux-x86_64-2.7/third_party/boringssl-with-bazel/src/crypto/dh
creating python_build/temp.linux-x86_64-2.7/third_party/boringssl-with-bazel/src/crypto/digest_extra
creating python_build/temp.linux-x86_64-2.7/third_party/boringssl-with-bazel/src/crypto/dsa
creating python_build/temp.linux-x86_64-2.7/third_party/boringssl-with-bazel/src/crypto/ec_extra
creating python_build/temp.linux-x86_64-2.7/third_party/boringssl-with-bazel/src/crypto/ecdh_extra
creating python_build/temp.linux-x86_64-2.7/third_party/boringssl-with-bazel/src/crypto/ecdsa_extra
creating python_build/temp.linux-x86_64-2.7/third_party/boringssl-with-bazel/src/crypto/engine
creating python_build/temp.linux-x86_64-2.7/third_party/boringssl-with-bazel/src/crypto/err
creating python_build/temp.linux-x86_64-2.7/third_party/boringssl-with-bazel/src/crypto/evp
creating python_build/temp.linux-x86_64-2.7/third_party/boringssl-with-bazel/src/crypto/fipsmodule
creating python_build/temp.linux-x86_64-2.7/third_party/boringssl-with-bazel/src/crypto/hkdf
creating python_build/temp.linux-x86_64-2.7/third_party/boringssl-with-bazel/src/crypto/hrss
creating python_build/temp.linux-x86_64-2.7/third_party/boringssl-with-bazel/src/crypto/lhash
creating python_build/temp.linux-x86_64-2.7/third_party/boringssl-with-bazel/src/crypto/obj
creating python_build/temp.linux-x86_64-2.7/third_party/boringssl-with-bazel/src/crypto/pem
creating python_build/temp.linux-x86_64-2.7/third_party/boringssl-with-bazel/src/crypto/pkcs7
creating python_build/temp.linux-x86_64-2.7/third_party/boringssl-with-bazel/src/crypto/pkcs8
creating python_build/temp.linux-x86_64-2.7/third_party/boringssl-with-bazel/src/crypto/poly1305
creating python_build/temp.linux-x86_64-2.7/third_party/boringssl-with-bazel/src/crypto/pool
creating python_build/temp.linux-x86_64-2.7/third_party/boringssl-with-bazel/src/crypto/rand_extra
creating python_build/temp.linux-x86_64-2.7/third_party/boringssl-with-bazel/src/crypto/rc4
creating python_build/temp.linux-x86_64-2.7/third_party/boringssl-with-bazel/src/crypto/rsa_extra
creating python_build/temp.linux-x86_64-2.7/third_party/boringssl-with-bazel/src/crypto/siphash
creating python_build/temp.linux-x86_64-2.7/third_party/boringssl-with-bazel/src/crypto/stack
creating python_build/temp.linux-x86_64-2.7/third_party/boringssl-with-bazel/src/crypto/x509
creating python_build/temp.linux-x86_64-2.7/third_party/boringssl-with-bazel/src/crypto/x509v3
creating python_build/temp.linux-x86_64-2.7/third_party/boringssl-with-bazel/src/ssl
creating python_build/temp.linux-x86_64-2.7/third_party/boringssl-with-bazel/src/third_party
creating python_build/temp.linux-x86_64-2.7/third_party/boringssl-with-bazel/src/third_party/fiat
creating python_build/temp.linux-x86_64-2.7/third_party/cares
creating python_build/temp.linux-x86_64-2.7/third_party/cares/cares
creating python_build/temp.linux-x86_64-2.7/third_party/upb
creating python_build/temp.linux-x86_64-2.7/third_party/upb/upb
creating python_build/temp.linux-x86_64-2.7/third_party/zlib
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-UKCoZ3/python2.7-2.7.17=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -DOPENSSL_NO_ASM=1 -D_WIN32_WINNT=1536 -DGPR_BACKWARDS_COMPATIBILITY_MODE=1 -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 -DPyMODINIT_FUNC=extern "C" __attribute__((visibility ("default"))) void -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Ithird_party/zlib -I/usr/include/python2.7 -c src/python/grpcio/grpc/_cython/cygrpc.cpp -o python_build/temp.linux-x86_64-2.7/src/python/grpcio/grpc/_cython/cygrpc.o -std=c++11 -std=gnu99 -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
cc1plus: warning: command line option '-std=gnu99' is valid for C/ObjC but not for C++
src/python/grpcio/grpc/_cython/cygrpc.cpp:934:10: fatal error: Python.h: No such file or directory
#include "Python.h"
^~~~~~~~~~
compilation terminated.
creating tmp
creating tmp/tmpFRxnDY
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-UKCoZ3/python2.7-2.7.17=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c /tmp/tmpFRxnDY/a.c -o tmp/tmpFRxnDY/a.o
/tmp/tmpFRxnDY/a.c:2:10: fatal error: Python.h: No such file or directory
#include
^~~~~~~~~~
compilation terminated.
Could not find . This could mean the following:
* You're on Ubuntu and haven't run `apt-get install python-dev`.
* You're on RHEL/Fedora and haven't run `yum install python-devel` or
`dnf install python-devel` (make sure you also have redhat-rpm-config
installed)
* You're on Mac OS X and the usual Python framework was somehow corrupted
(check your environment variables or try re-installing?)
* You're on Windows and your Python installation was somehow corrupted
(check your environment variables or try re-installing?)
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-build-Qp2spQ/grpcio/setup.py", line 400, in
cmdclass=COMMAND_CLASS,
File "/usr/lib/python2.7/dist-packages/setuptools/__init__.py", line 129, in setup
return distutils.core.setup(**attrs)
File "/usr/lib/python2.7/distutils/core.py", line 151, in setup
dist.run_commands()
File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/usr/lib/python2.7/dist-packages/setuptools/command/install.py", line 61, in run
return orig.install.run(self)
File "/usr/lib/python2.7/distutils/command/install.py", line 601, in run
self.run_command('build')
File "/usr/lib/python2.7/distutils/cmd.py", line 326, in run_command
self.distribution.run_command(command)
File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/usr/lib/python2.7/distutils/command/build.py", line 128, in run
self.run_command(cmd_name)
File "/usr/lib/python2.7/distutils/cmd.py", line 326, in run_command
self.distribution.run_command(command)
File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/usr/lib/python2.7/dist-packages/setuptools/command/build_ext.py", line 78, in run
_build_ext.run(self)
File "/usr/lib/python2.7/distutils/command/build_ext.py", line 340, in run
self.build_extensions()
File "/tmp/pip-build-Qp2spQ/grpcio/src/python/grpcio/commands.py", line 265, in build_extensions
support.diagnose_build_ext_error(self, error, formatted_exception)
File "/tmp/pip-build-Qp2spQ/grpcio/src/python/grpcio/support.py", line 111, in diagnose_build_ext_error
diagnostic(build_ext, error)
File "/tmp/pip-build-Qp2spQ/grpcio/src/python/grpcio/support.py", line 70, in diagnose_compile_error
_expect_compile(build_ext.compiler, c_check, message)
File "/tmp/pip-build-Qp2spQ/grpcio/src/python/grpcio/support.py", line 64, in _expect_compile
error_message))
commands.CommandError: Diagnostics found a compilation environment issue:
Could not find . This could mean the following:
* You're on Ubuntu and haven't run `apt-get install python-dev`.
* You're on RHEL/Fedora and haven't run `yum install python-devel` or
`dnf install python-devel` (make sure you also have redhat-rpm-config
installed)
* You're on Mac OS X and the usual Python framework was somehow corrupted
(check your environment variables or try re-installing?)
* You're on Windows and your Python installation was somehow corrupted
(check your environment variables or try re-installing?)
----------------------------------------
Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-Qp2spQ/grpcio/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-DxVPkz-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-Qp2spQ/grpcio/
The command '/bin/sh -c pip --no-cache-dir install tensorflow' returned a non-zero code: 1
```
请教一下这个错误的原因大概是什么呢?
另外感觉奇怪的是为什么euler依赖的python2.7呢?未来会考虑迁移到python3吗?
Docker版本:Docker version 18.06.1-ce, build e68fc7a
在下载依赖时报了libFuzzer下载失败,有替代的可用吗?
```
git submodule update --init --recursive
Cloning into 'third_party/libFuzzer'...
fatal: unable to access 'https://chromium.googlesource.com/chromium/llvm-project/llvm/lib/Fuzzer/': Failed connect to chromium.googlesource.com:443; Connection timed out
Clone of 'https://chromium.googlesource.com/chromium/llvm-project/llvm/lib/Fuzzer' into submodule path 'third_party/libFuzzer' failed
Failed to recurse into submodule path 'third_party/grpc/third_party/bloaty'
Failed to recurse into submodule path 'third_party/grpc'
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with tools/docker/Dockerfile and tools/docker/pip.conf, then reproduce the command shown in the issue and inspect the failure at step 14 while installing TensorFlow. Determine the build dependency or environment problem from the complete output; done means the Docker image builds successfully with the documented command.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, python, tensorflow
- Domain
- build-system, devops
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100