-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Dependency resolution is extremely slow #4924
Copy link
Copy link
Closed
Labels
kind/bugSomething isn't working as expectedSomething isn't working as expected
Description
- I am on the latest Poetry version.
- I have searched the issues of this repo and believe that this is not a duplicate.
- If an exception occurs when executing a command, I executed it again in debug mode (
-vvvoption).
Specs
- OS version and name:
OS: Linux 5.13 Ubuntu 21.10 21.10 (Impish Indri)
CPU: (12) x64 Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz - Poetry version:
1.1.12
pyproject.toml
[tool.poetry]
name = "package-name"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.9"
numpy = "^1"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
pdbpp = "^0.10.3"
black = "^21.9b0"
isort = "^5.9.3"
ipython = "^7.28.0"
pylint = "^2.11.1"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"Internet connection
Testing download speed................................................................................
Download: 906.41 Mbit/s
Testing upload speed......................................................................................................
Upload: 292.53 Mbit/s
Issue
Just running poetry update took 15 minutes to do exactly nothing:
Updating dependencies
Resolving dependencies... (922.3s)
Writing lock file
No dependencies to install or update
Even more, for other packages with a few more dependencies, I've seen poetry running for more than one hour without completing (I killed).
In general, this behavior happens for all the sub-commands that potentially have to resolve dependencies, including add, update, but even install.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/bugSomething isn't working as expectedSomething isn't working as expected