https://prefect.io logo
Title
e

eddy davies

01/17/2023, 10:15 AM
I get this error when trying to run
poetry add prefect-airbyte
, seemed to work with pip but running all my projects with poetry for consistency
╰─  poetry add prefect-airbyte                                                                                                                               ─╯
Using version ^0.2.0 for prefect-airbyte

Updating dependencies
Resolving dependencies... (0.0s)

  AssertionError



  at ~/Library/Application Support/pypoetry/venv/lib/python3.10/site-packages/poetry/mixology/incompatibility.py:113 in __str__
      109│         )
      110│
      111│     def __str__(self) -> str:
      112│         if isinstance(self._cause, DependencyCause):
    → 113│             assert len(self._terms) == 2
      114│
      115│             depender = self._terms[0]
      116│             dependee = self._terms[1]
      117│             assert depender.is_positive()