Amy McClurg
10/13/2023, 2:17 PMERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
spyder 5.3.3 requires pyqt5<5.16, which is not installed.
spyder 5.3.3 requires pyqtwebengine<5.16, which is not installed.
fastapi 0.95.1 requires starlette<0.27.0,>=0.26.1, but you have starlette 0.27.0 which is incompatible.
I tried to resolve this manually, but when changing the starlette version to a compatible version I got this error:
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
prefect 2.13.6 requires starlette<0.28.0,>=0.27.0, but you have starlette 0.26.1 which is incompatible.
Is there a way to resolve this dependency discrepancy? I'm now confused which version of starlette is needed for prefect and cannot run any prefect flows because of the versioning conflictAlexander Azzam
10/13/2023, 2:36 PMPēteris Kļaviņš
10/13/2023, 5:02 PM