You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While using fastapi and memgpt, together, and using uv as a package manager, getting this error, after installing memgpt
uv pip freeze | uv pip compile - -o requirements.txt
× No solution found when resolving dependencies:
╰─▶ Because pymemgpt==0.3.14 depends on typer>=0.9.0,<0.10.0 and fastapi-cli>=0.0.2 depends on typer>=0.12.3, we can conclude that any of:
fastapi-cli==0.0.2
fastapi-cli==0.0.3
and pymemgpt==0.3.14 are incompatible.
And because only the following versions of fastapi-cli are available:
fastapi-cli<=0.0.2
fastapi-cli==0.0.3
and fastapi==0.111.0 depends on fastapi-cli>=0.0.2, we can conclude that pymemgpt==0.3.14 and fastapi==0.111.0 are incompatible.
And because you require fastapi==0.111.0 and pymemgpt==0.3.14, we can conclude that the requirements are unsatisfiable.
The text was updated successfully, but these errors were encountered:
While using fastapi and memgpt, together, and using
uv
as a package manager, getting this error, after installing memgptThe text was updated successfully, but these errors were encountered: