-
Notifications
You must be signed in to change notification settings - Fork 32
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
Upgrade click to >=8.0.0,<9.0.0
#287
Comments
Working on this today, should be possible. |
I updated the |
Hmm it's not as clean as expected. I'll see if I can bypass Typer's error another way for Windows. Thanks for the support! Let me know if anything changes on your side |
Downgrading |
@aristizabal95 Turns out there's a super simple solution - upgrading |
Implemented in #297. |
Done. |
Both medperf and MLCube depend on click for their CLIs. Medperf is encountering a click issue when running on Windows, as explained by issue fastapi/typer#427
The proposed solution is to install
click>=8.0.0,<9.0.0
, but mlcube depends onclick==7.1.2
, causing aResolutionImpossible
error.Would it be possible to upgrade to the requested versions? Of course, assuming this doesn't break anything on your side.
The text was updated successfully, but these errors were encountered: