-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed as not planned
Labels
kind/bugSomething isn't working as expectedSomething isn't working as expectedstatus/triageThis issue needs to be triagedThis issue needs to be triaged
Description
Description
I want to install imagededup==0.3.2. The library is installed via pip, but not via poetry. I cleared all cache via poetry cache clear --all .. If i specify version via == (poetry add imagededup==0.3.1), it works. But I think poetry should install latest available version by default
Workarounds
.
Poetry Installation Method
pipx
Operating System
Windows 10
Poetry Version
Poetry (version 1.8.4)
Poetry Configuration
PS C:\Users\John> poetry config --list
cache-dir = "E:\\Poetry"
experimental.system-git-client = false
installer.max-workers = null
installer.modern-installation = true
installer.no-binary = null
installer.parallel = true
keyring.enabled = true
repositories.testpypi.url = "https://test.pypi.org/legacy/"
solver.lazy-wheel = true
virtualenvs.create = true
virtualenvs.in-project = false
virtualenvs.options.always-copy = false
virtualenvs.options.no-pip = false
virtualenvs.options.no-setuptools = false
virtualenvs.options.system-site-packages = false
virtualenvs.path = "{cache-dir}\\virtualenvs" # E:\Poetry\virtualenvs
virtualenvs.prefer-active-python = false
virtualenvs.prompt = "{project_name}-py{python_version}"
warnings.export = true
PS C:\Users\John>Python Sysconfig
(post-op-recovery-tracker-py3.11) PS D:\Python_Projects\Jupyter\other\post-op-recovery-tracker> python -m sysconfig
Platform: "win-amd64"
Python version: "3.11"
Current installation scheme: "venv"
Paths:
data = "E:\Poetry\virtualenvs\post-op-recovery-tracker-5GEJT2wA-py3.11"
include = "C:\Program Files\Python\Python311\Include"
platinclude = "C:\Program Files\Python\Python311\Include"
platlib = "E:\Poetry\virtualenvs\post-op-recovery-tracker-5GEJT2wA-py3.11\Lib\site-packages"
platstdlib = "E:\Poetry\virtualenvs\post-op-recovery-tracker-5GEJT2wA-py3.11\Lib"
purelib = "E:\Poetry\virtualenvs\post-op-recovery-tracker-5GEJT2wA-py3.11\Lib\site-packages"
scripts = "E:\Poetry\virtualenvs\post-op-recovery-tracker-5GEJT2wA-py3.11\Scripts"
stdlib = "C:\Program Files\Python\Python311\Lib"
Variables:
BINDIR = "E:\Poetry\virtualenvs\post-op-recovery-tracker-5GEJT2wA-py3.11\Scripts"
BINLIBDEST = "E:\Poetry\virtualenvs\post-op-recovery-tracker-5GEJT2wA-py3.11\Lib"
EXE = ".exe"
EXT_SUFFIX = ".cp311-win_amd64.pyd"
INCLUDEPY = "C:\Program Files\Python\Python311\Include"
LIBDEST = "C:\Program Files\Python\Python311\Lib"
TZPATH = ""
VERSION = "311"
VPATH = "..\.."
abiflags = ""
base = "E:\Poetry\virtualenvs\post-op-recovery-tracker-5GEJT2wA-py3.11"
exec_prefix = "E:\Poetry\virtualenvs\post-op-recovery-tracker-5GEJT2wA-py3.11"
installed_base = "C:\Program Files\Python\Python311"
installed_platbase = "C:\Program Files\Python\Python311"
platbase = "E:\Poetry\virtualenvs\post-op-recovery-tracker-5GEJT2wA-py3.11"
platlibdir = "DLLs"
prefix = "E:\Poetry\virtualenvs\post-op-recovery-tracker-5GEJT2wA-py3.11"
projectbase = "C:\Program Files\Python\Python311"
py_version = "3.11.7"
py_version_nodot = "311"
py_version_nodot_plat = "311"
py_version_short = "3.11"
srcdir = "C:\Program Files\Python\Python311"
userbase = "C:\Users\John\AppData\Roaming\Python"Example pyproject.toml
[tool.poetry]
name = "post-op-recovery-tracker"
version = "0.1.0"
package-mode = false
description = ""
authors = ["JohnConnor123 <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
torch = {version = "2.4.0+cu121", source = "torch-repo"}
torchaudio = {version = "2.4.0+cu121", source = "torch-repo"}
torchvision = {version = "0.19.0+cu121", source = "torch-repo"}
[tool.poetry.group.dev.dependencies]
ipykernel = "^6.29.5"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[[tool.poetry.source]]
name = "torch-repo"
url = "https://download.pytorch.org/whl/cu121"
priority = "explicit"Poetry Runtime Logs
It's part of all logs:
- Installing kiwisolver (1.4.7): Pending...
- Installing kiwisolver (1.4.7): Skipped for the following reason: Already installed
- Installing markupsafe (3.0.2): Pending...
- Installing markupsafe (3.0.2): Skipped for the following reason: Already installed
- Installing matplotlib (3.9.2): Pending...
- Installing matplotlib (3.9.2): Skipped for the following reason: Already installed
- Installing matplotlib-inline (0.1.7): Pending...
- Installing matplotlib-inline (0.1.7): Skipped for the following reason: Already installed
- Installing mpmath (1.3.0): Pending...
588│ def _remove(self, package: Package) -> int:
- Installing ipykernel (6.29.5): Pending...
- Installing ipykernel (6.29.5): Skipped for the following reason: Already installed
- Installing ipython (8.29.0): Pending...
- Installing ipython (8.29.0): Skipped for the following reason: Already installed
- Installing jedi (0.19.1): Pending...
- Installing jedi (0.19.1): Skipped for the following reason: Already installed
- Installing jinja2 (3.1.4): Pending...
- Installing jinja2 (3.1.4): Skipped for the following reason: Already installed
- Installing joblib (1.4.2): Pending...
- Installing joblib (1.4.2): Skipped for the following reason: Already installed
- Installing jupyter-client (8.6.3): Pending...
- Installing jupyter-client (8.6.3): Skipped for the following reason: Already installed
- Installing jupyter-core (5.7.2): Pending...
- Installing jupyter-core (5.7.2): Skipped for the following reason: Already installed
- Installing kiwisolver (1.4.7): Pending...
- Installing kiwisolver (1.4.7): Skipped for the following reason: Already installed
- Installing markupsafe (3.0.2): Pending...
- Installing markupsafe (3.0.2): Skipped for the following reason: Already installed
- Installing matplotlib (3.9.2): Pending...
- Installing matplotlib (3.9.2): Skipped for the following reason: Already installed
- Installing matplotlib-inline (0.1.7): Pending...
- Installing matplotlib-inline (0.1.7): Skipped for the following reason: Already installed
- Installing mpmath (1.3.0): Pending...
- Installing ipykernel (6.29.5): Pending...
- Installing ipykernel (6.29.5): Skipped for the following reason: Already installed
- Installing ipython (8.29.0): Pending...
- Installing ipython (8.29.0): Skipped for the following reason: Already installed
- Installing jedi (0.19.1): Pending...
- Installing jedi (0.19.1): Skipped for the following reason: Already installed
- Installing jinja2 (3.1.4): Pending...
- Installing jinja2 (3.1.4): Skipped for the following reason: Already installed
- Installing joblib (1.4.2): Pending...
- Installing joblib (1.4.2): Skipped for the following reason: Already installed
- Installing jupyter-client (8.6.3): Pending...
- Installing jupyter-client (8.6.3): Skipped for the following reason: Already installed
- Installing jupyter-core (5.7.2): Pending...
- Installing jupyter-core (5.7.2): Skipped for the following reason: Already installed
- Installing kiwisolver (1.4.7): Pending...
- Installing kiwisolver (1.4.7): Skipped for the following reason: Already installed
- Installing markupsafe (3.0.2): Pending...
- Installing markupsafe (3.0.2): Skipped for the following reason: Already installed
- Installing matplotlib (3.9.2): Pending...
- Installing matplotlib (3.9.2): Skipped for the following reason: Already installed
- Installing matplotlib-inline (0.1.7): Pending...
- Installing matplotlib-inline (0.1.7): Skipped for the following reason: Already installed
- Installing mpmath (1.3.0): Pending...
2 ~\pipx\venvs\poetry\Lib\site-packages\poetry\installation\executor.py:558 in _install
- Installing ipykernel (6.29.5): Pending...
- Installing ipykernel (6.29.5): Skipped for the following reason: Already installed
- Installing ipython (8.29.0): Pending...
- Installing ipython (8.29.0): Skipped for the following reason: Already installed
- Installing jedi (0.19.1): Pending...
- Installing jedi (0.19.1): Skipped for the following reason: Already installed
- Installing jinja2 (3.1.4): Pending...
- Installing jinja2 (3.1.4): Skipped for the following reason: Already installed
- Installing joblib (1.4.2): Pending...
- Installing joblib (1.4.2): Skipped for the following reason: Already installed
- Installing jupyter-client (8.6.3): Pending...
- Installing jupyter-client (8.6.3): Skipped for the following reason: Already installed
- Installing jupyter-core (5.7.2): Pending...
- Installing jupyter-core (5.7.2): Skipped for the following reason: Already installed
- Installing kiwisolver (1.4.7): Pending...
- Installing kiwisolver (1.4.7): Skipped for the following reason: Already installed
- Installing markupsafe (3.0.2): Pending...
- Installing markupsafe (3.0.2): Skipped for the following reason: Already installed
- Installing matplotlib (3.9.2): Pending...
- Installing matplotlib (3.9.2): Skipped for the following reason: Already installed
- Installing matplotlib-inline (0.1.7): Pending...
- Installing matplotlib-inline (0.1.7): Skipped for the following reason: Already installed
- Installing mpmath (1.3.0): Pending...
556│ archive = self._download_link(operation, Link(package.source_url))
- Installing ipykernel (6.29.5): Pending...
- Installing ipykernel (6.29.5): Skipped for the following reason: Already installed
- Installing ipython (8.29.0): Pending...
- Installing ipython (8.29.0): Skipped for the following reason: Already installed
- Installing jedi (0.19.1): Pending...
- Installing jedi (0.19.1): Skipped for the following reason: Already installed
- Installing jinja2 (3.1.4): Pending...
- Installing jinja2 (3.1.4): Skipped for the following reason: Already installed
- Installing joblib (1.4.2): Pending...
- Installing joblib (1.4.2): Skipped for the following reason: Already installed
- Installing jupyter-client (8.6.3): Pending...
- Installing jupyter-client (8.6.3): Skipped for the following reason: Already installed
- Installing jupyter-core (5.7.2): Pending...
- Installing jupyter-core (5.7.2): Skipped for the following reason: Already installed
- Installing kiwisolver (1.4.7): Pending...
- Installing kiwisolver (1.4.7): Skipped for the following reason: Already installed
- Installing markupsafe (3.0.2): Pending...
- Installing markupsafe (3.0.2): Skipped for the following reason: Already installed
- Installing matplotlib (3.9.2): Pending...
- Installing matplotlib (3.9.2): Skipped for the following reason: Already installed
- Installing matplotlib-inline (0.1.7): Pending...
- Installing matplotlib-inline (0.1.7): Skipped for the following reason: Already installed
- Installing mpmath (1.3.0): Pending...
557│ else:
- Installing ipykernel (6.29.5): Pending...
- Installing ipykernel (6.29.5): Skipped for the following reason: Already installed
- Installing ipython (8.29.0): Pending...
- Installing ipython (8.29.0): Skipped for the following reason: Already installed
- Installing jedi (0.19.1): Pending...
- Installing jedi (0.19.1): Skipped for the following reason: Already installed
- Installing jinja2 (3.1.4): Pending...
- Installing jinja2 (3.1.4): Skipped for the following reason: Already installed
- Installing joblib (1.4.2): Pending...
- Installing joblib (1.4.2): Skipped for the following reason: Already installed
- Installing jupyter-client (8.6.3): Pending...
- Installing jupyter-client (8.6.3): Skipped for the following reason: Already installed
- Installing jupyter-core (5.7.2): Pending...
- Installing jupyter-core (5.7.2): Skipped for the following reason: Already installed
- Installing kiwisolver (1.4.7): Pending...
- Installing kiwisolver (1.4.7): Skipped for the following reason: Already installed
- Installing markupsafe (3.0.2): Pending...
- Installing markupsafe (3.0.2): Skipped for the following reason: Already installed
- Installing matplotlib (3.9.2): Pending...
- Installing matplotlib (3.9.2): Skipped for the following reason: Already installed
- Installing matplotlib-inline (0.1.7): Pending...
- Installing matplotlib-inline (0.1.7): Skipped for the following reason: Already installed
- Installing mpmath (1.3.0): Pending...
→ 558│ archive = self._download(operation)
- Installing ipykernel (6.29.5): Pending...
- Installing ipykernel (6.29.5): Skipped for the following reason: Already installed
- Installing ipython (8.29.0): Pending...
- Installing ipython (8.29.0): Skipped for the following reason: Already installed
- Installing jedi (0.19.1): Pending...
- Installing jedi (0.19.1): Skipped for the following reason: Already installed
- Installing jinja2 (3.1.4): Pending...
- Installing jinja2 (3.1.4): Skipped for the following reason: Already installed
- Installing joblib (1.4.2): Pending...
- Installing joblib (1.4.2): Skipped for the following reason: Already installed
- Installing jupyter-client (8.6.3): Pending...
- Installing jupyter-client (8.6.3): Skipped for the following reason: Already installed
- Installing jupyter-core (5.7.2): Pending...
- Installing jupyter-core (5.7.2): Skipped for the following reason: Already installed
- Installing kiwisolver (1.4.7): Pending...
- Installing kiwisolver (1.4.7): Skipped for the following reason: Already installed
- Installing markupsafe (3.0.2): Pending...
- Installing markupsafe (3.0.2): Skipped for the following reason: Already installed
- Installing matplotlib (3.9.2): Pending...
- Installing matplotlib (3.9.2): Skipped for the following reason: Already installed
- Installing matplotlib-inline (0.1.7): Pending...
- Installing matplotlib-inline (0.1.7): Skipped for the following reason: Already installed
- Installing mpmath (1.3.0): Pending...
559│
- Installing ipykernel (6.29.5): Pending...
- Installing ipykernel (6.29.5): Skipped for the following reason: Already installed
- Installing ipython (8.29.0): Pending...
- Installing ipython (8.29.0): Skipped for the following reason: Already installed
- Installing jedi (0.19.1): Pending...
- Installing jedi (0.19.1): Skipped for the following reason: Already installed
- Installing jinja2 (3.1.4): Pending...
- Installing jinja2 (3.1.4): Skipped for the following reason: Already installed
- Installing joblib (1.4.2): Pending...
- Installing joblib (1.4.2): Skipped for the following reason: Already installed
- Installing jupyter-client (8.6.3): Pending...
- Installing jupyter-client (8.6.3): Skipped for the following reason: Already installed
- Installing jupyter-core (5.7.2): Pending...
- Installing jupyter-core (5.7.2): Skipped for the following reason: Already installed
- Installing kiwisolver (1.4.7): Pending...
- Installing kiwisolver (1.4.7): Skipped for the following reason: Already installed
- Installing markupsafe (3.0.2): Pending...
- Installing markupsafe (3.0.2): Skipped for the following reason: Already installed
- Installing matplotlib (3.9.2): Pending...
- Installing matplotlib (3.9.2): Skipped for the following reason: Already installed
- Installing matplotlib-inline (0.1.7): Pending...
- Installing matplotlib-inline (0.1.7): Skipped for the following reason: Already installed
- Installing mpmath (1.3.0): Pending...
560│ operation_message = self.get_operation_message(operation)
- Installing ipykernel (6.29.5): Pending...
- Installing ipykernel (6.29.5): Skipped for the following reason: Already installed
- Installing ipython (8.29.0): Pending...
- Installing ipython (8.29.0): Skipped for the following reason: Already installed
- Installing jedi (0.19.1): Pending...
- Installing jedi (0.19.1): Skipped for the following reason: Already installed
- Installing jinja2 (3.1.4): Pending...
- Installing jinja2 (3.1.4): Skipped for the following reason: Already installed
- Installing joblib (1.4.2): Pending...
- Installing joblib (1.4.2): Skipped for the following reason: Already installed
- Installing jupyter-client (8.6.3): Pending...
- Installing jupyter-client (8.6.3): Skipped for the following reason: Already installed
- Installing jupyter-core (5.7.2): Pending...
- Installing jupyter-core (5.7.2): Skipped for the following reason: Already installed
- Installing kiwisolver (1.4.7): Pending...
- Installing kiwisolver (1.4.7): Skipped for the following reason: Already installed
- Installing markupsafe (3.0.2): Pending...
- Installing markupsafe (3.0.2): Skipped for the following reason: Already installed
- Installing matplotlib (3.9.2): Pending...
- Installing matplotlib (3.9.2): Skipped for the following reason: Already installed
- Installing matplotlib-inline (0.1.7): Pending...
- Installing matplotlib-inline (0.1.7): Skipped for the following reason: Already installed
- Installing mpmath (1.3.0): Pending...
- Installing ipykernel (6.29.5): Pending...
- Installing ipykernel (6.29.5): Skipped for the following reason: Already installed
- Installing ipython (8.29.0): Pending...
- Installing ipython (8.29.0): Skipped for the following reason: Already installed
- Installing jedi (0.19.1): Pending...
- Installing jedi (0.19.1): Skipped for the following reason: Already installed
- Installing jinja2 (3.1.4): Pending...
- Installing jinja2 (3.1.4): Skipped for the following reason: Already installed
- Installing joblib (1.4.2): Pending...
- Installing joblib (1.4.2): Skipped for the following reason: Already installed
- Installing jupyter-client (8.6.3): Pending...
- Installing jupyter-client (8.6.3): Skipped for the following reason: Already installed
- Installing jupyter-core (5.7.2): Pending...
- Installing jupyter-core (5.7.2): Skipped for the following reason: Already installed
- Installing kiwisolver (1.4.7): Pending...
- Installing kiwisolver (1.4.7): Skipped for the following reason: Already installed
- Installing markupsafe (3.0.2): Pending...
- Installing markupsafe (3.0.2): Skipped for the following reason: Already installed
- Installing matplotlib (3.9.2): Pending...
- Installing matplotlib (3.9.2): Skipped for the following reason: Already installed
- Installing matplotlib-inline (0.1.7): Pending...
- Installing matplotlib-inline (0.1.7): Skipped for the following reason: Already installed
- Installing mpmath (1.3.0): Pending...
1 ~\pipx\venvs\poetry\Lib\site-packages\poetry\installation\executor.py:736 in _download
- Installing ipykernel (6.29.5): Pending...
- Installing ipykernel (6.29.5): Skipped for the following reason: Already installed
- Installing ipython (8.29.0): Pending...
- Installing ipython (8.29.0): Skipped for the following reason: Already installed
- Installing jedi (0.19.1): Pending...
- Installing jedi (0.19.1): Skipped for the following reason: Already installed
- Installing jinja2 (3.1.4): Pending...
- Installing jinja2 (3.1.4): Skipped for the following reason: Already installed
- Installing joblib (1.4.2): Pending...
- Installing joblib (1.4.2): Skipped for the following reason: Already installed
- Installing jupyter-client (8.6.3): Pending...
- Installing jupyter-client (8.6.3): Skipped for the following reason: Already installed
- Installing jupyter-core (5.7.2): Pending...
- Installing jupyter-core (5.7.2): Skipped for the following reason: Already installed
- Installing kiwisolver (1.4.7): Pending...
- Installing kiwisolver (1.4.7): Skipped for the following reason: Already installed
- Installing markupsafe (3.0.2): Pending...
- Installing markupsafe (3.0.2): Skipped for the following reason: Already installed
- Installing matplotlib (3.9.2): Pending...
- Installing matplotlib (3.9.2): Skipped for the following reason: Already installed
- Installing matplotlib-inline (0.1.7): Pending...
- Installing matplotlib-inline (0.1.7): Skipped for the following reason: Already installed
- Installing mpmath (1.3.0): Pending...
734│
- Installing ipykernel (6.29.5): Pending...
- Installing ipykernel (6.29.5): Skipped for the following reason: Already installed
- Installing ipython (8.29.0): Pending...
- Installing ipython (8.29.0): Skipped for the following reason: Already installed
- Installing jedi (0.19.1): Pending...
- Installing jedi (0.19.1): Skipped for the following reason: Already installed
- Installing jinja2 (3.1.4): Pending...
- Installing jinja2 (3.1.4): Skipped for the following reason: Already installed
- Installing joblib (1.4.2): Pending...
- Installing joblib (1.4.2): Skipped for the following reason: Already installed
- Installing jupyter-client (8.6.3): Pending...
- Installing jupyter-client (8.6.3): Skipped for the following reason: Already installed
- Installing jupyter-core (5.7.2): Pending...
- Installing jupyter-core (5.7.2): Skipped for the following reason: Already installed
- Installing kiwisolver (1.4.7): Pending...
- Installing kiwisolver (1.4.7): Skipped for the following reason: Already installed
- Installing markupsafe (3.0.2): Pending...
- Installing markupsafe (3.0.2): Skipped for the following reason: Already installed
- Installing matplotlib (3.9.2): Pending...
- Installing matplotlib (3.9.2): Skipped for the following reason: Already installed
- Installing matplotlib-inline (0.1.7): Pending...
- Installing matplotlib-inline (0.1.7): Skipped for the following reason: Already installed
- Installing mpmath (1.3.0): Pending...
735│ def _download(self, operation: Install | Update) -> Path:
- Installing ipykernel (6.29.5): Pending...
- Installing ipykernel (6.29.5): Skipped for the following reason: Already installed
- Installing ipython (8.29.0): Pending...
- Installing ipython (8.29.0): Skipped for the following reason: Already installed
- Installing jedi (0.19.1): Pending...
- Installing jedi (0.19.1): Skipped for the following reason: Already installed
- Installing jinja2 (3.1.4): Pending...
- Installing jinja2 (3.1.4): Skipped for the following reason: Already installed
- Installing joblib (1.4.2): Pending...
- Installing joblib (1.4.2): Skipped for the following reason: Already installed
- Installing jupyter-client (8.6.3): Pending...
- Installing jupyter-client (8.6.3): Skipped for the following reason: Already installed
- Installing jupyter-core (5.7.2): Pending...
- Installing jupyter-core (5.7.2): Skipped for the following reason: Already installed
- Installing kiwisolver (1.4.7): Pending...
- Installing kiwisolver (1.4.7): Skipped for the following reason: Already installed
- Installing markupsafe (3.0.2): Pending...
- Installing markupsafe (3.0.2): Skipped for the following reason: Already installed
- Installing matplotlib (3.9.2): Pending...
- Installing matplotlib (3.9.2): Skipped for the following reason: Already installed
- Installing matplotlib-inline (0.1.7): Pending...
- Installing matplotlib-inline (0.1.7): Skipped for the following reason: Already installed
- Installing mpmath (1.3.0): Pending...
→ 736│ link = self._chooser.choose_for(operation.package)
- Installing ipykernel (6.29.5): Pending...
- Installing ipykernel (6.29.5): Skipped for the following reason: Already installed
- Installing ipython (8.29.0): Pending...
- Installing ipython (8.29.0): Skipped for the following reason: Already installed
- Installing jedi (0.19.1): Pending...
- Installing jedi (0.19.1): Skipped for the following reason: Already installed
- Installing jinja2 (3.1.4): Pending...
- Installing jinja2 (3.1.4): Skipped for the following reason: Already installed
- Installing joblib (1.4.2): Pending...
- Installing joblib (1.4.2): Skipped for the following reason: Already installed
- Installing jupyter-client (8.6.3): Pending...
- Installing jupyter-client (8.6.3): Skipped for the following reason: Already installed
- Installing jupyter-core (5.7.2): Pending...
- Installing jupyter-core (5.7.2): Skipped for the following reason: Already installed
- Installing kiwisolver (1.4.7): Pending...
- Installing kiwisolver (1.4.7): Skipped for the following reason: Already installed
- Installing markupsafe (3.0.2): Pending...
- Installing markupsafe (3.0.2): Skipped for the following reason: Already installed
- Installing matplotlib (3.9.2): Pending...
- Installing matplotlib (3.9.2): Skipped for the following reason: Already installed
- Installing matplotlib-inline (0.1.7): Pending...
- Installing matplotlib-inline (0.1.7): Skipped for the following reason: Already installed
- Installing mpmath (1.3.0): Pending...
737│
- Installing ipykernel (6.29.5): Pending...
- Installing ipykernel (6.29.5): Skipped for the following reason: Already installed
- Installing ipython (8.29.0): Pending...
- Installing ipython (8.29.0): Skipped for the following reason: Already installed
- Installing jedi (0.19.1): Pending...
- Installing jedi (0.19.1): Skipped for the following reason: Already installed
- Installing jinja2 (3.1.4): Pending...
- Installing jinja2 (3.1.4): Skipped for the following reason: Already installed
- Installing joblib (1.4.2): Pending...
- Installing joblib (1.4.2): Skipped for the following reason: Already installed
- Installing jupyter-client (8.6.3): Pending...
- Installing jupyter-client (8.6.3): Skipped for the following reason: Already installed
- Installing jupyter-core (5.7.2): Pending...
- Installing jupyter-core (5.7.2): Skipped for the following reason: Already installed
- Installing kiwisolver (1.4.7): Pending...
- Installing kiwisolver (1.4.7): Skipped for the following reason: Already installed
- Installing markupsafe (3.0.2): Pending...
- Installing markupsafe (3.0.2): Skipped for the following reason: Already installed
- Installing matplotlib (3.9.2): Pending...
- Installing matplotlib (3.9.2): Skipped for the following reason: Already installed
- Installing matplotlib-inline (0.1.7): Pending...
- Installing matplotlib-inline (0.1.7): Skipped for the following reason: Already installed
- Installing mpmath (1.3.0): Pending...
738│ if link.yanked:
- Installing ipykernel (6.29.5): Pending...
- Installing ipykernel (6.29.5): Skipped for the following reason: Already installed
- Installing ipython (8.29.0): Pending...
- Installing ipython (8.29.0): Skipped for the following reason: Already installed
- Installing jedi (0.19.1): Pending...
- Installing jedi (0.19.1): Skipped for the following reason: Already installed
- Installing jinja2 (3.1.4): Pending...
- Installing jinja2 (3.1.4): Skipped for the following reason: Already installed
- Installing joblib (1.4.2): Pending...
- Installing joblib (1.4.2): Skipped for the following reason: Already installed
- Installing jupyter-client (8.6.3): Pending...
- Installing jupyter-client (8.6.3): Skipped for the following reason: Already installed
- Installing jupyter-core (5.7.2): Pending...
- Installing jupyter-core (5.7.2): Skipped for the following reason: Already installed
- Installing kiwisolver (1.4.7): Pending...
- Installing kiwisolver (1.4.7): Skipped for the following reason: Already installed
- Installing markupsafe (3.0.2): Pending...
- Installing markupsafe (3.0.2): Skipped for the following reason: Already installed
- Installing matplotlib (3.9.2): Pending...
- Installing matplotlib (3.9.2): Skipped for the following reason: Already installed
- Installing matplotlib-inline (0.1.7): Pending...
- Installing matplotlib-inline (0.1.7): Skipped for the following reason: Already installed
- Installing mpmath (1.3.0): Pending...
- Installing ipykernel (6.29.5): Pending...
- Installing ipykernel (6.29.5): Skipped for the following reason: Already installed
- Installing ipython (8.29.0): Pending...
- Installing ipython (8.29.0): Skipped for the following reason: Already installed
- Installing jedi (0.19.1): Pending...
- Installing jedi (0.19.1): Skipped for the following reason: Already installed
- Installing jinja2 (3.1.4): Pending...
- Installing jinja2 (3.1.4): Skipped for the following reason: Already installed
- Installing joblib (1.4.2): Pending...
- Installing joblib (1.4.2): Skipped for the following reason: Already installed
- Installing jupyter-client (8.6.3): Pending...
- Installing jupyter-client (8.6.3): Skipped for the following reason: Already installed
- Installing jupyter-core (5.7.2): Pending...
- Installing jupyter-core (5.7.2): Skipped for the following reason: Already installed
- Installing kiwisolver (1.4.7): Pending...
- Installing kiwisolver (1.4.7): Skipped for the following reason: Already installed
- Installing markupsafe (3.0.2): Pending...
- Installing markupsafe (3.0.2): Skipped for the following reason: Already installed
- Installing matplotlib (3.9.2): Pending...
- Installing matplotlib (3.9.2): Skipped for the following reason: Already installed
- Installing matplotlib-inline (0.1.7): Pending...
- Installing matplotlib-inline (0.1.7): Skipped for the following reason: Already installed
- Installing mpmath (1.3.0): Pending...
RuntimeError
- Installing ipykernel (6.29.5): Pending...
- Installing ipykernel (6.29.5): Skipped for the following reason: Already installed
- Installing ipython (8.29.0): Pending...
- Installing ipython (8.29.0): Skipped for the following reason: Already installed
- Installing jedi (0.19.1): Pending...
- Installing jedi (0.19.1): Skipped for the following reason: Already installed
- Installing jinja2 (3.1.4): Pending...
- Installing jinja2 (3.1.4): Skipped for the following reason: Already installed
- Installing joblib (1.4.2): Pending...
- Installing joblib (1.4.2): Skipped for the following reason: Already installed
- Installing jupyter-client (8.6.3): Pending...
- Installing jupyter-client (8.6.3): Skipped for the following reason: Already installed
- Installing jupyter-core (5.7.2): Pending...
- Installing jupyter-core (5.7.2): Skipped for the following reason: Already installed
- Installing kiwisolver (1.4.7): Pending...
- Installing kiwisolver (1.4.7): Skipped for the following reason: Already installed
- Installing markupsafe (3.0.2): Pending...
- Installing markupsafe (3.0.2): Skipped for the following reason: Already installed
- Installing matplotlib (3.9.2): Pending...
- Installing matplotlib (3.9.2): Skipped for the following reason: Already installed
- Installing matplotlib-inline (0.1.7): Pending...
- Installing matplotlib-inline (0.1.7): Skipped for the following reason: Already installed
- Installing mpmath (1.3.0): Pending...
- Installing ipykernel (6.29.5): Pending...
- Installing ipykernel (6.29.5): Skipped for the following reason: Already installed
- Installing ipython (8.29.0): Pending...
- Installing ipython (8.29.0): Skipped for the following reason: Already installed
- Installing jedi (0.19.1): Pending...
- Installing jedi (0.19.1): Skipped for the following reason: Already installed
- Installing jinja2 (3.1.4): Pending...
- Installing jinja2 (3.1.4): Skipped for the following reason: Already installed
- Installing joblib (1.4.2): Pending...
- Installing joblib (1.4.2): Skipped for the following reason: Already installed
- Installing jupyter-client (8.6.3): Pending...
- Installing jupyter-client (8.6.3): Skipped for the following reason: Already installed
- Installing jupyter-core (5.7.2): Pending...
- Installing jupyter-core (5.7.2): Skipped for the following reason: Already installed
- Installing kiwisolver (1.4.7): Pending...
- Installing kiwisolver (1.4.7): Skipped for the following reason: Already installed
- Installing markupsafe (3.0.2): Pending...
- Installing markupsafe (3.0.2): Skipped for the following reason: Already installed
- Installing matplotlib (3.9.2): Pending...
- Installing matplotlib (3.9.2): Skipped for the following reason: Already installed
- Installing matplotlib-inline (0.1.7): Pending...
- Installing matplotlib-inline (0.1.7): Skipped for the following reason: Already installed
- Installing mpmath (1.3.0): Pending...
Unable to find installation candidates for imagededup (0.3.2)
- Installing ipykernel (6.29.5): Pending...
- Installing ipykernel (6.29.5): Skipped for the following reason: Already installed
- Installing ipython (8.29.0): Pending...
- Installing ipython (8.29.0): Skipped for the following reason: Already installed
- Installing jedi (0.19.1): Pending...
- Installing jedi (0.19.1): Skipped for the following reason: Already installed
- Installing jinja2 (3.1.4): Pending...
- Installing jinja2 (3.1.4): Skipped for the following reason: Already installed
- Installing joblib (1.4.2): Pending...
- Installing joblib (1.4.2): Skipped for the following reason: Already installed
- Installing jupyter-client (8.6.3): Pending...
- Installing jupyter-client (8.6.3): Skipped for the following reason: Already installed
- Installing jupyter-core (5.7.2): Pending...
- Installing jupyter-core (5.7.2): Skipped for the following reason: Already installed
- Installing kiwisolver (1.4.7): Pending...
- Installing kiwisolver (1.4.7): Skipped for the following reason: Already installed
- Installing markupsafe (3.0.2): Pending...
- Installing markupsafe (3.0.2): Skipped for the following reason: Already installed
- Installing matplotlib (3.9.2): Pending...
- Installing matplotlib (3.9.2): Skipped for the following reason: Already installed
- Installing matplotlib-inline (0.1.7): Pending...
- Installing matplotlib-inline (0.1.7): Skipped for the following reason: Already installed
- Installing mpmath (1.3.0): Pending...
- Installing ipykernel (6.29.5): Pending...
- Installing ipykernel (6.29.5): Skipped for the following reason: Already installed
- Installing ipython (8.29.0): Pending...
- Installing ipython (8.29.0): Skipped for the following reason: Already installed
- Installing jedi (0.19.1): Pending...
- Installing jedi (0.19.1): Skipped for the following reason: Already installed
- Installing jinja2 (3.1.4): Pending...
- Installing jinja2 (3.1.4): Skipped for the following reason: Already installed
- Installing joblib (1.4.2): Pending...
- Installing joblib (1.4.2): Skipped for the following reason: Already installed
- Installing jupyter-client (8.6.3): Pending...
- Installing jupyter-client (8.6.3): Skipped for the following reason: Already installed
- Installing jupyter-core (5.7.2): Pending...
- Installing jupyter-core (5.7.2): Skipped for the following reason: Already installed
- Installing kiwisolver (1.4.7): Pending...
- Installing kiwisolver (1.4.7): Skipped for the following reason: Already installed
- Installing markupsafe (3.0.2): Pending...
- Installing markupsafe (3.0.2): Skipped for the following reason: Already installed
- Installing matplotlib (3.9.2): Pending...
- Installing matplotlib (3.9.2): Skipped for the following reason: Already installed
- Installing matplotlib-inline (0.1.7): Pending...
- Installing matplotlib-inline (0.1.7): Skipped for the following reason: Already installed
- Installing mpmath (1.3.0): Pending...
at ~\pipx\venvs\poetry\Lib\site-packages\poetry\installation\chooser.py:74 in choose_for
- Installing ipykernel (6.29.5): Pending...
- Installing ipykernel (6.29.5): Skipped for the following reason: Already installed
- Installing ipython (8.29.0): Pending...
- Installing ipython (8.29.0): Skipped for the following reason: Already installed
- Installing jedi (0.19.1): Pending...
- Installing jedi (0.19.1): Skipped for the following reason: Already installed
- Installing jinja2 (3.1.4): Pending...
- Installing jinja2 (3.1.4): Skipped for the following reason: Already installed
- Installing joblib (1.4.2): Pending...
- Installing joblib (1.4.2): Skipped for the following reason: Already installed
- Installing jupyter-client (8.6.3): Pending...
- Installing jupyter-client (8.6.3): Skipped for the following reason: Already installed
- Installing jupyter-core (5.7.2): Pending...
- Installing jupyter-core (5.7.2): Skipped for the following reason: Already installed
- Installing kiwisolver (1.4.7): Pending...
- Installing kiwisolver (1.4.7): Skipped for the following reason: Already installed
- Installing markupsafe (3.0.2): Pending...
- Installing markupsafe (3.0.2): Skipped for the following reason: Already installed
- Installing matplotlib (3.9.2): Pending...
- Installing matplotlib (3.9.2): Skipped for the following reason: Already installed
- Installing matplotlib-inline (0.1.7): Pending...
- Installing matplotlib-inline (0.1.7): Skipped for the following reason: Already installed
- Installing mpmath (1.3.0): Pending...
70│
- Installing ipykernel (6.29.5): Pending...
- Installing ipykernel (6.29.5): Skipped for the following reason: Already installed
- Installing ipython (8.29.0): Pending...
- Installing ipython (8.29.0): Skipped for the following reason: Already installed
- Installing jedi (0.19.1): Pending...
- Installing jedi (0.19.1): Skipped for the following reason: Already installed
- Installing jinja2 (3.1.4): Pending...
- Installing jinja2 (3.1.4): Skipped for the following reason: Already installed
- Installing joblib (1.4.2): Pending...
- Installing joblib (1.4.2): Skipped for the following reason: Already installed
- Installing jupyter-client (8.6.3): Pending...
- Installing jupyter-client (8.6.3): Skipped for the following reason: Already installed
- Installing jupyter-core (5.7.2): Pending...
- Installing jupyter-core (5.7.2): Skipped for the following reason: Already installed
- Installing kiwisolver (1.4.7): Pending...
- Installing kiwisolver (1.4.7): Skipped for the following reason: Already installed
- Installing markupsafe (3.0.2): Pending...
- Installing markupsafe (3.0.2): Skipped for the following reason: Already installed
- Installing matplotlib (3.9.2): Pending...
- Installing matplotlib (3.9.2): Skipped for the following reason: Already installed
- Installing matplotlib-inline (0.1.7): Pending...
- Installing matplotlib-inline (0.1.7): Skipped for the following reason: Already installed
- Installing mpmath (1.3.0): Pending...
71│ links.append(link)
- Installing ipykernel (6.29.5): Pending...
- Installing ipykernel (6.29.5): Skipped for the following reason: Already installed
- Installing ipython (8.29.0): Pending...
- Installing ipython (8.29.0): Skipped for the following reason: Already installed
- Installing jedi (0.19.1): Pending...
- Installing jedi (0.19.1): Skipped for the following reason: Already installed
- Installing jinja2 (3.1.4): Pending...
- Installing jinja2 (3.1.4): Skipped for the following reason: Already installed
- Installing joblib (1.4.2): Pending...
- Installing joblib (1.4.2): Skipped for the following reason: Already installed
- Installing jupyter-client (8.6.3): Pending...
- Installing jupyter-client (8.6.3): Skipped for the following reason: Already installed
- Installing jupyter-core (5.7.2): Pending...
- Installing jupyter-core (5.7.2): Skipped for the following reason: Already installed
- Installing kiwisolver (1.4.7): Pending...
- Installing kiwisolver (1.4.7): Skipped for the following reason: Already installed
- Installing markupsafe (3.0.2): Pending...
- Installing markupsafe (3.0.2): Skipped for the following reason: Already installed
- Installing matplotlib (3.9.2): Pending...
- Installing matplotlib (3.9.2): Skipped for the following reason: Already installed
- Installing matplotlib-inline (0.1.7): Pending...
- Installing matplotlib-inline (0.1.7): Skipped for the following reason: Already installed
- Installing mpmath (1.3.0): Pending...
72│
- Installing ipykernel (6.29.5): Pending...
- Installing ipykernel (6.29.5): Skipped for the following reason: Already installed
- Installing ipython (8.29.0): Pending...
- Installing ipython (8.29.0): Skipped for the following reason: Already installed
- Installing jedi (0.19.1): Pending...
- Installing jedi (0.19.1): Skipped for the following reason: Already installed
- Installing jinja2 (3.1.4): Pending...
- Installing jinja2 (3.1.4): Skipped for the following reason: Already installed
- Installing joblib (1.4.2): Pending...
- Installing joblib (1.4.2): Skipped for the following reason: Already installed
- Installing jupyter-client (8.6.3): Pending...
- Installing jupyter-client (8.6.3): Skipped for the following reason: Already installed
- Installing jupyter-core (5.7.2): Pending...
- Installing jupyter-core (5.7.2): Skipped for the following reason: Already installed
- Installing kiwisolver (1.4.7): Pending...
- Installing kiwisolver (1.4.7): Skipped for the following reason: Already installed
- Installing markupsafe (3.0.2): Pending...
- Installing markupsafe (3.0.2): Skipped for the following reason: Already installed
- Installing matplotlib (3.9.2): Pending...
- Installing matplotlib (3.9.2): Skipped for the following reason: Already installed
- Installing matplotlib-inline (0.1.7): Pending...
- Installing matplotlib-inline (0.1.7): Skipped for the following reason: Already installed
- Installing mpmath (1.3.0): Pending...
73│ if not links:
- Installing ipykernel (6.29.5): Pending...
- Installing ipykernel (6.29.5): Skipped for the following reason: Already installed
- Installing ipython (8.29.0): Pending...
- Installing ipython (8.29.0): Skipped for the following reason: Already installed
- Installing jedi (0.19.1): Pending...
- Installing jedi (0.19.1): Skipped for the following reason: Already installed
- Installing jinja2 (3.1.4): Pending...
- Installing jinja2 (3.1.4): Skipped for the following reason: Already installed
- Installing joblib (1.4.2): Pending...
- Installing joblib (1.4.2): Skipped for the following reason: Already installed
- Installing jupyter-client (8.6.3): Pending...
- Installing jupyter-client (8.6.3): Skipped for the following reason: Already installed
- Installing jupyter-core (5.7.2): Pending...
- Installing jupyter-core (5.7.2): Skipped for the following reason: Already installed
- Installing kiwisolver (1.4.7): Pending...
- Installing kiwisolver (1.4.7): Skipped for the following reason: Already installed
- Installing markupsafe (3.0.2): Pending...
- Installing markupsafe (3.0.2): Skipped for the following reason: Already installed
- Installing matplotlib (3.9.2): Pending...
- Installing matplotlib (3.9.2): Skipped for the following reason: Already installed
- Installing matplotlib-inline (0.1.7): Pending...
- Installing matplotlib-inline (0.1.7): Skipped for the following reason: Already installed
- Installing mpmath (1.3.0): Pending...
→ 74│ raise RuntimeError(f"Unable to find installation candidates for {package}")
- Installing ipykernel (6.29.5): Pending...
- Installing ipykernel (6.29.5): Skipped for the following reason: Already installed
- Installing ipython (8.29.0): Pending...
- Installing ipython (8.29.0): Skipped for the following reason: Already installed
- Installing jedi (0.19.1): Pending...
- Installing jedi (0.19.1): Skipped for the following reason: Already installed
- Installing jinja2 (3.1.4): Pending...
- Installing jinja2 (3.1.4): Skipped for the following reason: Already installed
- Installing joblib (1.4.2): Pending...
- Installing joblib (1.4.2): Skipped for the following reason: Already installed
- Installing jupyter-client (8.6.3): Pending...
- Installing jupyter-client (8.6.3): Skipped for the following reason: Already installed
- Installing jupyter-core (5.7.2): Pending...
- Installing jupyter-core (5.7.2): Skipped for the following reason: Already installed
- Installing kiwisolver (1.4.7): Pending...
- Installing kiwisolver (1.4.7): Skipped for the following reason: Already installed
- Installing markupsafe (3.0.2): Pending...
- Installing markupsafe (3.0.2): Skipped for the following reason: Already installed
- Installing matplotlib (3.9.2): Pending...
- Installing matplotlib (3.9.2): Skipped for the following reason: Already installed
- Installing matplotlib-inline (0.1.7): Pending...
- Installing matplotlib-inline (0.1.7): Skipped for the following reason: Already installed
- Installing mpmath (1.3.0): Pending...
75│
- Installing ipykernel (6.29.5): Pending...
- Installing ipykernel (6.29.5): Skipped for the following reason: Already installed
- Installing ipython (8.29.0): Pending...
- Installing ipython (8.29.0): Skipped for the following reason: Already installed
- Installing jedi (0.19.1): Pending...
- Installing jedi (0.19.1): Skipped for the following reason: Already installed
- Installing jinja2 (3.1.4): Pending...
- Installing jinja2 (3.1.4): Skipped for the following reason: Already installed
- Installing joblib (1.4.2): Pending...
- Installing joblib (1.4.2): Skipped for the following reason: Already installed
- Installing jupyter-client (8.6.3): Pending...
- Installing jupyter-client (8.6.3): Skipped for the following reason: Already installed
- Installing jupyter-core (5.7.2): Pending...
- Installing jupyter-core (5.7.2): Skipped for the following reason: Already installed
- Installing kiwisolver (1.4.7): Pending...
- Installing kiwisolver (1.4.7): Skipped for the following reason: Already installed
- Installing markupsafe (3.0.2): Pending...
- Installing markupsafe (3.0.2): Skipped for the following reason: Already installed
- Installing matplotlib (3.9.2): Pending...
- Installing matplotlib (3.9.2): Skipped for the following reason: Already installed
- Installing matplotlib-inline (0.1.7): Pending...
- Installing matplotlib-inline (0.1.7): Skipped for the following reason: Already installed
- Installing mpmath (1.3.0): Pending...
76│ # Get the best link
- Installing ipykernel (6.29.5): Pending...
- Installing ipykernel (6.29.5): Skipped for the following reason: Already installed
- Installing ipython (8.29.0): Pending...
- Installing ipython (8.29.0): Skipped for the following reason: Already installed
- Installing jedi (0.19.1): Pending...
- Installing jedi (0.19.1): Skipped for the following reason: Already installed
- Installing jinja2 (3.1.4): Pending...
- Installing jinja2 (3.1.4): Skipped for the following reason: Already installed
- Installing joblib (1.4.2): Pending...
- Installing joblib (1.4.2): Skipped for the following reason: Already installed
- Installing jupyter-client (8.6.3): Pending...
- Installing jupyter-client (8.6.3): Skipped for the following reason: Already installed
- Installing jupyter-core (5.7.2): Pending...
- Installing jupyter-core (5.7.2): Skipped for the following reason: Already installed
- Installing kiwisolver (1.4.7): Pending...
- Installing kiwisolver (1.4.7): Skipped for the following reason: Already installed
- Installing markupsafe (3.0.2): Pending...
- Installing markupsafe (3.0.2): Skipped for the following reason: Already installed
- Installing matplotlib (3.9.2): Pending...
- Installing matplotlib (3.9.2): Skipped for the following reason: Already installed
- Installing matplotlib-inline (0.1.7): Pending...
- Installing matplotlib-inline (0.1.7): Skipped for the following reason: Already installed
- Installing mpmath (1.3.0): Pending...
77│ chosen = max(links, key=lambda link: self._sort_key(package, link))
- Installing ipykernel (6.29.5): Pending...
- Installing ipykernel (6.29.5): Skipped for the following reason: Already installed
- Installing ipython (8.29.0): Pending...
- Installing ipython (8.29.0): Skipped for the following reason: Already installed
- Installing jedi (0.19.1): Pending...
- Installing jedi (0.19.1): Skipped for the following reason: Already installed
- Installing jinja2 (3.1.4): Pending...
- Installing jinja2 (3.1.4): Skipped for the following reason: Already installed
- Installing joblib (1.4.2): Pending...
- Installing joblib (1.4.2): Skipped for the following reason: Already installed
- Installing jupyter-client (8.6.3): Pending...
- Installing jupyter-client (8.6.3): Skipped for the following reason: Already installed
- Installing jupyter-core (5.7.2): Pending...
- Installing jupyter-core (5.7.2): Skipped for the following reason: Already installed
- Installing kiwisolver (1.4.7): Pending...
- Installing kiwisolver (1.4.7): Skipped for the following reason: Already installed
- Installing markupsafe (3.0.2): Pending...
- Installing markupsafe (3.0.2): Skipped for the following reason: Already installed
- Installing matplotlib (3.9.2): Pending...
- Installing matplotlib (3.9.2): Skipped for the following reason: Already installed
- Installing matplotlib-inline (0.1.7): Pending...
- Installing matplotlib-inline (0.1.7): Skipped for the following reason: Already installed
- Installing mpmath (1.3.0): Pending...
78│
- Installing ipykernel (6.29.5): Pending...
- Installing ipykernel (6.29.5): Skipped for the following reason: Already installed
- Installing ipython (8.29.0): Pending...
- Installing ipython (8.29.0): Skipped for the following reason: Already installed
- Installing jedi (0.19.1): Pending...
- Installing jedi (0.19.1): Skipped for the following reason: Already installed
- Installing jinja2 (3.1.4): Pending...
- Installing jinja2 (3.1.4): Skipped for the following reason: Already installed
- Installing joblib (1.4.2): Pending...
- Installing joblib (1.4.2): Skipped for the following reason: Already installed
- Installing jupyter-client (8.6.3): Pending...
- Installing jupyter-client (8.6.3): Skipped for the following reason: Already installed
- Installing jupyter-core (5.7.2): Pending...
- Installing jupyter-core (5.7.2): Skipped for the following reason: Already installed
- Installing kiwisolver (1.4.7): Pending...
- Installing kiwisolver (1.4.7): Skipped for the following reason: Already installed
- Installing markupsafe (3.0.2): Pending...
- Installing markupsafe (3.0.2): Skipped for the following reason: Already installed
- Installing matplotlib (3.9.2): Pending...
- Installing matplotlib (3.9.2): Skipped for the following reason: Already installed
- Installing matplotlib-inline (0.1.7): Pending...
- Installing matplotlib-inline (0.1.7): Skipped for the following reason: Already installed
- Installing mpmath (1.3.0): Pending...
- Installing ipykernel (6.29.5): Pending...
- Installing ipykernel (6.29.5): Skipped for the following reason: Already installed
- Installing ipython (8.29.0): Pending...
- Installing ipython (8.29.0): Skipped for the following reason: Already installed
- Installing jedi (0.19.1): Pending...
- Installing jedi (0.19.1): Skipped for the following reason: Already installed
- Installing jinja2 (3.1.4): Pending...
- Installing jinja2 (3.1.4): Skipped for the following reason: Already installed
- Installing joblib (1.4.2): Pending...
- Installing joblib (1.4.2): Skipped for the following reason: Already installed
- Installing jupyter-client (8.6.3): Pending...
- Installing jupyter-client (8.6.3): Skipped for the following reason: Already installed
- Installing jupyter-core (5.7.2): Pending...
- Installing jupyter-core (5.7.2): Skipped for the following reason: Already installed
- Installing kiwisolver (1.4.7): Pending...
- Installing kiwisolver (1.4.7): Skipped for the following reason: Already installed
- Installing markupsafe (3.0.2): Pending...
- Installing markupsafe (3.0.2): Skipped for the following reason: Already installed
- Installing matplotlib (3.9.2): Pending...
- Installing matplotlib (3.9.2): Skipped for the following reason: Already installed
- Installing matplotlib-inline (0.1.7): Pending...
- Installing matplotlib-inline (0.1.7): Skipped for the following reason: Already installed
- Installing mpmath (1.3.0): Pending...
Cannot install imagededup.
- Installing ipykernel (6.29.5): Pending...
- Installing ipykernel (6.29.5): Skipped for the following reason: Already installed
- Installing ipython (8.29.0): Pending...
- Installing ipython (8.29.0): Skipped for the following reason: Already installed
- Installing jedi (0.19.1): Pending...
- Installing jedi (0.19.1): Skipped for the following reason: Already installed
- Installing jinja2 (3.1.4): Pending...
- Installing jinja2 (3.1.4): Skipped for the following reason: Already installed
- Installing joblib (1.4.2): Pending...
- Installing joblib (1.4.2): Skipped for the following reason: Already installed
- Installing jupyter-client (8.6.3): Pending...
- Installing jupyter-client (8.6.3): Skipped for the following reason: Already installed
- Installing jupyter-core (5.7.2): Pending...
- Installing jupyter-core (5.7.2): Skipped for the following reason: Already installed
- Installing kiwisolver (1.4.7): Pending...
- Installing kiwisolver (1.4.7): Skipped for the following reason: Already installed
- Installing markupsafe (3.0.2): Pending...
- Installing markupsafe (3.0.2): Skipped for the following reason: Already installed
- Installing matplotlib (3.9.2): Pending...
- Installing matplotlib (3.9.2): Skipped for the following reason: Already installed
- Installing matplotlib-inline (0.1.7): Pending...
- Installing matplotlib-inline (0.1.7): Skipped for the following reason: Already installed
- Installing mpmath (1.3.0): Pending...
- Installing ipykernel (6.29.5): Pending...
- Installing ipykernel (6.29.5): Skipped for the following reason: Already installed
- Installing ipython (8.29.0): Pending...
- Installing ipython (8.29.0): Skipped for the following reason: Already installed
- Installing jedi (0.19.1): Pending...
- Installing jedi (0.19.1): Skipped for the following reason: Already installed
- Installing jinja2 (3.1.4): Pending...
- Installing jinja2 (3.1.4): Skipped for the following reason: Already installed
- Installing joblib (1.4.2): Pending...
- Installing joblib (1.4.2): Skipped for the following reason: Already installed
- Installing jupyter-client (8.6.3): Pending...
- Installing jupyter-client (8.6.3): Skipped for the following reason: Already installed
- Installing jupyter-core (5.7.2): Pending...
- Installing jupyter-core (5.7.2): Skipped for the following reason: Already installed
- Installing kiwisolver (1.4.7): Pending...
- Installing kiwisolver (1.4.7): Skipped for the following reason: Already installed
- Installing markupsafe (3.0.2): Pending...
- Installing markupsafe (3.0.2): Skipped for the following reason: Already installed
- Installing matplotlib (3.9.2): Pending...
- Installing matplotlib (3.9.2): Skipped for the following reason: Already installed
- Installing matplotlib-inline (0.1.7): Pending...
- Installing matplotlib-inline (0.1.7): Skipped for the following reason: Already installed
- Installing mpmath (1.3.0): Pending...
- Installing mpmath (1.3.0): Skipped for the following reason: Already installed
- Installing nest-asyncio (1.6.0): Pending...
- Installing nest-asyncio (1.6.0): Skipped for the following reason: Already installed
- Installing networkx (3.4.2): Pending...
- Installing networkx (3.4.2): Skipped for the following reason: Already installed
- Installing packaging (24.1): Pending...
- Installing packaging (24.1): Skipped for the following reason: Already installed
- Installing parso (0.8.4): Pending...
- Installing parso (0.8.4): Skipped for the following reason: Already installed
- Installing pillow (11.0.0): Pending...
- Installing pillow (11.0.0): Skipped for the following reason: Already installed
- Installing platformdirs (4.3.6): Pending...
- Installing platformdirs (4.3.6): Skipped for the following reason: Already installed
- Installing prompt-toolkit (3.0.48): Pending...
- Installing prompt-toolkit (3.0.48): Skipped for the following reason: Already installed
- Installing psutil (6.1.0): Pending...
- Installing psutil (6.1.0): Skipped for the following reason: Already installed
- Installing pure-eval (0.2.3): Pending...
- Installing pure-eval (0.2.3): Skipped for the following reason: Already installed
- Installing pygments (2.18.0): Pending...
- Installing pygments (2.18.0): Skipped for the following reason: Already installed
- Installing pyparsing (3.2.0): Pending...
- Installing pyparsing (3.2.0): Skipped for the following reason: Already installed
- Installing python-dateutil (2.9.0.post0): Pending...
- Installing python-dateutil (2.9.0.post0): Skipped for the following reason: Already installed
- Installing pywavelets (1.7.0): Pending...
- Installing pywavelets (1.7.0): Skipped for the following reason: Already installed
- Installing pywin32 (308): Pending...
- Installing pywin32 (308): Skipped for the following reason: Already installed
- Installing pyzmq (26.2.0): Pending...
- Installing pyzmq (26.2.0): Skipped for the following reason: Already installed
- Installing scikit-learn (1.5.2): Pending...
- Installing scikit-learn (1.5.2): Skipped for the following reason: Already installed
- Installing six (1.16.0): Pending...
- Installing six (1.16.0): Skipped for the following reason: Already installed
- Installing stack-data (0.6.3): Pending...
- Installing stack-data (0.6.3): Skipped for the following reason: Already installed
- Installing sympy (1.13.3): Pending...
- Installing sympy (1.13.3): Skipped for the following reason: Already installed
- Installing threadpoolctl (3.5.0): Pending...
- Installing threadpoolctl (3.5.0): Skipped for the following reason: Already installed
- Installing torch (2.4.0+cu121): Pending...
- Installing torch (2.4.0+cu121): Skipped for the following reason: Already installed
- Installing torchaudio (2.4.0+cu121): Pending...
- Installing torchaudio (2.4.0+cu121): Skipped for the following reason: Already installed
- Installing torchvision (0.19.0+cu121): Pending...
- Installing tornado (6.4.1): Pending...
- Installing tornado (6.4.1): Skipped for the following reason: Already installed
- Installing tqdm (4.66.6): Pending...
- Installing tqdm (4.66.6): Skipped for the following reason: Already installed
- Installing traitlets (5.14.3): Pending...
- Installing traitlets (5.14.3): Skipped for the following reason: Already installed
- Installing typing-extensions (4.12.2): Pending...
- Installing wcwidth (0.2.13): Pending...
- Installing wcwidth (0.2.13): Skipped for the following reason: Already installedReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/bugSomething isn't working as expectedSomething isn't working as expectedstatus/triageThis issue needs to be triagedThis issue needs to be triaged