Searched full:pip (Results 1 – 25 of 1868) sorted by relevance
12345678910>>...75
pip/__init__.py pip/__main__.py pip/__pip-runner__.py pip/py.
22 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 …]
34 # To pass open source testing in the pip Kokoros.82 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip96 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip114 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip134 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip153 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip174 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip194 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip214 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip242 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip[all …]
27 struct p_info *pip; member41 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 …]
31 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 onto74 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 …]
24 self.touch(tmpdir, "pip-1.2.3b1-py2.py3-none-any.whl")31 # when the bundled pip wheel is used, we get _PIP_VERSION35 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 …]
21 run: pip install setuptools pytype pytest scandir pathlib2 pandas xlrd django pyarrow56 - name: Get pip cache dir57 id: pip-cache60 python -m pip install --upgrade pip61 echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT67 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 wheel75 pip install -r requirements.txt[all …]
1 :mod:`!ensurepip` --- Bootstrapping the ``pip`` installer5 :synopsis: Bootstrapping the "pip" installer into an existing Python14 The :mod:`ensurepip` package provides support for bootstrapping the ``pip``16 bootstrapping approach reflects the fact that ``pip`` is an independent22 directly (as ``pip`` should be bootstrapped by default), but it may be23 needed if installing ``pip`` was skipped when installing Python (or25 ``pip``.30 needed to bootstrap ``pip`` are included as internal parts of the38 :pep:`453`: Explicit bootstrapping of pip in Python installations52 This invocation will install ``pip`` if it is not already installed,[all …]
37 * ``pip`` is the preferred installer program. Starting with Python 3.4, it44 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 SomePackage100 python -m pip install SomePackage==1.0.4 # specific version101 python -m pip install "SomePackage>=1.0.4" # minimum version107 python -m pip install --upgrade SomePackage109 More information and resources regarding ``pip`` and its capabilities can be127 ... 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 …]
52 python -m pip install --upgrade pip53 pip install .[dev]70 python -m pip install --upgrade pip71 python -m pip install setuptools wheel72 python -m pip install -U --pre numpy \77 python -m pip install .[dev] --no-build-isolation94 python -m pip install --upgrade pip95 python -m pip install --upgrade setuptools wheel98 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 …]
97 Managing Packages with pip101 :program:`pip`. By default ``pip`` will install packages from the `Python105 ``pip`` has a number of subcommands: "install", "uninstall",107 complete documentation for ``pip``.)113 (tutorial-env) $ python -m pip install novas125 (tutorial-env) $ python -m pip install requests==2.6.0131 If you re-run this command, ``pip`` will notice that the requested134 -m pip install --upgrade`` to upgrade the package to the latest version:138 (tutorial-env) $ python -m pip install --upgrade requests146 ``python -m pip uninstall`` followed by one or more package names will[all …]
43 [sys.executable, "-m", "pip", "install", "packaging"], check=True86 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 them134 # pip packages needed to run examples.143 # pip packages needed for development.146 "pip>=23", # For building the pip package.[all …]
15 "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 python287 # for sdists, they will be built by `pip`, so we still291 # 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 Python433 # dict[hub, dict[whl, dict[version, str pip]]][all …]
18 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-reinstall24 rm "get-pip.py"27 PYTHON_VERSION=$(echo ${PIP##*.}) # only the last number, eg. 1065 # Get the latest version of pip so it recognize manylinux201066 "${PIP}" "install" "--upgrade" "pip"67 "${PIP}" "install" "--upgrade" "setuptools" "virtualenv"
32 - name: update pip34 pip install -U wheel35 pip install -U setuptools36 python -m pip install -U pip37 - name: get pip cache dir38 id: pip-cache39 run: echo "::set-output name=dir::$(pip cache dir)"40 - name: cache pip43 path: ${{ steps.pip-cache.outputs.dir }}44 …key: pip|${{ runner.os }}|${{ matrix.python }}|${{ hashFiles('setup.py') }}|${{ hashFiles('require…[all …]
7 pip: true13 - 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.txt31 install: pip install $pip_install_common 'codecov>=2.0.15' -r requirements-test.txt36 install: pip install -r requirements-test.txt41 install: pip install -r requirements-test.txt49 … - pip install virtualenv && virtualenv $HOME/virtualenv && source $HOME/virtualenv/bin/activate50 - pip install $pip_install_common -r requirements-test.txt55 install: pip install $pip_install_common60 install: pip install $pip_install_common[all …]
25 # DOCSTAG: [default-pip-gn-args]34 # Adds --no-index forcing pip to not reach out to the internet (pypi.org) to39 # Adds '--no-cache-dir' forcing pip to ignore any previously cached Python40 # packages. On most systems this is located in ~/.cache/pip/44 # files (*.tar.gz). Pip will check each of these directories when looking for45 # potential install candidates. Each path will be passed to all 'pip install'49 # General options passed to pip commands50 # https://pip.pypa.io/en/stable/cli/pip/#general-options51 pw_build_PYTHON_PIP_DEFAULT_OPTIONS = [ "--disable-pip-version-check" ]53 # DOCSTAG: [default-pip-gn-args]
24 pip install --upgrade pip25 pip install build26 pip install .42 run: pip install .[dev]56 pip install --upgrade pip57 pip install .[dev]81 pip install --upgrade pip82 pip install rootcanal==1.10.083 pip install .
25 # Be wary of running `pip install` here, since it becomes easy for us to27 python -m pip install --upgrade build28 python -m pip list36 pip install -vvv $path_to_file37 python -m pip list56 # Be wary of running `pip install` here, since it becomes easy for us to58 python -m pip install --upgrade build59 python -m pip list67 pip install -vvv $path_to_file68 python -m pip list
6 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 and53 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 …]
55 # Use the extension, pip.parse, to call the `pip_repository` rule that invokes56 # `pip`, with `incremental` set. The pip call accepts a locked/compiled62 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 the78 # Imports the pip toolchain generated by the given module extension into the scope of the current m…79 use_repo(pip, "pip")
43 # Note: we do not supporting using multiple pip extensions, this is119 # 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 …]
24 cache: 'pip'25 - run: pip install meson ninja39 cache: 'pip'40 - run: pip install meson ninja54 cache: 'pip'55 - run: pip install meson ninja80 cache: 'pip'81 - run: pip install scipy numpy92 cache: 'pip'93 - run: pip install .
17 RUN apt-get update -y && apt-get install -y python3 python3-pip20 RUN python3 -m pip install --upgrade pip==19.3.122 # Ubuntu's python-pip package installs pip to /usr/bin, whereas the upgraded23 # pip lives at /usr/local/bin/pip. We'll use the absolute path for now, since25 RUN /usr/local/bin/pip install virtualenv