You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(install): skip atomic rename for Python providers to avoid PE executable corruption
On Windows, Python pip packages generate .exe wrappers that embed the absolute path of the virtual environment. UniRTM's atomic installation strategy (installing into .unirtm-tmp and renaming) caused these embedded paths to break, leading to silent exit code 1 failures (like with pre-commit). Added an opt-out mechanism for atomic rename for Python/Pypi providers.
0 commit comments