msilib has been deprecated and removed from python 3.13+. See PEP594 for details, but in short it is removed because msi is an obsolete windows-only format and
[...] moving away from MSI in favor of Windows 10 Apps (AppX) as a new deployment model
There is a shim https://pypi.org/project/python-msilib/ which can be used in the very short term (3.13 and 3.14) but this will likely stop working at some point, so we need to move away from using this library.
msilibhas been deprecated and removed from python 3.13+. See PEP594 for details, but in short it is removed becausemsiis an obsolete windows-only format andThere is a shim https://pypi.org/project/python-msilib/ which can be used in the very short term (3.13 and 3.14) but this will likely stop working at some point, so we need to move away from using this library.