Searched +full:python +full:- +full:pip (Results 1 – 25 of 1047) sorted by relevance
12345678910>>...42
| /external/tensorflow/tensorflow/compiler/tests/ |
| D | BUILD | 3 load("//tensorflow:tensorflow.bzl", "tf_cuda_cc_test") # buildifier: disable=same-origin-load 14 load("//tensorflow/python/tpu:tpu.bzl", "tpu_py_test") 34 # To pass open source testing in the pip Kokoros. 49 "//tensorflow/python:array_ops", 50 "//tensorflow/python:client", 51 "//tensorflow/python:client_testlib", 52 "//tensorflow/python:framework", 53 "//tensorflow/python:platform", 54 "//tensorflow/python:random_seed", 55 "//tensorflow/python:session", [all …]
|
| /external/python/cpython2/Doc/installing/ |
| D | index.rst | 3 .. _installing-index: 6 Installing Python Modules 9 :Email: distutils-sig@python.org 11 As a popular open source development project, Python has an active 13 available for other Python developers to use under open source license terms. 15 This allows Python users to share and collaborate effectively, benefiting 21 creating and sharing your own Python projects, refer to the 22 :ref:`distribution guide <distributing-index>`. 29 use of the distribution and installation tools provided with Python. 35 * ``pip`` is the preferred installer program. Starting with Python 2.7.9, it [all …]
|
| /external/python/cpython3/Doc/installing/ |
| D | index.rst | 3 .. _installing-index: 6 Installing Python Modules 9 :Email: distutils-sig@python.org 11 As a popular open source development project, Python has an active 13 available for other Python developers to use under open source license terms. 15 This allows Python users to share and collaborate effectively, benefiting 21 creating and sharing your own Python projects, refer to the 22 :ref:`distribution guide <distributing-index>`. 29 use of the distribution and installation tools provided with Python. 35 * ``pip`` is the preferred installer program. Starting with Python 3.4, it [all …]
|
| /external/python/pyfakefs/.github/workflows/ |
| D | testsuite.yml | 8 runs-on: ubuntu-latest 10 - name: Check out repository 12 - name: Set up Python 13 uses: actions/setup-python@v4 15 python-version: "3.10" 16 - name: install pytype 17 run: pip install setuptools pytype pytest scandir pathlib2 pandas xlrd django 18 - name: Run pytype 20 pytype pyfakefs --keep-going --exclude pyfakefs/tests/* --exclude pyfakefs/pytest_tests/* 23 runs-on: ${{ matrix.os }} [all …]
|
| /external/python/cpython2/Doc/library/ |
| D | ensurepip.rst | 1 :mod:`ensurepip` --- Bootstrapping the ``pip`` installer 5 :synopsis: Bootstrapping the ``pip`` installer into an existing Python 10 The :mod:`ensurepip` package provides support for bootstrapping the ``pip`` 11 installer into an existing Python installation or virtual environment. This 12 bootstrapping approach reflects the fact that ``pip`` is an independent 17 In most cases, end users of Python shouldn't need to invoke this module 18 directly (as ``pip`` should be bootstrapped by default), but it may be 19 needed if installing ``pip`` was skipped when installing Python (or 20 when creating a virtual environment) or after explicitly uninstalling ``pip``. 25 needed to bootstrap ``pip`` are included as internal parts of the [all …]
|
| /external/python/cpython3/Doc/tutorial/ |
| D | venv.rst | 2 .. _tut-venv: 11 Python applications will often use packages and modules that don't 17 This means it may not be possible for one Python installation to meet 24 self-contained directory tree that contains a Python installation for a 25 particular version of Python, plus a number of additional packages. 40 Python that you have available. If you have multiple versions of Python on your 41 system, you can select a specific Python version by running ``python3`` or 47 python -m venv tutorial-env 49 This will create the ``tutorial-env`` directory if it doesn't exist, 50 and also create directories inside it containing a copy of the Python [all …]
|
| /external/bazelbuild-rules_python/python/extensions/ |
| D | pip.bzl | 7 # http://www.apache.org/licenses/LICENSE-2.0 15 "pip module extension for use with bzlmod" 18 load("//python:pip.bzl", "whl_library_alias") 20 "//python/pip_install:pip_repository.bzl", 28 load("//python/pip_install:requirements_parser.bzl", parse_requirements = "parse") 29 load("//python/private:normalize_name.bzl", "normalize_name") 30 load("//python/private:version_label.bzl", "version_label") 33 """Implementation of the pip.whl_mods tag class. 91 "Unable to find interpreter for pip hub '{hub_name}' for " + 93 '`python.toolchain(python_version="{version}")` call exists' [all …]
|
| /external/scapy/.travis/ |
| D | install.sh | 1 PIP=`which pip || (python --version 2>&1 | grep -q 'Python 2' && which pip2) || (python --version 2… 3 # Install dependencies using pip 4 if [ -z "$SCAPY_SUDO" -o "$SCAPY_SUDO" = "false" ] 9 PIP_INSTALL_FLAGS="--user" 12 SCAPY_SUDO="$SCAPY_SUDO -H" 15 $SCAPY_SUDO $PIP install $PIP_INSTALL_FLAGS -U mock 17 if python --version 2>&1 | grep -q '^Python 3\.[0123]' 19 # cryptography with Python 3 < 3.4 requires enum34 20 $SCAPY_SUDO $PIP install $PIP_INSTALL_FLAGS -U enum34 23 if ! python --version 2>&1 | grep -q PyPy; then [all …]
|
| /external/pandora/avatar/.github/workflows/ |
| D | avatar.yml | 11 name: Build with Python ${{ matrix.python-version }} 12 runs-on: ubuntu-latest 15 python-version: ["3.10", "3.11"] 17 - uses: actions/checkout@v3 18 - name: Set Up Python ${{ matrix.python-version }} 19 uses: actions/setup-python@v4 21 python-version: ${{ matrix.python-version }} 22 - name: Install 24 pip install --upgrade pip 25 pip install build [all …]
|
| /external/bazelbuild-rules_python/examples/bzlmod/ |
| D | MODULE.bazel | 14 # We next initialize the python toolchain using the extension. 15 # You can set different Python versions in this block. 16 python = use_extension("@rules_python//python/extensions:python.bzl", "python") 17 python.toolchain( 24 # We are also using a second version of Python in this project. 25 # Typically you will only need a single version of Python, but 27 # Note: we do not supporting using multiple pip extensions, this is 29 python.toolchain( 34 # You only need to load this repositories if you are using multiple Python versions. 35 # See the tests folder for various examples on using multiple Python versions. [all …]
|
| /external/cronet/third_party/re2/src/.github/workflows/ |
| D | python.yml | 1 name: Python 9 wheel-linux: 10 name: Linux ${{ matrix.os }}, ${{ matrix.arch.name }}, Python ${{ matrix.ver }} 11 runs-on: ${{ matrix.arch.runs-on }} 13 image: quay.io/pypa/${{ matrix.os }}_${{ matrix.arch.python-name }} 17 options: --init --user 1001 19 fail-fast: false 22 - { name: X64, python-name: x86_64, runs-on: [ubuntu-latest] } 23 - { name: ARM64, python-name: aarch64, runs-on: [self-hosted, linux, arm64] } 28 PYTHON: /usr/local/bin/python${{ matrix.ver }} [all …]
|
| /external/python/cpython3/Doc/library/ |
| D | ensurepip.rst | 1 :mod:`ensurepip` --- Bootstrapping the ``pip`` installer 5 :synopsis: Bootstrapping the "pip" installer into an existing Python 12 -------------- 14 The :mod:`ensurepip` package provides support for bootstrapping the ``pip`` 15 installer into an existing Python installation or virtual environment. This 16 bootstrapping approach reflects the fact that ``pip`` is an independent 21 In most cases, end users of Python shouldn't need to invoke this module 22 directly (as ``pip`` should be bootstrapped by default), but it may be 23 needed if installing ``pip`` was skipped when installing Python (or 25 ``pip``. [all …]
|
| /external/python/markupsafe/.github/workflows/ |
| D | tests.yaml | 5 - master 6 - '*.x' 9 - master 10 - '*.x' 14 runs-on: ${{ matrix.os }} 16 fail-fast: false 19 - {name: Linux, python: '3.8', os: ubuntu-latest, tox: py38} 20 - {name: Windows, python: '3.8', os: windows-latest, tox: py38} 21 - {name: Mac, python: '3.8', os: macos-latest, tox: py38} 22 - {name: '3.7', python: '3.7', os: ubuntu-latest, tox: py37} [all …]
|
| /external/python/jinja/.github/workflows/ |
| D | tests.yaml | 5 - master 6 - '*.x' 9 - master 10 - '*.x' 14 runs-on: ${{ matrix.os }} 16 fail-fast: false 19 - {name: Linux, python: '3.8', os: ubuntu-latest, tox: py38} 20 - {name: '3.7', python: '3.7', os: ubuntu-latest, tox: py37} 21 - {name: '3.6', python: '3.6', os: ubuntu-latest, tox: py36} 22 - {name: 'PyPy', python: pypy3, os: ubuntu-latest, tox: pypy3} [all …]
|
| /external/python/typing/.github/workflows/ |
| D | package.yml | 13 runs-on: ubuntu-latest 16 - uses: actions/checkout@v2 18 - name: Set up Python 19 uses: actions/setup-python@v2 21 python-version: 3 23 - name: Install pypa/build 25 # Be wary of running `pip install` here, since it becomes easy for us to 27 python -m pip install --upgrade build 28 python -m pip list 30 - name: Build and install wheel [all …]
|
| /external/pandora/bt-test-interfaces/.github/workflows/ |
| D | python.yml | 1 name: Python 11 name: Build with Python ${{ matrix.python-version }} 12 runs-on: ubuntu-latest 15 python-version: ["3.8", "3.9", "3.10", "3.11"] 17 - uses: actions/checkout@v3 18 - name: Set Up Python ${{ matrix.python-version }} 19 uses: actions/setup-python@v4 21 python-version: ${{ matrix.python-version }} 22 - name: Install 24 pip install --upgrade pip [all …]
|
| /external/python/portpicker/.github/workflows/ |
| D | python-package.yml | 1 # This workflow will install Python dependencies, run tests and lint with a variety of Python versi… 2 …rmation see: https://help.github.com/actions/language-and-framework-guides/using-python-with-githu… 4 name: Python Portpicker & Portserver 9 - 'main' 12 - 'main' 15 build-ubuntu: 17 runs-on: ubuntu-latest 19 fail-fast: false 21 python-version: [3.6, 3.7, 3.8, 3.9, '3.10'] 24 - uses: actions/checkout@v2 [all …]
|
| /external/grpc-grpc/src/python/grpcio/ |
| D | README.rst | 1 gRPC Python 6 Package for gRPC Python. 8 .. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?packa… 9 :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=grpcio 11 Supported Python Versions 12 ------------------------- 13 Python >= 3.8 16 ------------ 18 gRPC Python is available for Linux, macOS, and Windows. 27 $ pip install grpcio [all …]
|
| /external/python/httplib2/ |
| D | .travis.yml | 1 language: python 7 pip: true 9 - $HOME/.cache 13 - pip_install_common='pip>=9.0 setuptools>=43.0 wheel>=0.30' 14 python: 15 - 2.7 16 - 3.5 17 - 3.6 18 - 3.7 19 install: pip install $pip_install_common 'codecov>=2.0.15' -r requirements-test.txt [all …]
|
| /external/pigweed/docs/ |
| D | python_build.rst | 1 .. _docs-python-build: 4 Pigweed's GN Python Build 8 - :bdg-ref-primary-line:`module-pw_build-python` for detailed template usage. 9 - :bdg-ref-primary-line:`module-pw_build` for other GN templates available 11 - :bdg-ref-primary-line:`docs-build-system` for a high level guide and 14 Pigweed uses a custom GN-based build system to manage its Python code. The 15 Pigweed Python build supports packaging, installation and distribution of 16 interdependent local Python packages. It also provides for fast, incremental 18 with :ref:`module-pw_watch`) or in continuous integration. 20 Pigweed's Python code is exclusively managed by GN, but the GN-based build may [all …]
|
| /external/bazelbuild-rules_python/examples/pip_install/ |
| D | WORKSPACE | 8 load("@rules_python//python:repositories.bzl", "py_repositories", "python_register_toolchains") 18 load("@rules_python//python:pip.bzl", "pip_install") 21 # (Optional) You can provide extra parameters to pip. 22 # Here, make pip output verbose (this is usable with `quiet = False`). 23 #extra_pip_args = ["-v"], 25 … You can exclude custom elements in the data section of the generated BUILD files for pip packages. 30 …# acts as an executable). The latter can be anything that could be used as Python interpreter. E.g… 31 # 1. Python interpreter that you compile in the build file (as above in @python_interpreter). 32 # 2. Pre-compiled python interpreter included with http_archive 33 # 3. Wrapper script, like in the autodetecting python toolchain. [all …]
|
| /external/liblc3/.github/workflows/ |
| D | ci.yaml | 10 build-linux: 11 runs-on: ubuntu-latest 13 - uses: actions/checkout@v4 14 - run: gcc -v 15 - run: make 17 build-linux-meson: 18 runs-on: ubuntu-latest 20 - uses: actions/checkout@v4 21 - uses: actions/setup-python@v5 23 python-version: '3.10' [all …]
|
| /external/rust/crates/grpcio-sys/grpc/third_party/upb/.github/workflows/ |
| D | python_tests.yml | 1 name: Python Tests 6 - main 7 - '[0-9]+.x' 10 - main 11 - '[0-9]+.x' 17 runs-on: ubuntu-large 21 …DOCKER_IMAGE: us-docker.pkg.dev/protobuf-build/release-containers/linux/apple@sha256:bb1d147384499… 24 - uses: actions/checkout@v2 25 - name: Set up Cloud SDK 26 uses: google-github-actions/auth@v0 [all …]
|
| /external/python/cpython3/Mac/BuildScript/scripts/ |
| D | postflight.ensurepip | 3 # Install/upgrade pip. 8 FWK="/Library/Frameworks/Python.framework/Versions/${PYVER}" 13 "${FWK}/bin/python${PYVER}" -E -s -m ensurepip --upgrade 15 # bpo-33290: An earlier "pip3 install --upgrade pip" may have installed 16 # a "pip" in the fw bin directory. For a py3 install, remove it. 18 rm -f "${FWK}/bin/pip" 20 "${FWK}/bin/python${PYVER}" -E -s -Wi \ 21 "${FWK}/lib/python${PYVER}/compileall.py" -q -j0 \ 22 -f -x badsyntax \ 23 "${FWK}/lib/python${PYVER}/site-packages" [all …]
|
| /external/python/absl-py/smoke_tests/ |
| D | smoke_test.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 20 set -eux 22 if [[ "$#" -ne "2" ]]; then 23 echo 'Must specify the Python interpreter and virtualenv path.' 25 echo ' smoke_tests/smoke_test.sh [Python interpreter path] [virtualenv Path]' 31 TMP_DIR=$(mktemp -d) 32 trap "{ rm -rf ${TMP_DIR}; }" EXIT 33 # Do not bootstrap pip/setuptools, they are manually installed with get-pip.py 35 if ${ABSL_VIRTUALENV} --help | grep '\--no-site-packages'; then 36 no_site_packages_flag="--no-site-packages" [all …]
|
12345678910>>...42