- Sort Score
- Num 10 results
- Language All
Results 131 - 140 of 303 for Upgrades (0.09 seconds)
-
docs/ru/docs/virtual-environments.md
<div class="termy"> ```console $ python -m pip install --upgrade pip ---> 100% ``` </div> /// tip | Подсказка Иногда при попытке обновить pip вы можете получить ошибку **`No module named pip`**. Если это произошло, установите и обновите pip с помощью команды ниже: <div class="termy"> ```console $ python -m ensurepip --upgrade ---> 100% ``` </div>
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Thu Dec 11 21:25:03 GMT 2025 - 34.2K bytes - Click Count (0) -
ci/official/utilities/rename_and_verify_wheels.sh
venv_dir=$(cygpath -m $venv_dir) "/c/python${TFCI_PYTHON_VERSION}/python.exe" -m venv "$venv_dir" python="$venv_dir/Scripts/python.exe" fi # TODO(b/366266944) Remove the check after tf docker image upgrade for NumPy 2 # and numpy 1 support is dropped b/361369076. if [[ "$TFCI_WHL_NUMPY_VERSION" == 1 ]]; then if [[ "$TFCI_PYTHON_VERSION" == "3.13" ]]; then "$python" -m pip install numpy==1.26.4 elseCreated: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Mon Sep 22 21:39:32 GMT 2025 - 4.4K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/UpgradeInvoker.java
context.style = new AttributedStyle(); context.addInHeader( context.style.italic().bold().foreground(Colors.rgbColor("green")), "Maven Upgrade " + CLIReportingUtils.showVersionMinimal()); context.addInHeader("Tool for upgrading Maven projects and dependencies."); context.addInHeader("This tool is part of Apache Maven 4 distribution.");
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Jun 11 13:14:09 GMT 2025 - 4.4K bytes - Click Count (0) -
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/goals/CheckTest.java
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Sat Jun 07 06:22:47 GMT 2025 - 4.9K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.24.md
- [Avoiding Collisions in IP allocation to Services](#avoiding-collisions-in-ip-allocation-to-services) - [Urgent Upgrade Notes](#urgent-upgrade-notes) - [(No, really, you MUST read this before you upgrade)](#no-really-you-must-read-this-before-you-upgrade) - [Changes by Kind](#changes-by-kind-17) - [Deprecation](#deprecation) - [API Change](#api-change-4) - [Feature](#feature-15)Created: Fri Dec 26 09:05:12 GMT 2025 - Last Modified: Thu Aug 24 00:02:43 GMT 2023 - 473.4K bytes - Click Count (0) -
src/main/resources/fess_message.properties
errors.no_user_for_changing_password=The current password is not correct. errors.failed_to_change_password=Failed to change your password. errors.unknown_version_for_upgrade=Unknown version for upgrade. errors.failed_to_upgrade_from=Failed to upgrade from {0}. errors.failed_to_reindex=Failed to start re-indexing from {0} to {1}. errors.failed_to_read_request_file=Failed to read a request file: {0}Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Jul 05 02:36:47 GMT 2025 - 11.6K bytes - Click Count (0) -
src/main/resources/fess_message_en.properties
errors.no_user_for_changing_password=The current password is not correct. errors.failed_to_change_password=Failed to change your password. errors.unknown_version_for_upgrade=Unknown version for upgrade. errors.failed_to_upgrade_from=Failed to upgrade from {0}. errors.failed_to_reindex=Failed to start re-indexing from {0} to {1}. errors.failed_to_read_request_file=Failed to read a request file: {0}Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Jul 05 02:36:47 GMT 2025 - 11.5K bytes - Click Count (0) -
ci/devinfra/docker/windows2022/Dockerfile
& $installDir\python.exe -m pip --version; \ \ Write-Host 'Updating pip...'; \ & $installDir\python.exe -m pip install --upgrade pip; \ \ Write-Host 'Installing/updating packages...'; \ & $installDir\python.exe -m pip install --upgrade setuptools packaging; \ \ Write-Host 'Removing installation binary...'; \ Remove-Item C:\tmp\pyinstall.exe -Force; \ }; \Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Mon Jan 13 18:59:55 GMT 2025 - 10.3K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.17.md
- [Server binaries](#server-binaries-7) - [Node binaries](#node-binaries-7) - [Changelog since v1.17.8](#changelog-since-v1178) - [Urgent Upgrade Notes](#urgent-upgrade-notes) - [(No, really, you MUST read this before you upgrade)](#no-really-you-must-read-this-before-you-upgrade) - [Changes by Kind](#changes-by-kind-8) - [Bug or Regression](#bug-or-regression-7) - [Dependencies](#dependencies-8) - [Added](#added-8)Created: Fri Dec 26 09:05:12 GMT 2025 - Last Modified: Thu Jan 28 10:44:33 GMT 2021 - 346.2K bytes - Click Count (1) -
docs/zh/docs/deployment/docker.md
/// <details> <summary>Dockerfile Preview 👀</summary> ```Dockerfile FROM python:3.9 WORKDIR /code COPY ./requirements.txt /code/requirements.txt RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt COPY ./app /code/app CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "80"] # If running behind a proxy like Nginx or Traefik add --proxy-headers
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Mon Aug 12 21:47:53 GMT 2024 - 31.2K bytes - Click Count (0)