-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
component: clientissues regarding the CLIissues regarding the CLIproject: Coretopic: UI/UXtype: enhancementNew feature or requestNew feature or request
Milestone
Description
See if it's possible to run medperf on windows. Identify possible issues with that, and wether they're on our side or on MLCube's side.
Current compatibility issues:
- Pexpect.spawn is not supported for windows. Import wexpect.spawn in those cases
- Click 7.1.2 has issues with windows click.utils has no attribute _expand_args (click version 7.1.2, typer version 0.6.1) fastapi/typer#427. Install click~=8.0.0
- MLCube depends on click 7.1.2, request upgrade. Upgrade click to
>=8.0.0,<9.0.0mlcube#287 - MLCube has an error without parameter type checking on windows. MLCube doesn't recognize parameter type on Windows mlcube#299
- MLCube depends on click 7.1.2, request upgrade. Upgrade click to
Metadata
Metadata
Assignees
Labels
component: clientissues regarding the CLIissues regarding the CLIproject: Coretopic: UI/UXtype: enhancementNew feature or requestNew feature or request