Fix SuperPMI Python script Azure usage#61650
Conversation
The on-demand Azure module load was refactored to jitutil.py, but that requires some cross-module importing to work. Do the minimal required to make this work.
|
Tagging subscribers to this area: @JulieLeeMSFT Issue DetailsThe on-demand Azure module load was refactored to jitutil.py,
|
|
@AndyAyersMS @echesakovMSFT @dotnet/jit-contrib PTAL This should fix the SPMI collection pipeline, which failed to upload anything in this weekend's run. Interestingly, I always need to force using a 32-bit Python when using the Azure stuff (like |
I think that may be the case. I had to uninstall 64 bit oython to get anywhere when I first ran into this a while back. |
The on-demand Azure module load was refactored to jitutil.py,
but that requires some cross-module importing to work. Do the
minimal required to make this work.