Installation of MiniMax M3 Studio fails with script error
What happened?
Installation of the app in Pinokio terminated with error. Seems the .ps1 script has syntax errors.
Steps to reproduce
- See the error message.
Your system (OS / GPU / RAM / VRAM / etc.)
Windows 11, Nvidia RTX 5090, 64GB DDR5, 24GB DDR7
Logs / full error output
D:\pinokio\api\minimax-m3-studio.git>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base && powershell -NoProfile -ExecutionPolicy Bypass -File scripts/pinokio-start-prep.ps1
At D:\pinokio\api\minimax-m3-studio.git\scripts\pinokio-start-prep.ps1:39 char:55
██ Detached from Shell 378d7345-3a47-4c1a-b822-00bad6a795b8
- & (Join-Path $PSScriptRoot 'pinokio-extract-engine.ps1')
~~
The string is missing the terminator: '.
At D:\pinokio\api\minimax-m3-studio.git\scripts\pinokio-start-prep.ps1:24 char:52
- if ($before -and $after -and ($before -ne $after)) {
~
Missing closing '}' in statement block or type definition.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : TerminatorExpectedAtEndOfString
===================================================
input.event
[
"Error:"
]
██ Terminated Shell 378d7345-3a47-4c1a-b822-00bad6a795b8
████
Disconnected...
Paste the full log output here
