Searched +full:python3 +full:- +full:pip (Results 1 – 25 of 287) sorted by relevance
12345678910>>...12
2 --- |9 # http://www.apache.org/licenses/LICENSE-2.022 RUN apt-get update && apt-get install -y python3-all-dev python3-pip23 # pip packages needed to run http2_test_server.py24 …# TODO(jtattermusch): revisit which pip packages are actually needed to run http2 interop server/c…25 RUN python3 -m pip install --upgrade pip==19.3.126 RUN python3 -m pip install futures==3.1.1 enum34==1.1.10 protobuf==3.5.2.post1 six==1.16.028 RUN python3 -m pip install twisted h2==2.6.1 hyper
7 # http://www.apache.org/licenses/LICENSE-2.018 RUN ln -s /usr/local/go/bin/go /usr/local/bin22 RUN apt-get update && apt-get install -y python3-all-dev python3-pip23 # pip packages needed to run http2_test_server.py24 # TODO(jtattermusch): revisit which pip packages are actually needed to run http2 interop server/cl…25 RUN python3 -m pip install --upgrade pip==19.3.126 RUN python3 -m pip install futures==3.1.1 enum34==1.1.10 protobuf==3.5.2.post1 six==1.16.028 RUN python3 -m pip install twisted h2==2.6.1 hyper
7 # http://www.apache.org/licenses/LICENSE-2.018 RUN ln -s /usr/local/go/bin/go /usr/local/bin26 RUN apt-get update && apt-get install -y \27 python3 \28 python3-pip \29 python3-setuptools \30 python3-yaml \31 && apt-get clean33 # use pinned version of pip to avoid sudden breakages34 RUN python3 -m pip install --upgrade pip==19.3.1[all …]
7 RUN apt-get update && apt-get install -y ${'\\'}8 python3 ${'\\'}9 python3-pip ${'\\'}10 python3-setuptools ${'\\'}11 python3-yaml ${'\\'}12 && apt-get clean14 # use pinned version of pip to avoid sudden breakages15 RUN python3 -m pip install --upgrade pip==19.3.119 RUN python3 -m pip install six==1.16.0
7 RUN apt-get update && apt-get install -y ${'\\'}8 python3 ${'\\'}9 python3-pip ${'\\'}10 python3-setuptools ${'\\'}11 python3-yaml ${'\\'}12 && apt-get clean14 # use pinned version of pip to avoid sudden breakages16 # --break-system-packages is to workaround that. We should look into using18 RUN python3 -m pip install --break-system-packages --upgrade pip==19.3.122 RUN python3 -m pip install six==1.16.0
7 # http://www.apache.org/licenses/LICENSE-2.015 FROM php:8-zts-bookworm17 RUN apt-get update && apt-get install -y \18 autoconf automake build-essential git libtool curl \19 zlib1g-dev \20 && apt-get clean27 RUN git config --global --add safe.directory '*'28 RUN git config --global protocol.file.allow always36 RUN apt-get update && apt-get install -y \37 python3 \[all …]
7 # http://www.apache.org/licenses/LICENSE-2.023 build-base \29 linux-headers \33 python3 \34 py3-pip \44 RUN git config --global --add safe.directory '*'45 RUN git config --global protocol.file.allow always48 # use pinned version of pip to avoid sudden breakages49 RUN python3 -m pip install --upgrade pip==19.3.153 RUN python3 -m pip install six==1.16.0[all …]
4 win32-executor:6 - image: cimg/base:2023.107 win64-executor:9 - image: cimg/base:2023.1010 dist-executor:12 - image: cimg/base:2023.1016 macos-aat-fonts:20 - checkout21 …- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install pkg-config ragel freetype glib cairo python3 icu4c g…22 - run: pip3 install meson --upgrade[all …]
7 # http://www.apache.org/licenses/LICENSE-2.021 RUN apt-get update && apt-get install -y \22 build-essential \25 pkg-config \26 && apt-get clean29 RUN apt-get update && apt-get install -y \32 && apt-get clean35 RUN apt-get update && apt-get install -y \37 libc6-dbg \38 libc6-dev \[all …]
7 # http://www.apache.org/licenses/LICENSE-2.015 FROM silkeh/clang:7-buster17 RUN apt update && apt -y upgrade && apt install -y build-essential curl git time wget zip && apt cl…23 RUN git config --global --add safe.directory '*'24 RUN git config --global protocol.file.allow always32 RUN apt-get update && apt-get install -y \33 python3 \34 python3-pip \35 python3-setuptools \36 python3-yaml \[all …]
7 # http://www.apache.org/licenses/LICENSE-2.017 RUN apt-get update && apt-get install -y curl git time wget zip && apt-get clean23 RUN git config --global --add safe.directory '*'24 RUN git config --global protocol.file.allow always32 RUN apt-get update && apt-get install -y \33 python3 \34 python3-pip \35 python3-setuptools \36 python3-yaml \37 && apt-get clean[all …]
7 # http://www.apache.org/licenses/LICENSE-2.015 FROM silkeh/clang:19-bookworm17 RUN apt update && apt -y upgrade && apt install -y build-essential curl git time wget zip && apt cl…23 RUN git config --global --add safe.directory '*'24 RUN git config --global protocol.file.allow always32 RUN apt-get update && apt-get install -y \33 python3 \34 python3-pip \35 python3-setuptools \36 python3-yaml \[all …]
2 --- |9 # http://www.apache.org/licenses/LICENSE-2.025 build-base ${'\\'}31 linux-headers ${'\\'}35 python3 ${'\\'}36 py3-pip ${'\\'}43 # use pinned version of pip to avoid sudden breakages44 RUN python3 -m pip install --upgrade pip==19.3.148 RUN python3 -m pip install six==1.16.052 …RUN python3 -m pip install --upgrade google-auth==1.24.0 google-api-python-client==1.12.8 oauth2cl…[all …]
8 # http://www.apache.org/licenses/LICENSE-2.016 set -ex24 # unit-tests setup starts from here26 if python3 setup.py --help-commands | grep "$1" &>/dev/null; then27 python3 setup.py "$1";31 python3 -m pip install --upgrade "cython<4.0.0rc1";32 python3 setup.py install;37 GRPC_PYTHON_BUILD_WITH_CYTHON=1 pip install .43 GRPC_PYTHON_BUILD_WITH_CYTHON=1 pip install .48 GRPC_PYTHON_BUILD_WITH_CYTHON=1 pip install .[all …]
8 # http://www.apache.org/licenses/LICENSE-2.016 set -ex29 python3.8 -m pip install -U 'cython<4.0.0rc1' setuptools==65.4.1 wheel --user30 python3.9 -m pip install -U 'cython<4.0.0rc1' setuptools==65.4.1 wheel --user31 python3.10 -m pip install -U 'cython<4.0.0rc1' setuptools==65.4.1 wheel --user32 python3.11 -m pip install -U 'cython<4.0.0rc1' setuptools==65.4.1 wheel --user33 python3.12 -m pip install -U 'cython<4.0.0rc1' setuptools==65.4.1 wheel --user34 python3.13 -m pip install -U 'cython<4.0.0rc1' setuptools==65.4.1 wheel --user37 tools/run_tests/task_runner.py -f artifact macos python ${TASK_RUNNER_EXTRA_FILTERS} -j 2 -x build_…40 rm -rf input_artifacts[all …]
8 # http://www.apache.org/licenses/LICENSE-2.017 set -e19 export TEST=${TEST:-false}21 YAML_OK=$(python3 -c "import yaml; print(yaml.__version__.split('.') >= ['5', '4', '1'])")26 python3 -m pip install --upgrade --ignore-installed PyYAML==5.3.1 --user32 rm -f build_autogenerated.yaml33 python3 tools/buildgen/extract_metadata_from_bazel_xml.py37 # /usr/local/google/home/rbellevi/dev/tmp/grpc/venv/bin/python3: No module named virtualenv38 # Generate xds-protos39 if [[ ! -d generate_projects_virtual_environment ]]; then[all …]
4 win32-executor:6 - image: cimg/base:edge-20.047 win64-executor:9 - image: cimg/base:edge-20.0410 autotools-executor:12 - image: cimg/base:edge-20.0416 macos-aat-fonts:20 - checkout21 …- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install pkg-config ragel freetype glib cairo python3 icu4c g…22 - run: pip3 install meson --upgrade[all …]