Home
last modified time | relevance | path

Searched +full:python3 +full:- +full:pip (Results 1 – 25 of 287) sorted by relevance

12345678910>>...12

/third_party/grpc/templates/tools/dockerfile/interoptest/grpc_interop_http2/
DDockerfile.template2 --- |
9 # http://www.apache.org/licenses/LICENSE-2.0
22 RUN apt-get update && apt-get install -y python3-all-dev python3-pip
23 # pip packages needed to run http2_test_server.py
24 …# 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.1
26 RUN python3 -m pip install futures==3.1.1 enum34==1.1.10 protobuf==3.5.2.post1 six==1.16.0
28 RUN python3 -m pip install twisted h2==2.6.1 hyper
/third_party/grpc/tools/dockerfile/interoptest/grpc_interop_http2/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
18 RUN ln -s /usr/local/go/bin/go /usr/local/bin
22 RUN apt-get update && apt-get install -y python3-all-dev python3-pip
23 # pip packages needed to run http2_test_server.py
24 # 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.1
26 RUN python3 -m pip install futures==3.1.1 enum34==1.1.10 protobuf==3.5.2.post1 six==1.16.0
28 RUN python3 -m pip install twisted h2==2.6.1 hyper
/third_party/grpc/tools/dockerfile/interoptest/grpc_interop_go1.11/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
18 RUN ln -s /usr/local/go/bin/go /usr/local/bin
26 RUN apt-get update && apt-get install -y \
27 python3 \
28 python3-pip \
29 python3-setuptools \
30 python3-yaml \
31 && apt-get clean
33 # use pinned version of pip to avoid sudden breakages
34 RUN python3 -m pip install --upgrade pip==19.3.1
[all …]
/third_party/grpc/tools/dockerfile/interoptest/grpc_interop_go1.8/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
18 RUN ln -s /usr/local/go/bin/go /usr/local/bin
26 RUN apt-get update && apt-get install -y \
27 python3 \
28 python3-pip \
29 python3-setuptools \
30 python3-yaml \
31 && apt-get clean
33 # use pinned version of pip to avoid sudden breakages
34 RUN python3 -m pip install --upgrade pip==19.3.1
[all …]
/third_party/grpc/tools/dockerfile/interoptest/grpc_interop_go1.16/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
18 RUN ln -s /usr/local/go/bin/go /usr/local/bin
26 RUN apt-get update && apt-get install -y \
27 python3 \
28 python3-pip \
29 python3-setuptools \
30 python3-yaml \
31 && apt-get clean
33 # use pinned version of pip to avoid sudden breakages
34 RUN python3 -m pip install --upgrade pip==19.3.1
[all …]
/third_party/grpc/tools/dockerfile/interoptest/grpc_interop_go1.19/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
18 RUN ln -s /usr/local/go/bin/go /usr/local/bin
26 RUN apt-get update && apt-get install -y \
27 python3 \
28 python3-pip \
29 python3-setuptools \
30 python3-yaml \
31 && apt-get clean
33 # use pinned version of pip to avoid sudden breakages
34 RUN python3 -m pip install --upgrade pip==19.3.1
[all …]
/third_party/grpc/templates/tools/dockerfile/
Drun_tests_python_deps.include7 RUN apt-get update && apt-get install -y ${'\\'}
8 python3 ${'\\'}
9 python3-pip ${'\\'}
10 python3-setuptools ${'\\'}
11 python3-yaml ${'\\'}
12 && apt-get clean
14 # use pinned version of pip to avoid sudden breakages
15 RUN python3 -m pip install --upgrade pip==19.3.1
19 RUN python3 -m pip install six==1.16.0
Drun_tests_python_deps_pep668.include7 RUN apt-get update && apt-get install -y ${'\\'}
8 python3 ${'\\'}
9 python3-pip ${'\\'}
10 python3-setuptools ${'\\'}
11 python3-yaml ${'\\'}
12 && apt-get clean
14 # use pinned version of pip to avoid sudden breakages
16 # --break-system-packages is to workaround that. We should look into using
18 RUN python3 -m pip install --break-system-packages --upgrade pip==19.3.1
22 RUN python3 -m pip install six==1.16.0
/third_party/grpc/tools/dockerfile/test/php8_zts_debian12_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
15 FROM php:8-zts-bookworm
17 RUN apt-get update && apt-get install -y \
18 autoconf automake build-essential git libtool curl \
19 zlib1g-dev \
20 && apt-get clean
27 RUN git config --global --add safe.directory '*'
28 RUN git config --global protocol.file.allow always
36 RUN apt-get update && apt-get install -y \
37 python3 \
[all …]
/third_party/grpc/tools/dockerfile/test/cxx_alpine_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
23 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 always
48 # use pinned version of pip to avoid sudden breakages
49 RUN python3 -m pip install --upgrade pip==19.3.1
53 RUN python3 -m pip install six==1.16.0
[all …]
/third_party/skia/m133/third_party/externals/harfbuzz/.circleci/
Dconfig.yml4 win32-executor:
6 - image: cimg/base:2023.10
7 win64-executor:
9 - image: cimg/base:2023.10
10 dist-executor:
12 - image: cimg/base:2023.10
16 macos-aat-fonts:
20 - checkout
21- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install pkg-config ragel freetype glib cairo python3 icu4c g…
22 - run: pip3 install meson --upgrade
[all …]
/third_party/grpc/tools/dockerfile/test/python_debian11_default_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
38 libc6-dev \
[all …]
/third_party/grpc/tools/dockerfile/test/cxx_clang_7_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
15 FROM silkeh/clang:7-buster
17 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 always
32 RUN apt-get update && apt-get install -y \
33 python3 \
34 python3-pip \
35 python3-setuptools \
36 python3-yaml \
[all …]
/third_party/grpc/tools/dockerfile/test/cxx_gcc_8_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 RUN apt-get update && apt-get install -y curl git time wget zip && apt-get clean
23 RUN git config --global --add safe.directory '*'
24 RUN git config --global protocol.file.allow always
32 RUN apt-get update && apt-get install -y \
33 python3 \
34 python3-pip \
35 python3-setuptools \
36 python3-yaml \
37 && apt-get clean
[all …]
/third_party/grpc/tools/dockerfile/test/cxx_gcc_7_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 RUN apt-get update && apt-get install -y curl git time wget zip && apt-get clean
23 RUN git config --global --add safe.directory '*'
24 RUN git config --global protocol.file.allow always
32 RUN apt-get update && apt-get install -y \
33 python3 \
34 python3-pip \
35 python3-setuptools \
36 python3-yaml \
37 && apt-get clean
[all …]
/third_party/grpc/tools/dockerfile/test/cxx_clang_19_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
15 FROM silkeh/clang:19-bookworm
17 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 always
32 RUN apt-get update && apt-get install -y \
33 python3 \
34 python3-pip \
35 python3-setuptools \
36 python3-yaml \
[all …]
/third_party/grpc/tools/dockerfile/test/cxx_gcc_14_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 RUN apt-get update && apt-get install -y curl git time wget zip && apt-get clean
23 RUN git config --global --add safe.directory '*'
24 RUN git config --global protocol.file.allow always
32 RUN apt-get update && apt-get install -y \
33 python3 \
34 python3-pip \
35 python3-setuptools \
36 python3-yaml \
37 && apt-get clean
[all …]
/third_party/grpc/templates/tools/dockerfile/test/cxx_alpine_x64/
DDockerfile.template2 --- |
9 # http://www.apache.org/licenses/LICENSE-2.0
25 build-base ${'\\'}
31 linux-headers ${'\\'}
35 python3 ${'\\'}
36 py3-pip ${'\\'}
43 # use pinned version of pip to avoid sudden breakages
44 RUN python3 -m pip install --upgrade pip==19.3.1
48 RUN python3 -m pip install six==1.16.0
52 …RUN python3 -m pip install --upgrade google-auth==1.24.0 google-api-python-client==1.12.8 oauth2cl…
[all …]
/third_party/grpc/tools/distrib/
Dinstall_all_python_modules.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
24 # unit-tests setup starts from here
26 if python3 setup.py --help-commands | grep "$1" &>/dev/null; then
27 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 …]
/third_party/grpc/tools/dockerfile/test/cxx_debian11_x86/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
38 libc6-dev \
[all …]
/third_party/grpc/tools/internal_ci/macos/
Dgrpc_distribtests_python.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
29 python3.8 -m pip install -U 'cython<4.0.0rc1' setuptools==65.4.1 wheel --user
30 python3.9 -m pip install -U 'cython<4.0.0rc1' setuptools==65.4.1 wheel --user
31 python3.10 -m pip install -U 'cython<4.0.0rc1' setuptools==65.4.1 wheel --user
32 python3.11 -m pip install -U 'cython<4.0.0rc1' setuptools==65.4.1 wheel --user
33 python3.12 -m pip install -U 'cython<4.0.0rc1' setuptools==65.4.1 wheel --user
34 python3.13 -m pip install -U 'cython<4.0.0rc1' setuptools==65.4.1 wheel --user
37 tools/run_tests/task_runner.py -f artifact macos python ${TASK_RUNNER_EXTRA_FILTERS} -j 2 -x build_…
40 rm -rf input_artifacts
[all …]
/third_party/grpc/tools/buildgen/
Dgenerate_projects.sh8 # http://www.apache.org/licenses/LICENSE-2.0
17 set -e
19 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 --user
32 rm -f build_autogenerated.yaml
33 python3 tools/buildgen/extract_metadata_from_bazel_xml.py
37 # /usr/local/google/home/rbellevi/dev/tmp/grpc/venv/bin/python3: No module named virtualenv
38 # Generate xds-protos
39 if [[ ! -d generate_projects_virtual_environment ]]; then
[all …]
/third_party/skia/third_party/externals/harfbuzz/.circleci/
Dconfig.yml4 win32-executor:
6 - image: cimg/base:edge-20.04
7 win64-executor:
9 - image: cimg/base:edge-20.04
10 autotools-executor:
12 - image: cimg/base:edge-20.04
16 macos-aat-fonts:
20 - checkout
21- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install pkg-config ragel freetype glib cairo python3 icu4c g…
22 - run: pip3 install meson --upgrade
[all …]
/third_party/grpc/tools/dockerfile/test/cxx_debian12_openssl309_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
38 libc6-dev \
[all …]
/third_party/grpc/tools/dockerfile/test/cxx_debian11_openssl111_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
38 libc6-dev \
[all …]

12345678910>>...12