Skip to content

Conversation

@ArturDevico
Copy link

Updated versions to fix poetry issue

  SolverProblemError

  Because no versions of two1 match >3.10.8,<3.10.9 || >3.10.9
   and two1 (3.10.8) depends on requests (<=2.11.1), two1 (>=3.10.8,<3.10.9 || >3.10.9) requires requests (<=2.11.1).
  And because two1 (3.10.9) depends on requests (<=2.11.1), two1 (>=3.10.8) requires requests (<=2.11.1).
  Because no versions of pywallet match >0.1.0
   and pywallet (0.1.0) depends on two1 (>=3.10.8), pywallet (>=0.1.0) requires two1 (>=3.10.8).
  Thus, pywallet (>=0.1.0) requires requests (<=2.11.1).
  And because python-binance-chain (0.1.20) depends on both pywallet (>=0.1.0) and requests (>=2.21.0), python-binance-chain is forbidden.
  So, because no versions of python-binance-chain match >0.1.20,<0.2.0
   and test depends on python-binance-chain (^0.1.20), version solving failed.

  at ~/.poetry/lib/poetry/puzzle/solver.py:241 in _solve
      237│             packages = result.packages
      238│         except OverrideNeeded as e:
      239│             return self.solve_in_compatibility_mode(e.overrides, use_latest=use_latest)
      240│         except SolveFailure as e:
    → 241│             raise SolverProblemError(e)
      242│ 
      243│         results = dict(
      244│             depth_first_search(
      245│                 PackageNode(self._package, packages), aggregate_package_nodes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant