Home
last modified time | relevance | path

Searched full:pip (Results 1 – 25 of 1868) sorted by relevance

12345678910>>...75

/external/python/cpython3/Lib/ensurepip/_bundled/
Dpip-24.3.1-py3-none-any.whlpip/__init__.py pip/__main__.py pip/__pip-runner__.py pip/py.
/external/bazelbuild-rules_python/gazelle/pythonconfig/
Dpythonconfig_test.go22 RepositoryName: "pip",
26 want: "@pip//distwithuppercase",
31 RepositoryName: "pip",
35 want: "@pip//dist_with_dashes",
40 RepositoryName: "pip",
44 want: "@pip//friendly_bard",
49 RepositoryName: "pip",
53 want: "@pip//hello_something",
58 RepositoryName: "pip",
62 want: "@pip//hello_something",
[all …]
/external/tensorflow/tensorflow/compiler/tests/
DBUILD34 # To pass open source testing in the pip Kokoros.
82 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip
96 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip
114 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip
134 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip
153 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip
174 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip
194 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip
214 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip
242 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip
[all …]
/external/blktrace/btt/
Dproc.c27 struct p_info *pip; member
41 f(rb_entry(n, struct pn_info, rb_node)->pip, arg); in __foreach()
57 free(pnp->pip->name); in __destroy()
58 region_exit(&pnp->pip->regions); in __destroy()
59 free(pnp->pip); in __destroy()
77 return this->pip; in __find_process_pid()
97 return this->pip; in __find_process_name()
123 this->pip = that; in insert_pid()
151 this->pip = that; in insert_name()
157 static void insert(struct p_info *pip) in insert() argument
[all …]
/external/python/cpython3/Lib/ensurepip/
D__init__.py31 dist_matching_wheels = _WHEEL_PKG_DIR.glob('pip-*.whl')
35 # NOTE: `WHEEL_PKG_DIR` does not contain any wheel files for `pip`.
42 # Prefer pip from the wheel package directory, if present.
49 / f'pip-{_PIP_VERSION}-py3-none-any.whl'
57 # Extract '21.2.4' from 'pip-21.2.4-py3-none-any.whl'
59 removeprefix('pip-').
66 # after pip has executed. Particularly, this avoids the case when pip holds onto
74 runpy.run_module("pip", run_name="__main__", alter_sys=True)
92 Returns a string specifying the bundled version of pip.
98 # We deliberately ignore all pip environment variables
[all …]
/external/python/cpython3/Lib/test/
Dtest_ensurepip.py24 self.touch(tmpdir, "pip-1.2.3b1-py2.py3-none-any.whl")
31 # when the bundled pip wheel is used, we get _PIP_VERSION
35 pip_filename = f'pip-{ensurepip._PIP_VERSION}-py3-none-any.whl'
42 pip_filename = "pip-20.2.2-py2.py3-none-any.whl"
47 self.touch(tmpdir, "pip-1.2.3-py2.py3-none-any.whl")
49 self.touch(tmpdir, "pip-script.py")
84 unittest.mock.ANY, "pip",
99 "pip",
110 unittest.mock.ANY, "--user", "pip",
121 unittest.mock.ANY, "--upgrade", "pip",
[all …]
/external/python/pyfakefs/.github/workflows/
Dtestsuite.yml21 run: pip install setuptools pytype pytest scandir pathlib2 pandas xlrd django pyarrow
56 - name: Get pip cache dir
57 id: pip-cache
60 python -m pip install --upgrade pip
61 echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
67 path: ${{ steps.pip-cache.outputs.dir }}
68 …key: ${{ matrix.os }}-${{ matrix.python-version }}-pip-${{ hashFiles('**/requirements.txt') }}-${{…
70 ${{ matrix.os }}-${{ matrix.python-version }}-pip-
74 pip install setuptools wheel
75 pip install -r requirements.txt
[all …]
/external/python/cpython3/Doc/library/
Densurepip.rst1 :mod:`!ensurepip` --- Bootstrapping the ``pip`` installer
5 :synopsis: Bootstrapping the "pip" installer into an existing Python
14 The :mod:`ensurepip` package provides support for bootstrapping the ``pip``
16 bootstrapping approach reflects the fact that ``pip`` is an independent
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``.
30 needed to bootstrap ``pip`` are included as internal parts of the
38 :pep:`453`: Explicit bootstrapping of pip in Python installations
52 This invocation will install ``pip`` if it is not already installed,
[all …]
/external/python/cpython3/Doc/installing/
Dindex.rst37 * ``pip`` is the preferred installer program. Starting with Python 3.4, it
44 defaults to installing ``pip`` into all created virtual environments.
48 aren't able to automatically install ``pip`` into created environments.
84 python -m pip install SomePackage
100 python -m pip install SomePackage==1.0.4 # specific version
101 python -m pip install "SomePackage>=1.0.4" # minimum version
107 python -m pip install --upgrade SomePackage
109 More information and resources regarding ``pip`` and its capabilities can be
127 ... install ``pip`` in versions of Python prior to Python 3.4?
130 Python only started bundling ``pip`` with Python 3.4. For earlier versions,
[all …]
/external/ml_dtypes/.github/workflows/
Dtest.yml52 python -m pip install --upgrade pip
53 pip install .[dev]
70 python -m pip install --upgrade pip
71 python -m pip install setuptools wheel
72 python -m pip install -U --pre numpy \
77 python -m pip install .[dev] --no-build-isolation
94 python -m pip install --upgrade pip
95 python -m pip install --upgrade setuptools wheel
98 python -m pip install .[dev]
99 … python -m pip install numpy==1.21.0 # keep in sync with oldest numpy version in pyproject.toml
[all …]
/external/python/cpython3/Doc/tutorial/
Dvenv.rst97 Managing Packages with pip
101 :program:`pip`. By default ``pip`` will install packages from the `Python
105 ``pip`` has a number of subcommands: "install", "uninstall",
107 complete documentation for ``pip``.)
113 (tutorial-env) $ python -m pip install novas
125 (tutorial-env) $ python -m pip install requests==2.6.0
131 If you re-run this command, ``pip`` will notice that the requested
134 -m pip install --upgrade`` to upgrade the package to the latest version:
138 (tutorial-env) $ python -m pip install --upgrade requests
146 ``python -m pip uninstall`` followed by one or more package names will
[all …]
/external/executorch/
Dinstall_requirements.py43 [sys.executable, "-m", "pip", "install", "packaging"], check=True
86 print("Cleaning pip-out/...")
87 shutil.rmtree("pip-out/", ignore_errors=True)
110 # pip versions will have the required features.
117 # The pip repository that hosts nightly torch packages.
120 # pip packages needed by exir.
124 # been installed on CI before this step, so pip won't reinstall them
134 # pip packages needed to run examples.
143 # pip packages needed for development.
146 "pip>=23", # For building the pip package.
[all …]
/external/bazelbuild-rules_python/python/private/pypi/
Dextension.bzl15 "pip module extension for use with bzlmod"
41 """Implementation of the pip.whl_mods tag class.
81 SimpleAPI evaluating all of the tag class invocations {bzl:obj}`pip.parse`.
124 "Unable to find interpreter for pip hub '{hub_name}' for " +
285 # pip is not used to download wheels and the python
287 # for sdists, they will be built by `pip`, so we still
291 # This is no-op because pip is not used to download the wheel.
324 …logger.warn(lambda: "falling back to pip for installing the right file for {}".format(requirement.…
427 # Used to track all the different pip hubs and the spoke pip Python
433 # dict[hub, dict[whl, dict[version, str pip]]]
[all …]
/external/tensorflow/tensorflow/tools/ci_build/install/
Dinstall_pip_packages_by_version.sh18 PIP="$1"
19 PIP_INSTALL=("${PIP}" "install" "--prefer-binary" --upgrade)
21 PYTHON="${PIP/pip/python}"
22 wget "https://bootstrap.pypa.io/get-pip.py"
23 "${PYTHON}" "get-pip.py" --force-reinstall
24 rm "get-pip.py"
27 PYTHON_VERSION=$(echo ${PIP##*.}) # only the last number, eg. 10
65 # Get the latest version of pip so it recognize manylinux2010
66 "${PIP}" "install" "--upgrade" "pip"
67 "${PIP}" "install" "--upgrade" "setuptools" "virtualenv"
/external/python/jinja/.github/workflows/
Dtests.yaml32 - name: update pip
34 pip install -U wheel
35 pip install -U setuptools
36 python -m pip install -U pip
37 - name: get pip cache dir
38 id: pip-cache
39 run: echo "::set-output name=dir::$(pip cache dir)"
40 - name: cache pip
43 path: ${{ steps.pip-cache.outputs.dir }}
44 …key: pip|${{ runner.os }}|${{ matrix.python }}|${{ hashFiles('setup.py') }}|${{ hashFiles('require…
[all …]
/external/python/markupsafe/.github/workflows/
Dtests.yaml32 - name: update pip
34 pip install -U wheel
35 pip install -U setuptools
36 python -m pip install -U pip
37 - name: get pip cache dir
38 id: pip-cache
39 run: echo "::set-output name=dir::$(pip cache dir)"
40 - name: cache pip
43 path: ${{ steps.pip-cache.outputs.dir }}
44 …key: pip|${{ runner.os }}|${{ matrix.python }}|${{ hashFiles('setup.py') }}|${{ hashFiles('require…
[all …]
/external/python/httplib2/
D.travis.yml7 pip: true
13 - pip_install_common='pip>=9.0 setuptools>=43.0 wheel>=0.30'
19 install: pip install $pip_install_common 'codecov>=2.0.15' -r requirements-test.txt
31 install: pip install $pip_install_common 'codecov>=2.0.15' -r requirements-test.txt
36 install: pip install -r requirements-test.txt
41 install: pip install -r requirements-test.txt
49 … - pip install virtualenv && virtualenv $HOME/virtualenv && source $HOME/virtualenv/bin/activate
50 - pip install $pip_install_common -r requirements-test.txt
55 install: pip install $pip_install_common
60 install: pip install $pip_install_common
[all …]
/external/pigweed/pw_build/
Dpython_gn_args.gni25 # DOCSTAG: [default-pip-gn-args]
34 # Adds --no-index forcing pip to not reach out to the internet (pypi.org) to
39 # Adds '--no-cache-dir' forcing pip to ignore any previously cached Python
40 # packages. On most systems this is located in ~/.cache/pip/
44 # files (*.tar.gz). Pip will check each of these directories when looking for
45 # potential install candidates. Each path will be passed to all 'pip install'
49 # General options passed to pip commands
50 # https://pip.pypa.io/en/stable/cli/pip/#general-options
51 pw_build_PYTHON_PIP_DEFAULT_OPTIONS = [ "--disable-pip-version-check" ]
53 # DOCSTAG: [default-pip-gn-args]
/external/pandora/avatar/.github/workflows/
Davatar.yml24 pip install --upgrade pip
25 pip install build
26 pip install .
42 run: pip install .[dev]
56 pip install --upgrade pip
57 pip install .[dev]
81 pip install --upgrade pip
82 pip install rootcanal==1.10.0
83 pip install .
/external/python/typing/.github/workflows/
Dpackage.yml25 # 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
36 pip install -vvv $path_to_file
37 python -m pip list
56 # Be wary of running `pip install` here, since it becomes easy for us to
58 python -m pip install --upgrade build
59 python -m pip list
67 pip install -vvv $path_to_file
68 python -m pip list
/external/bazelbuild-rules_python/docs/
Dpypi-dependencies.md6 Using PyPI packages (aka "pip install") involves two main steps.
16 To add pip dependencies to your `MODULE.bazel` file, use the `pip.parse`
22 pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip")
23 pip.parse(
28 use_repo(pip, "my_deps")
32 for the {obj}`@rules_python//python/extensions:pip.bzl` extension.
35 We are using a host-platform compatible toolchain by default to setup pip dependencies.
49 To add pip dependencies to your `WORKSPACE`, load the `pip_parse` function and
53 load("@rules_python//python:pip.bzl", "pip_parse")
88 …inations. This is enabled via the `requirements_by_platform` attribute in `pip.parse` extension an…
[all …]
/external/bazelbuild-rules_python/examples/bzlmod_build_file_generation/
DMODULE.bazel55 # Use the extension, pip.parse, to call the `pip_repository` rule that invokes
56 # `pip`, with `incremental` set. The pip call accepts a locked/compiled
62 pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip")
63 pip.parse(
64 hub_name = "pip",
66 # use for running pip commands to download the packages in the
78 # Imports the pip toolchain generated by the given module extension into the scope of the current m…
79 use_repo(pip, "pip")
/external/bazelbuild-rules_python/examples/bzlmod/
DMODULE.bazel43 # Note: we do not supporting using multiple pip extensions, this is
119 # wheel in different pip hubs.
120 pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip")
123 pip.whl_mods(
142 pip.whl_mods(
155 use_repo(pip, "whl_mods_hub")
157 # To fetch pip dependencies, use pip.parse. We can pass in various options,
163 pip.parse(
174 # Or you can specify extra indexes like with `pip`:
199 hub_name = "pip",
[all …]
/external/liblc3/.github/workflows/
Dci.yaml24 cache: 'pip'
25 - run: pip install meson ninja
39 cache: 'pip'
40 - run: pip install meson ninja
54 cache: 'pip'
55 - run: pip install meson ninja
80 cache: 'pip'
81 - run: pip install scipy numpy
92 cache: 'pip'
93 - run: pip install .
/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/dockerfile/distribtest/python_ubuntu1604_x64/
DDockerfile17 RUN apt-get update -y && apt-get install -y python3 python3-pip
20 RUN python3 -m pip install --upgrade pip==19.3.1
22 # Ubuntu's python-pip package installs pip to /usr/bin, whereas the upgraded
23 # pip lives at /usr/local/bin/pip. We'll use the absolute path for now, since
25 RUN /usr/local/bin/pip install virtualenv

12345678910>>...75