zooba commented on issue #48947: URL: https://github.com/apache/arrow/issues/48947#issuecomment-3800266327
Guessing Windows containers have some weird lack of support for MSIX, which is pretty annoying. I'm guessing you want it for the install functionality more than the search/launch functionality? Can you run `py install ... --target=<dir>` outside of the container and then mount/copy in the directory with runtimes in it? You'll need the full path to `python.exe` to run inside the container, but it should work pretty obviously. (Or you can `py install ... --download=<dir>` and then copy the .zip files in and extract them in the container - same idea and result.) Alternatively, you can probably install the install manager MSI here, as it doesn't rely on there being a "current" user (which is why most regular users need admin to run it, but in this case that should be automatic). `msiexec /i <path to MSI>` is probably just going to run without issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
