- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
当我运行这个命令时,pip install --upgrade pip
, 安装了所有版本的 pip (在 Linux/2.9.16 中)
我只想将我正在使用的 pip 更新到最新版本。
我怎么能解决这个问题?
以下是我从命令中得到的
pip install --upgrade pip
Requirement already satisfied: pip in /opt/python/run/venv/lib/python3.6/site-packages (20.3.2)
Collecting pip
Using cached pip-20.3.2-py2.py3-none-any.whl (1.5 MB)
Using cached pip-20.3.2.tar.gz (1.5 MB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Installing backend dependencies ... done
Preparing wheel metadata ... done
Using cached pip-20.3.1-py2.py3-none-any.whl (1.5 MB)
Using cached pip-20.3.1.tar.gz (1.5 MB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Installing backend dependencies ... done
Preparing wheel metadata ... done
Using cached pip-20.3-py2.py3-none-any.whl (1.5 MB)
Using cached pip-20.3.tar.gz (1.5 MB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Installing backend dependencies ... done
Preparing wheel metadata ... done
Using cached pip-20.2.4-py2.py3-none-any.whl (1.5 MB)
Using cached pip-20.2.4.tar.gz (1.5 MB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Installing backend dependencies ... done
Preparing wheel metadata ... done
Downloading pip-20.2.3-py2.py3-none-any.whl (1.5 MB)
|████████████████████████████████| 1.5 MB 2.2 MB/s
Downloading pip-20.2.3.tar.gz (1.5 MB)
|████████████████████████████████| 1.5 MB 8.6 MB/s
Installing build dependencies ... done
Getting requirements to build wheel ... done
Installing backend dependencies ... done
Preparing wheel metadata ... done
Downloading pip-20.2.2-py2.py3-none-any.whl (1.5 MB)
|████████████████████████████████| 1.5 MB 13.0 MB/s
Downloading pip-20.2.2.tar.gz (1.5 MB)
|████████████████████████████████| 1.5 MB 17.1 MB/s
Installing build dependencies ... done
Getting requirements to build wheel ... done
Installing backend dependencies ... done
Preparing wheel metadata ... done
Downloading pip-20.2.1-py2.py3-none-any.whl (1.5 MB)
|████████████████████████████████| 1.5 MB 18.3 MB/s
Downloading pip-20.2.1.tar.gz (1.5 MB)
|████████████████████████████████| 1.5 MB 19.8 MB/s
...
- - 更新 - -
pip install --upgrade pip
在 Beanstalk 中使用 .ebextensions/02_python.config 中的以下命令
commands:
01_install_node:
command: |
sudo curl --silent --location https://rpm.nodesource.com/setup_8.x | sudo bash -
sudo yum -y install nodejs
02_install_yarn:
test: '[ ! -f /usr/bin/yarn ] && echo "Yarn not found, installing..."'
command: |
sudo wget https://dl.yarnpkg.com/rpm/yarn.repo -O /etc/yum.repos.d/yarn.repo
sudo yum -y install yarn
03_upgrade_pip:
command: /opt/python/run/venv/bin/pip install --upgrade pip setuptools wheel
ignoreErrors: false
下面是来自 beanstalk eb-activity 的日志
[2020-12-15T05:08:40.474Z] INFO [4175] - [Application update app-930a-201215_140751@14/AppDeployStage0/EbExtensionPreBuild/Infra-EmbeddedPreBuild/prebuild_1_mdd_bean/Command 03_upgrade_pip] : Starting activity...
[2020-12-15T05:16:26.425Z] INFO [4175] - [Application update app-930a-201215_140751@14/AppDeployStage0/EbExtensionPreBuild/Infra-EmbeddedPreBuild/prebuild_1_mdd_bean/Command 03_upgrade_pip] : Activity execution failed, because: Requirement already satisfied: pip in /opt/python/run/venv/lib/python3.6/site-packages (20.3.2)
Collecting pip
Using cached pip-20.3.2-py2.py3-none-any.whl (1.5 MB)
Using cached pip-20.3.2.tar.gz (1.5 MB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing wheel metadata: started
Preparing wheel metadata: finished with status 'done'
Using cached pip-20.3.1-py2.py3-none-any.whl (1.5 MB)
Using cached pip-20.3.1.tar.gz (1.5 MB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
---- too long ... ---
Using cached pip-1.2.tar.gz (94 kB)
Using cached pip-1.1.tar.gz (95 kB)
Using cached pip-1.0.2.tar.gz (105 kB)
Using cached pip-1.0.1.tar.gz (104 kB)
Using cached pip-1.0.tar.gz (100 kB)
Using cached pip-0.8.3.tar.gz (107 kB)
Using cached pip-0.8.2.tar.gz (106 kB)
Using cached pip-0.8.1.tar.gz (105 kB)
Using cached pip-0.8.tar.gz (98 kB)
Using cached pip-0.7.2.tar.gz (68 kB)
Using cached pip-0.7.1.tar.gz (82 kB)
Using cached pip-0.7.tar.gz (68 kB)
Using cached pip-0.6.3.tar.gz (71 kB)
Using cached pip-0.6.2.tar.gz (70 kB)
Using cached pip-0.6.1.tar.gz (55 kB)
Using cached pip-0.6.tar.gz (64 kB)
Using cached pip-0.5.1.tar.gz (54 kB)
Using cached pip-0.5.tar.gz (53 kB)
Using cached pip-0.4.tar.gz (50 kB)
Using cached pip-0.3.1.tar.gz (48 kB)
Using cached pip-0.3.tar.gz (47 kB)
WARNING: Discarding https://files.pythonhosted.org/packages/17/05/f66144ef69b436d07f8eeeb28b7f77137f80de4bf60349ec6f0f9509e801/pip-0.3.tar.gz#sha256=183c72455cb7f8860ac1376f8c4f14d7f545aeab8ee7c22cd4caf79f35a2ed47 (from https://pypi.org/simple/pip/). Requested pip from https://files.pythonhosted.org/packages/17/05/f66144ef69b436d07f8eeeb28b7f77137f80de4bf60349ec6f0f9509e801/pip-0.3.tar.gz#sha256=183c72455cb7f8860ac1376f8c4f14d7f545aeab8ee7c22cd4caf79f35a2ed47 has different version in metadata: '0.3.dev0'
Using cached pip-0.2.1.tar.gz (39 kB)
Using cached pip-0.2.tar.gz (38 kB)
Requirement already satisfied: setuptools in /opt/python/run/venv/lib/python3.6/site-packages (51.0.0)
Collecting setuptools
Using cached setuptools-51.0.0-py3-none-any.whl (785 kB)
Using cached setuptools-51.0.0.zip (2.1 MB)
Using cached setuptools-50.3.2-py3-none-any.whl (785 kB)
Using cached setuptools-50.3.2.zip (2.1 MB)
Using cached setuptools-50.3.1-py3-none-any.whl (785 kB)
Using cached setuptools-50.3.1.zip (2.1 MB)
Using cached setuptools-50.3.0-py3-none-any.whl (785 kB)
Using cached setuptools-50.3.0.zip (2.2 MB)
Using cached setuptools-50.2.0-py3-none-any.whl (784 kB)
Using cached setuptools-50.2.0.zip (2.2 MB)
Using cached setuptools-50.1.0-py3-none-any.whl (784 kB)
Using cached setuptools-50.1.0.zip (2.2 MB)
Using cached setuptools-50.0.3-py3-none-any.whl (784 kB)
Using cached setuptools-50.0.3.zip (2.2 MB)
Using cached setuptools-50.0.2-py3-none-any.whl (784 kB)
Using cached setuptools-50.0.2.zip (2.2 MB)
Using cached setuptools-50.0.1-py3-none-any.whl (784 kB)
Using cached setuptools-50.0.1.zip (2.2 MB)
Using cached setuptools-50.0.0-py3-none-any.whl (783 kB)
Using cached setuptools-50.0.0.zip (2.2 MB)
Using cached setuptools-49.6.0-py3-none-any.whl (803 kB)
Using cached setuptools-49.6.0.zip (2.2 MB)
Using cached setuptools-49.5.0-py3-none-any.whl (803 kB)
Using cached setuptools-49.5.0.zip (2.2 MB)
Using cached setuptools-49.4.0-py3-none-any.whl (803 kB)
Using cached setuptools-49.4.0.zip (2.2 MB)
Using cached setuptools-49.3.2-py3-none-any.whl (790 kB)
Using cached setuptools-49.3.2.zip (2.2 MB)
Using cached setuptools-49.3.1-py3-none-any.whl (790 kB)
Using cached setuptools-49.3.1.zip (2.2 MB)
Using cached setuptools-49.3.0-py3-none-any.whl (790 kB)
Using cached setuptools-49.3.0.zip (2.2 MB)
Using cached setuptools-49.2.1-py3-none-any.whl (789 kB)
Using cached setuptools-49.2.1.zip (2.2 MB)
Using cached setuptools-49.2.0-py3-none-any.whl (789 kB)
Using cached setuptools-49.2.0.zip (2.2 MB)
Using cached setuptools-49.1.3-py3-none-any.whl (789 kB)
Using cached setuptools-49.1.3.zip (2.2 MB)
Using cached setuptools-49.1.2-py3-none-any.whl (789 kB)
Using cached setuptools-49.1.2.zip (2.2 MB)
Using cached setuptools-49.1.1-py3-none-any.whl (789 kB)
Using cached setuptools-49.1.1.zip (2.2 MB)
Using cached setuptools-49.1.0-py3-none-any.whl (789 kB)
Using cached setuptools-49.1.0.zip (2.2 MB)
Using cached setuptools-49.0.1-py3-none-any.whl (789 kB)
Using cached setuptools-49.0.1.zip (2.2 MB)
... Too long ...
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/4f/b3/51ef01e9af978f6ddc388754a201a5abb316fb8c84293901c92c52344b57/setuptools-0.9.2.zip#sha256=3713572ca0adb93e52a8aabfe1321f616b196dbd2121bc918b1fe829c312f715 (from https://pypi.org/simple/setuptools/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Using cached setuptools-0.9.2.tar.gz (764 kB)
ERROR: Command errored out with exit status 1:
command: /opt/python/run/venv/bin/python3.6 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-5ym3esw7/setuptools_20237e3eec0a4c279498d1832c687656/setup.py'"'"'; __file__='"'"'/tmp/pip-install-5ym3esw7/setuptools_20237e3eec0a4c279498d1832c687656/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-5fwh_uaz
cwd: /tmp/pip-install-5ym3esw7/setuptools_20237e3eec0a4c279498d1832c687656/
Complete output (15 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-install-5ym3esw7/setuptools_20237e3eec0a4c279498d1832c687656/setuptools/__init__.py", line 2, in <module>
from setuptools.extension import Extension, Library
File "/tmp/pip-install-5ym3esw7/setuptools_20237e3eec0a4c279498d1832c687656/setuptools/extension.py", line 5, in <module>
from setuptools.dist import _get_unpatched
File "/tmp/pip-install-5ym3esw7/setuptools_20237e3eec0a4c279498d1832c687656/setuptools/dist.py", line 7, in <module>
from setuptools.command.install import install
File "/tmp/pip-install-5ym3esw7/setuptools_20237e3eec0a4c279498d1832c687656/setuptools/command/__init__.py", line 8, in <module>
from setuptools.command import install_scripts
File "/tmp/pip-install-5ym3esw7/setuptools_20237e3eec0a4c279498d1832c687656/setuptools/command/install_scripts.py", line 3, in <module>
from pkg_resources import Distribution, PathMetadata, ensure_directory
File "/tmp/pip-install-5ym3esw7/setuptools_20237e3eec0a4c279498d1832c687656/pkg_resources.py", line 1545, in <module>
register_loader_type(importlib_bootstrap.SourceFileLoader, DefaultProvider)
AttributeError: module 'importlib._bootstrap' has no attribute 'SourceFileLoader'
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/2c/02/3e1e2e547114b6a659923c9d88fa74adec9aa46d46a48f70cd02b9fb4646/setuptools-0.9.2.tar.gz#sha256=5c35683a5473e803a3e192a55c0d86ac3848e8888940dbebbfc6981aa48aa626 (from https://pypi.org/simple/setuptools/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Using cached setuptools-0.9.1.zip (832 kB)
ERROR: Command errored out with exit status 1:
command: /opt/python/run/venv/bin/python3.6 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-5ym3esw7/setuptools_b1f18f92b6014cf09a2c38f0c8f5317c/setup.py'"'"'; __file__='"'"'/tmp/pip-install-5ym3esw7/setuptools_b1f18f92b6014cf09a2c38f0c8f5317c/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-p15lass8
cwd: /tmp/pip-install-5ym3esw7/setuptools_b1f18f92b6014cf09a2c38f0c8f5317c/
Complete output (15 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-install-5ym3esw7/setuptools_b1f18f92b6014cf09a2c38f0c8f5317c/setuptools/__init__.py", line 2, in <module>
from setuptools.extension import Extension, Library
File "/tmp/pip-install-5ym3esw7/setuptools_b1f18f92b6014cf09a2c38f0c8f5317c/setuptools/extension.py", line 5, in <module>
from setuptools.dist import _get_unpatched
File "/tmp/pip-install-5ym3esw7/setuptools_b1f18f92b6014cf09a2c38f0c8f5317c/setuptools/dist.py", line 7, in <module>
from setuptools.command.install import install
File "/tmp/pip-install-5ym3esw7/setuptools_b1f18f92b6014cf09a2c38f0c8f5317c/setuptools/command/__init__.py", line 8, in <module>
from setuptools.command import install_scripts
File "/tmp/pip-install-5ym3esw7/setuptools_b1f18f92b6014cf09a2c38f0c8f5317c/setuptools/command/install_scripts.py", line 3, in <module>
from pkg_resources import Distribution, PathMetadata, ensure_directory
File "/tmp/pip-install-5ym3esw7/setuptools_b1f18f92b6014cf09a2c38f0c8f5317c/pkg_resources.py", line 1545, in <module>
register_loader_type(importlib_bootstrap.SourceFileLoader, DefaultProvider)
AttributeError: module 'importlib._bootstrap' has no attribute 'SourceFileLoader'
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/9c/46/83b866faeab163db1c4a9fddf93e7d60e28ce2a97cf2669667551f496294/setuptools-0.9.1.zip#sha256=96beffdca47822f90f8e766edd714f3e1b6ca25ef19ea63105b25c0f8b0a384c (from https://pypi.org/simple/setuptools/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Using cached setuptools-0.9.1.tar.gz (764 kB)
ERROR: Command errored out with exit status 1:
command: /opt/python/run/venv/bin/python3.6 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-5ym3esw7/setuptools_5101018cccae4f75bea590debe61f9ef/setup.py'"'"'; __file__='"'"'/tmp/pip-install-5ym3esw7/setuptools_5101018cccae4f75bea590debe61f9ef/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-12bms7x7
cwd: /tmp/pip-install-5ym3esw7/setuptools_5101018cccae4f75bea590debe61f9ef/
Complete output (15 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-install-5ym3esw7/setuptools_5101018cccae4f75bea590debe61f9ef/setuptools/__init__.py", line 2, in <module>
from setuptools.extension import Extension, Library
File "/tmp/pip-install-5ym3esw7/setuptools_5101018cccae4f75bea590debe61f9ef/setuptools/extension.py", line 5, in <module>
from setuptools.dist import _get_unpatched
File "/tmp/pip-install-5ym3esw7/setuptools_5101018cccae4f75bea590debe61f9ef/setuptools/dist.py", line 7, in <module>
from setuptools.command.install import install
File "/tmp/pip-install-5ym3esw7/setuptools_5101018cccae4f75bea590debe61f9ef/setuptools/command/__init__.py", line 8, in <module>
from setuptools.command import install_scripts
File "/tmp/pip-install-5ym3esw7/setuptools_5101018cccae4f75bea590debe61f9ef/setuptools/command/install_scripts.py", line 3, in <module>
from pkg_resources import Distribution, PathMetadata, ensure_directory
File "/tmp/pip-install-5ym3esw7/setuptools_5101018cccae4f75bea590debe61f9ef/pkg_resources.py", line 1545, in <module>
register_loader_type(importlib_bootstrap.SourceFileLoader, DefaultProvider)
AttributeError: module 'importlib._bootstrap' has no attribute 'SourceFileLoader'
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/1a/52/645c11a1c57513a43a557cf752833c19223f365771e30c88637170026ef7/setuptools-0.9.1.tar.gz#sha256=00340736e0dd9aa66aed3f52c015080c7fdd7855c4879a13fa5f18afa65ebbb9 (from https://pypi.org/simple/setuptools/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Using cached setuptools-0.9.zip (824 kB)
ERROR: Could not install packages due to an EnvironmentError: [Errno 28] No space left on device
(ElasticBeanstalk::ExternalInvocationError)
最佳答案
我自己回答我的问题。
为了找出问题的原因,我在 beanstalk 实例中创建并测试了一个新的 virtualenv。
起初,pip install --upgrade setuptools
, pip install --upgrade pip
工作正常。
但是升级pip到最新(2020.3.2)后,pip install --upgrade setuptools
做同样的问题。当我使用 pip install --upgrade pip==2020.3.1
将 pip 降级到 2020.3.1 时,它解决了问题!
所以根本原因是pip2020.3.2。 pip 2020.3.2 似乎还没有发布( https://pypi.org/project/pip/20.3.2/ )。我不确定为什么安装了 yanked 版本。
我在 Linux/2.9.16(python 3.6)、MacOS11.0.1(python 3.6, 3.9) 上测试过,得到了相同的结果。
无论如何,希望这可以帮助遇到类似问题的其他人。
以下是故障排除过程。
[ec2-user@ip-... ~]$ python3 -m venv test-env
[ec2-user@ip-... ~]$ source ./test-env/bin/activate
(test-env) [ec2-user@ip-... ~]$ pip --version
pip 18.1 from /home/ec2-user/test-env/lib64/python3.6/dist-packages/pip (python 3.6)
(test-env) [ec2-user@ip-... ~]$ pip install --upgrade setuptools
Collecting setuptools
Using cached https://files.pythonhosted.org/packages/3d/f2/1489d3b6c72d68bf79cd0fba6b6c7497df4ebf7d40970e2d7eceb8d0ea9c/setuptools-51.0.0-py3-none-any.whl
Installing collected packages: setuptools
Found existing installation: setuptools 40.6.2
Uninstalling setuptools-40.6.2:
Successfully uninstalled setuptools-40.6.2
Successfully installed setuptools-51.0.0
You are using pip version 18.1, however version 20.3.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
(test-env) [ec2-user@ip-... ~]$ pip install --upgrade pip
Collecting pip
Using cached https://files.pythonhosted.org/packages/3d/0c/01014c0442830eb38d6baef0932fdcb389279ce74295350ecb9fe09e048a/pip-20.3.2-py2.py3-none-any.whl
Installing collected packages: pip
Found existing installation: pip 18.1
Uninstalling pip-18.1:
Successfully uninstalled pip-18.1
Successfully installed pip-20.3.2
(test-env) [ec2-user@ip-... ~]$ pip install --upgrade setuptools
Requirement already satisfied: setuptools in ./test-env/lib/python3.6/dist-packages (51.0.0)
Collecting setuptools
Using cached setuptools-51.0.0-py3-none-any.whl (785 kB)
Using cached setuptools-51.0.0.zip (2.1 MB)
Using cached setuptools-50.3.2-py3-none-any.whl (785 kB)
Using cached setuptools-50.3.2.zip (2.1 MB)
Using cached setuptools-50.3.1-py3-none-any.whl (785 kB)
Using cached setuptools-50.3.1.zip (2.1 MB)
Using cached setuptools-50.3.0-py3-none-any.whl (785 kB)
Using cached setuptools-50.3.0.zip (2.2 MB)
Using cached setuptools-50.2.0-py3-none-any.whl (784 kB)
Using cached setuptools-50.2.0.zip (2.2 MB)
Using cached setuptools-50.1.0-py3-none-any.whl (784 kB)
Using cached setuptools-50.1.0.zip (2.2 MB)
Using cached setuptools-50.0.3-py3-none-any.whl (784 kB)
Using cached setuptools-50.0.3.zip (2.2 MB)
^CERROR: Operation cancelled by user
(test-env) [ec2-user@ip-... ~]$ pip --version
pip 20.3.2 from /home/ec2-user/test-env/lib64/python3.6/dist-packages/pip (python 3.6)
(test-env) [ec2-user@ip-... ~]$ pip install --upgrade pip==20.3.1
Collecting pip==20.3.1
Using cached pip-20.3.1-py2.py3-none-any.whl (1.5 MB)
Installing collected packages: pip
Attempting uninstall: pip
Found existing installation: pip 20.3.2
Uninstalling pip-20.3.2:
Successfully uninstalled pip-20.3.2
Successfully installed pip-20.3.1
(test-env) [ec2-user@ip-... ~]$ pip install --upgrade setuptools
Requirement already satisfied: setuptools in ./test-env/lib/python3.6/dist-packages (51.0.0)
(test-env) [ec2-user@ip-... ~]$
关于python - 命令,pip install --upgrade pip,安装所有版本的pip,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65300649/
我正在使用 helm upgrade xyz --install 命令,但由于其他 helm 问题,我的发布失败了。所以还没有成功发布。 然后有一次在执行上述命令时,我按下了 ctrl+c 命令。从那
有没有人看到这个错误Error: forwarding ports: error upgrading connection: Upgrade request required在 Kubernetes
我正在测试在 Heroku 上使用 WebSockets 的 Node.js 应用程序,但我一直遇到此错误: 客户端:与“ws://myapp.herokuapp.com/”的 WebSocket 连
我正在使用 AWS EC2 14.04 LTS,我正在尝试运行命令apt-get -y upgrade 或 apt-get -y dist-upgrade,但是,我总是得到这样的提示: 我尝试了以下命
我们正在尝试获取 this example在一堆虚拟服务器上进行 kubernetes 设置作为概念证明。但是,我们遇到了 kubectl port-forward 的问题。命令。 我们得到的错误是
我不得不升级到Unity 2022.3,它伴随着Gradle插件从4.0.1升级到7.1.2,Gradle从6x升级到7x。Android.enableR8必须从gradle.properties中删
当前运行 Airflow 1.10.15。想在升级到 2+ 之前执行一些测试。因此在安装成功的调度程序 Pod 中安装了 pip install apache-airflow-upgrade-chec
我在运行 Dockerfile 时得到了这个。 当我重置我的窗口时它工作但最近我删除了所有 docker 容器,当我再次尝试从 Dockerfile 构建时,我遇到了这个问题。我无法升级 pip 或执
mongod 我收到以下错误 ** 重要提示:升级问题:在尝试升级到 4.0 之前,数据文件需要完全升级到版本 3.6;见 http://dochub.mongodb.org/core/4.0-upg
在嵌入式系统上工作时有两种情况。 嵌入式系统资源有限,例如带有 12 K 闪存的 ARM Cortex M0 微 Controller 。 案例一: Bootloader 和 Firmware 的常用
您如何区分“补丁”和“升级”?你在哪里画线? 某个规范说,每当我发布产品升级时,我都需要做“X”。我需要在某处画线。我不想违反这个规范,但我以前从未真正明确定义过它。 最佳答案 关于软件版本控制(特别
我想安装最后一个 Gerrit releases在工作的 Gerrit 实例上。 足够download last war package吗?然后粘贴到 InstallFolder/bin/gerrit
已关闭。此问题不符合Stack Overflow guidelines 。目前不接受答案。 这个问题似乎不是关于 a specific programming problem, a software
通常我们所有的升级、功能或错误修复都是增量的。这似乎是显而易见的,因为即使是为了开发错误修复,我们也会使用我们产品的最新代码库。然而,这导致要求我们的客户必须将软件更新到最新版本,即使是为了获得错误修
现在 myne docker 版本是 0.9.0。由于一些错误,我想将其升级到最新版本 发生在当前版本中。所以请为此建议 apt 命令。 最佳答案 这应该适用于任何基于 Debian 的发行版(Ubu
基本上我需要改变这种行为: Installing a product with the same version and upgrade code (but different product cod
最近我将 ubuntu 14.04 更新到了 Ubuntu 15.04。通常鹦鹉螺。命令应该在 GUI 中打开目录。但是,现在我收到如下错误。 最近的情况是什么以及解决它的任何解决方案 vanjiku
我是包装新手。 This website指出升级过程中的步骤是: 因此,升级过程中的操作顺序是: 运行正在安装的 RPM 的 %pre 部分。 安装 RPM 提供的文件。 运行 RPM 的 %post
我们公司在其产品中使用 Firebird 数据库已有 4 - 5 年了。在此之前我们一直使用Interbases数据库。最近出现了新的需求,需要启用 unicode 字符集(目前我们使用字符集“NON
在我们的生产环境中,我们有一台 CMS 服务器和两台 CD 服务器。这两台CD服务器共享一个Web + Security DB,它们无法访问Core数据库。 我们希望开始从 6.2 rev 10050
我是一名优秀的程序员,十分优秀!