小编Ser*_*tov的帖子

为什么我不能将pipenv更新到最新版本?

如果我检查我的pipenv版本它总是显示5.3.5,但我知道有更新的版本11.0.2.如何使用pip更新它?

C:\hello_world>pip search pipenv
dh-pipenv (0.1.1)                  - Shim between dh-virtualenv and pipenv
pipenv-package-requirements (0.2)  - Pipenv tools for requirements.txt
pipenv-tools (0.0.1)               - The missing tools for pipenv.
tox-pipenv (1.3.0)                 - A pipenv plugin for tox
pipenv-to-requirements (0.3.1)     - Generate requirements[-dev].txt from
                                     Pipfile using pipenv
pipenv (11.0.2)                    - Python Development Workflow for Humans.
  INSTALLED: 5.3.5
  LATEST:    11.0.2
Run Code Online (Sandbox Code Playgroud)

安装时,我得到的是:

C:\hello_world>pip install pipenv
Requirement already satisfied: pipenv in c:\users\administrator\appdata\roaming\
python\python36\site-packages
Requirement already satisfied: virtualenv in c:\users\administrator\appdata\roam
ing\python\python36\site-packages (from pipenv)
Requirement already satisfied: semver …
Run Code Online (Sandbox Code Playgroud)

windows pip python-3.6 pipenv

2
推荐指数
1
解决办法
5904
查看次数

Docker Desktop 无法拉取镜像

将 Docker Desktop 更新到最新版本 (v4.14.1) 后,尽管我已登录,但从 Docker Hub 提取映像不再起作用。

> docker pull alpine
Using default tag: latest
[2022-11-25T15:24:57.304539600Z][docker-credential-desktop][W] Windows version might not be up-to-date: The system cannot find the file specified.
Error response from daemon: pull access denied for alpine, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
Run Code Online (Sandbox Code Playgroud)

我也使用 cli 执行了登录,但仍然Windows version might not be up-to-date弹出相同的错误。

docker windows-10 wsl-2

2
推荐指数
1
解决办法
2087
查看次数

标签 统计

docker ×1

pip ×1

pipenv ×1

python-3.6 ×1

windows ×1

windows-10 ×1

wsl-2 ×1