Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

IndexError during dephell package list run #483

Open
bitphage opened this issue Dec 29, 2020 · 0 comments
Open

IndexError during dephell package list run #483

bitphage opened this issue Dec 29, 2020 · 0 comments

Comments

@bitphage
Copy link

Traceback

Just tried to run the following command:

% dephell package list --traceback
WARNING package not found (package=btrfsutil, url=https://pypi.org/pypi/btrfsutil/json)
ERROR IndexError: tuple index out of range 
Traceback (most recent call last):
  File "/home/vvk/.local/share/dephell/venvs/dephell/lib/python3.7/site-packages/dephell/cli.py", line 66, in main
    result = handler()
  File "/home/vvk/.local/share/dephell/venvs/dephell/lib/python3.7/site-packages/dephell/commands/package_list.py", line 39, in __call__
    latest=str(releases[0].version),
IndexError: tuple index out of range

...

Not sure where it gets btrfsutil from, I don't have it in dependencies.

Config

[tool.dephell.main]
from = {format = "poetry", path = "pyproject.toml"}
to = {format = "setuppy", path = "setup.py"}


[tool.poetry.dependencies]
python = ">=3.6.1"

[tool.poetry.dev-dependencies]
pre-commit = "^2.2.0"
pytest = "^5.4"
pytest-cov = "^2.7"
pytest-mock = "^3.1.0"

...

Versions

{
  "cache": "7.50Mb",
  "path": "/home/vvk/.local/share/dephell/venvs/dephell/lib/python3.7/site-packages/dephell",
  "python": "/home/vvk/.local/share/dephell/venvs/dephell/bin/python3",
  "version": "0.8.3",
  "versions": {
    "dephell-archive": "0.1.7",
    "dephell-argparse": "0.1.3",
    "dephell-changelogs": "0.0.1",
    "dephell-discover": "0.2.10",
    "dephell-licenses": "0.1.7",
    "dephell-links": "0.1.5",
    "dephell-markers": "1.0.3",
    "dephell-pythons": "0.1.15",
    "dephell-setuptools": "0.2.4",
    "dephell-shells": "0.1.5",
    "dephell-specifier": "0.2.2",
    "dephell-venvs": "0.1.18",
    "dephell-versioning": "0.1.2"
  }
}

...
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant