p
Size: a a a
p
A
Б
pip install -i https://pypi-custom.bar/ foo
[tool.poetry.dependencies]
python = "^3.7.6"
foo = {version = "*", source = "foo-source"}
[[tool.poetry.source]]
name = "foo-source"
url = "https://pypi-custom.bar/"
poetry install,
но получаюSolverProblemError
Because project depends on foo (*) which doesn't match any versions, version solving failed.
E
pip install -i https://pypi-custom.bar/ foo
[tool.poetry.dependencies]
python = "^3.7.6"
foo = {version = "*", source = "foo-source"}
[[tool.poetry.source]]
name = "foo-source"
url = "https://pypi-custom.bar/"
poetry install,
но получаюSolverProblemError
Because project depends on foo (*) which doesn't match any versions, version solving failed.
Б
E
E
Б
poetry config repositories.foo https://foo.bar/simple/
SS
poetry config repositories.foo https://foo.bar/simple/
E
poetry config repositories.foo https://foo.bar/simple/
Б
SS
E
Б
Б
DB
pip install -i https://pypi-custom.bar/ foo
[tool.poetry.dependencies]
python = "^3.7.6"
foo = {version = "*", source = "foo-source"}
[[tool.poetry.source]]
name = "foo-source"
url = "https://pypi-custom.bar/"
poetry install,
но получаюSolverProblemError
Because project depends on foo (*) which doesn't match any versions, version solving failed.
DB
DB
E