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

anyway to install prefect client side only? #13228

Open
4 tasks done
trim21 opened this issue May 3, 2024 · 0 comments
Open
4 tasks done

anyway to install prefect client side only? #13228

trim21 opened this issue May 3, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@trim21
Copy link

trim21 commented May 3, 2024

First check

  • I added a descriptive title to this issue.
  • I used the GitHub search to find a similar issue and didn't find it.
  • I searched the Prefect documentation for this issue.
  • I checked that this issue is related to Prefect and not one of its dependencies.

Bug summary

I have a project using uvicorn 0.29.0, but both perfect and perfect-client require uvicorn (>=0.14.0,<0.29.0).

Is there a client side only library I can install so I don't need to downgrade uvicorn?

I plan to run use a seprated venv and install perfect server there, so it doesn't need to change my uvicorn version.

Reproduction

no need

Error

$ poetry add prefect-client
Using version ^2.18.3 for prefect-client

Updating dependencies
Resolving dependencies... (0.2s)

Because no versions of prefect-client match >2.18.3,<3.0.0
 and prefect-client (2.18.3) depends on uvicorn (>=0.14.0,<0.29.0), prefect-client (>=2.18.3,<3.0.0) requires uvicorn (>=0.14.0,<0.29.0).
So, because test depends on both uvicorn (^0.29.0) and prefect-client (^2.18.3), version solving failed.

Versions

2.18.3 I guess

Additional context

No response

@trim21 trim21 added bug Something isn't working needs:triage Needs feedback from the Prefect product team labels May 3, 2024
@zhen0 zhen0 removed the needs:triage Needs feedback from the Prefect product team label May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants