Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can you please upgrade typer version in your dependancies #1382

Open
aahnik opened this issue May 14, 2024 · 1 comment
Open

Can you please upgrade typer version in your dependancies #1382

aahnik opened this issue May 14, 2024 · 1 comment

Comments

@aahnik
Copy link

aahnik commented May 14, 2024

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.
@MisileLab
Copy link

I also get that issue on pdm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To triage
Development

No branches or pull requests

2 participants