pyflow icon indicating copy to clipboard operation
pyflow copied to clipboard

Can't find a compatible package for Req

Open dev590t opened this issue 2 years ago • 0 comments

Reproduce the bug

a pyproject.toml with only one dependency:

[tool.pyflow.dependencies]
ccxt = "1.72.98"

run:

$ pyflow install
opts Opt { subcmds: Install { packages: [], dev: false }, color: None }
Can't find a compatible package for Req { name: "yarl", constraints: [Constraint { type_: Exact, version: 1.7.2 }], extra: None, sys_platform: None, python_version: Some([Constraint { type_: Gte, version: 3.5.2 }]), install_with_extras: None, path: None, git: None }

If I use other packager manager like pdm, the dependency can be solved without problem.

dev590t avatar Jun 18 '22 14:06 dev590t