Home
last modified time | relevance | path

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

12345678910>>...12

/external/grpc-grpc/tools/internal_ci/macos/
Dgrpc_distribtests_python.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
29 python3.7 -m pip install -U 'cython<3.0.0rc1' setuptools==65.4.1 wheel --user
30 python3.8 -m pip install -U 'cython<3.0.0rc1' setuptools==65.4.1 wheel --user
31 python3.9 -m pip install -U 'cython<3.0.0rc1' setuptools==65.4.1 wheel --user
32 python3.10 -m pip install -U 'cython<3.0.0rc1' setuptools==65.4.1 wheel --user
33 python3.11 -m pip install -U 'cython<3.0.0rc1' setuptools==65.4.1 wheel --user
34 python3.12 -m pip install -U 'cython<3.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 …]
/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/internal_ci/macos/
Dgrpc_distribtests_python.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
29 python3.7 -m pip install -U cython setuptools==65.4.1 wheel --user
30 python3.8 -m pip install -U cython setuptools==65.4.1 wheel --user
31 python3.9 -m pip install -U cython setuptools==65.4.1 wheel --user
32 python3.10 -m pip install -U cython setuptools==65.4.1 wheel --user
33 python3.11 -m pip install -U cython setuptools==65.4.1 wheel --user
36 tools/run_tests/task_runner.py -f artifact macos python ${TASK_RUNNER_EXTRA_FILTERS} -j 4 -x build_…
39 rm -rf input_artifacts
40 mkdir -p input_artifacts
[all …]
/external/antlr/runtime/Python3/
DREADME4 This is the Python3 package 'antlr3', which is required to use parsers created
12 The Python3 target for ANTLR3 is still in beta. Documentation is lacking, some
14 Also the API might change a bit - it currently mimics the Java implementation,
20 your application. Installing the runtime in the global site-packages directory
39 $ python3 setup.py install
43 If this fails due to an obscure setuptools error, you may need a newer bootstrap
44 script (ez_setup.py): see <https://pypi.python.org/pypi/setuptools/> for full
45 setuptools installation instructions, or simply download the given ez_setup.py
66 files in 'src/org/antlr/codegen/templates/Python3/' and some Java code in
70 If there are no directories 'tests' and 'unittests' in 'runtime/Python3', you
[all …]
/external/python/google-auth-library-python/.kokoro/
Drelease.sh8 # https://www.apache.org/licenses/LICENSE-2.0
16 set -eo pipefail
19 python3 -m pip install gcp-releasetool
20 python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /tmp/publisher-script
22 # Ensure that we have the latest versions of Twine, Wheel, and Setuptools.
23 python3 -m pip install --upgrade twine wheel setuptools
29 TWINE_PASSWORD=$(cat "${KOKORO_GFILE_DIR}/secret_manager/google-cloud-pypi-token")
30 cd github/google-auth-library-python
31 python3 setup.py sdist bdist_wheel
32 twine upload --username __token__ --password "${TWINE_PASSWORD}" dist/*
/external/python/google-api-python-client/.kokoro/
Drelease.sh8 # https://www.apache.org/licenses/LICENSE-2.0
16 set -eo pipefail
19 python3 -m pip install gcp-releasetool
20 python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /tmp/publisher-script
22 # Ensure that we have the latest versions of Twine, Wheel, and Setuptools.
23 python3 -m pip install --upgrade twine wheel setuptools
29 TWINE_PASSWORD=$(cat "${KOKORO_GFILE_DIR}/secret_manager/google-cloud-pypi-token")
30 cd github/google-api-python-client
31 python3 setup.py sdist bdist_wheel
32 twine upload --username __token__ --password "${TWINE_PASSWORD}" dist/*
/external/bcc/
DINSTALL.md3 * [Kernel Configuration](#kernel-configuration)
5 - [Debian](#debian---binary)
6 - [Ubuntu](#ubuntu---binary)
7 - [Fedora](#fedora---binary)
8 - [Arch](#arch---binary)
9 - [Gentoo](#gentoo---portage)
10 - [openSUSE](#opensuse---binary)
11 - [RHEL](#rhel---binary)
12 - [Amazon Linux 1](#amazon-linux-1---binary)
13 - [Amazon Linux 2](#amazon-linux-2---binary)
[all …]
/external/tensorflow/tensorflow/tools/ci_build/install/
Dinstall_pip_packages.sh8 # http://www.apache.org/licenses/LICENSE-2.0
17 set -e
20 wget https://bootstrap.pypa.io/get-pip.py
21 python3.6 get-pip.py
22 rm -f get-pip.py
24 # Install pip packages from whl files to avoid the time-consuming process of
31 # Install last working version of setuptools. This must happen before we install
32 # absl-py, which uses install_requires notation introduced in setuptools 20.5.
33 pip3 install --upgrade setuptools==39.1.0
38 pip3 install --upgrade six==1.12.0
[all …]
Dinstall_python3.6_pip_packages.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 # Install packages required by Python3.6 build
21 # fkrull/deadsnakes is for Python3.6
22 add-apt-repository -y ppa:fkrull/deadsnakes
24 apt-get update
25 apt-get upgrade
28 apt-get install python-dev
30 apt-get install libbz2-dev
32 apt-get install libncurses5 libncurses5-dev
33 apt-get install libncursesw5 libncursesw5-dev
[all …]
Dinstall_deb_packages.sh8 # http://www.apache.org/licenses/LICENSE-2.0
18 # ./install_deb_packages [--without_cmake]
19 # Pass --without_cmake to prevent cmake from being installed with apt-get
21 set -e
22 ubuntu_version=$(cat /etc/issue | grep -i ubuntu | awk '{print $2}' | \
23 awk -F'.' '{print $1}')
25 if [[ "$1" != "" ]] && [[ "$1" != "--without_cmake" ]]; then
31 apt-get update
32 apt-get install -y gnupg2
36 apt-key adv --keyserver keyserver.ubuntu.com --recv 084ECFC5828AB726
[all …]
/external/pytorch/.ci/docker/common/
Dinstall_cpython.sh3 set -uex -o pipefail
7 GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py
10 CPYTHON_VERSIONS=${CPYTHON_VERSIONS:-"3.8.1 3.9.0 3.10.1 3.11.0 3.12.0 3.13.0"}
13 if [ -z "$1" ]; then
24 tar -xzf Python-$py_ver.tgz
27 local prefix="/opt/_internal/cpython-${py_ver}"
28 mkdir -p ${prefix}/lib
29 if [[ -n $(which patchelf) ]]; then
30 local shared_flags="--enable-shared"
32 local shared_flags="--disable-shared"
[all …]
/external/google-fruit/extras/dockerfiles/
DDockerfile.ubuntu-23.106 RUN bash -x /common_install.sh
8 COPY ubuntu-23.10_custom.list /etc/apt/sources.list.d/
10 RUN apt-get update
12 RUN apt-get install -y --allow-unauthenticated --no-install-recommends \
13 g++-9 \
14 g++-10 \
15 g++-11 \
16 g++-12 \
17 g++-13 \
18 clang-13 \
[all …]
DDockerfile.ubuntu-24.046 RUN bash -x /common_install.sh
8 COPY ubuntu-24.04_custom.list /etc/apt/sources.list.d/
10 RUN apt-get update
12 RUN apt-get install -y --allow-unauthenticated --no-install-recommends \
13 g++-9 \
14 g++-10 \
15 g++-11 \
16 g++-12 \
17 g++-13 \
18 g++-14 \
[all …]
DDockerfile.ubuntu-20.046 RUN bash -x /common_install.sh
8 COPY ubuntu-20.04_custom.list /etc/apt/sources.list.d/
10 RUN apt-get update
12 RUN apt-get remove -y python3-pip
13 RUN python3 -m easy_install pip
15 RUN apt-get install -y --allow-unauthenticated --no-install-recommends \
16 g++-7 \
17 g++-8 \
18 g++-9 \
19 g++-10 \
[all …]
DDockerfile.ubuntu-22.046 RUN bash -x /common_install.sh
8 COPY ubuntu-22.04_custom.list /etc/apt/sources.list.d/
10 RUN apt-get update
12 RUN apt-get remove -y python3-pip
14 RUN apt-get install -y --allow-unauthenticated --no-install-recommends \
15 g++-9 \
16 g++-10 \
17 g++-11 \
18 g++-12 \
19 clang-11 \
[all …]
/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/distrib/python/xds_protos/
Dsetup.py1 #! /usr/bin/env python3
8 # http://www.apache.org/licenses/LICENSE-2.0
19 import setuptools
24 # Use setuptools to build Python package
27 PACKAGES = setuptools.find_packages(where=".", exclude=EXCLUDE_PYTHON_FILES)
29 'Development Status :: 3 - Alpha',
38 SETUP_REQUIRES = INSTALL_REQUIRES + ['grpcio-tools']
39 setuptools.setup(
40 name='xds-protos',
43 description='Generated Python code from envoyproxy/data-plane-api',
[all …]
/external/selinux/
DREADME.md7 [![OSS-Fuzz Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/selinux.svg)](https:/…
16 SELinux-based system.
24 ------------
32 * Gentoo (https://packages.gentoo.org/packages/sys-apps/policycoreutils)
34 * Yocto Project (http://git.yoctoproject.org/cgit/cgit.cgi/meta-selinux/tree/recipes-security/selin…
39 --------------------
46 audit-libs-devel \
48 bzip2-devel \
49 CUnit-devel \
54 glib2-devel \
[all …]
/external/tensorflow/tensorflow/lite/tools/pip_package/debian/
Dcontrol1 Source: tflite-runtime
5 Build-Depends:
7 dh-python,
8 python3-all,
9 python3-numpy (>= 1:1.12.1),
10 python3-setuptools,
11 python3-wheel
12 Standards-Version: 3.9.8
15 Package: python3-tflite-runtime
19 ${python3:Depends},
[all …]
/external/tensorflow/tensorflow/tools/dockerfiles/partials/ubuntu/
Dpython.partial.Dockerfile2 ENV LANG C.UTF-8
4 RUN apt-get update && apt-get install -y \
5 python3 \
6 python3-pip
8 RUN python3 -m pip --no-cache-dir install --upgrade \
10 setuptools
13 RUN ln -s $(which python3) /usr/local/bin/python
/external/grpc-grpc/tools/distrib/python/xds_protos/
Dsetup.py1 #! /usr/bin/env python3
8 # http://www.apache.org/licenses/LICENSE-2.0
19 import setuptools
30 # Use setuptools to build Python package
33 PACKAGES = setuptools.find_packages(where=".", exclude=EXCLUDE_PYTHON_FILES)
35 "Development Status :: 3 - Alpha",
45 SETUP_REQUIRES = INSTALL_REQUIRES + ["grpcio-tools>=1.49.0"]
47 setuptools.setup(
48 name="xds-protos",
51 description="Generated Python code from envoyproxy/data-plane-api",
[all …]
/external/python/dateutil/
Dsetup.py5 import setuptools
6 from setuptools import setup, find_packages
7 from setuptools.command.test import test as TestCommand
18 if LooseVersion(setuptools.__version__) <= LooseVersion("24.3"):
19 warnings.warn("python_requires requires setuptools version > 24.3",
36 with io.open('README.rst', encoding='utf-8') as f:
43 lines_out.append('.. code-block:: python3\n')
51 setup(name="python-dateutil",
63 long_description_content_type='text/x-rst',
66 package_data={"dateutil.zoneinfo": ["dateutil-zoneinfo.tar.gz"]},
[all …]
/external/grpc-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
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
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
/external/cronet/stable/third_party/protobuf/kokoro/linux/dockerfile/test/java_stretch/
DDockerfile8 RUN apt-get update && apt-get install -y \
10 autotools-dev \
11 build-essential \
19 libc6-dbg \
20 libc6-dev \
21 libgtest-dev \
25 pkg-config \
30 openjdk-11-jdk \
31 openjdk-17-jdk \
35 python3-dev \
[all …]
/external/protobuf/kokoro/linux/dockerfile/test/java_stretch/
DDockerfile8 RUN apt-get update && apt-get install -y \
10 autotools-dev \
11 build-essential \
19 libc6-dbg \
20 libc6-dev \
21 libgtest-dev \
25 pkg-config \
30 openjdk-11-jdk \
31 openjdk-17-jdk \
35 python3-dev \
[all …]
/external/cronet/tot/third_party/protobuf/kokoro/linux/dockerfile/test/java_stretch/
DDockerfile8 RUN apt-get update && apt-get install -y \
10 autotools-dev \
11 build-essential \
19 libc6-dbg \
20 libc6-dev \
21 libgtest-dev \
25 pkg-config \
30 openjdk-11-jdk \
31 openjdk-17-jdk \
35 python3-dev \
[all …]

12345678910>>...12