mirror of
https://github.com/VFrontDe-Org/ESXi-Customizer-PS.git
synced 2026-04-26 16:06:01 +03:00
[GH-ISSUE #54] Unable to open VIB archive in streaming mode #34
Labels
No labels
bug
duplicate
duplicate
enhancement
fix in-progress
invalid
need more info
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ESXi-Customizer-PS#34
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mrpressIdent on GitHub (Nov 23, 2022).
Original GitHub issue: https://github.com/VFrontDe-Org/ESXi-Customizer-PS/issues/54
Hi,
I have installed PowerCLI 13 and wanted to create the ESXi8 ISO. When adding a VIB for ESXi8 it first says it is "ok". And then at the end it gives the error message:
('vib20/qlnativefc/MVL_bootbank_qlnativefc_5.4.80.0-1OEM.800.1.0.20143090.vib', "Unable to open VIB archive in streaming mode: '_SharedFile' object has no attribute 'writing'")
Any Ideas?
@fvlaicu commented on GitHub (Nov 25, 2022):
Same here:
Full log
@kerakcz commented on GitHub (Nov 25, 2022):
Try downgrading the VMware.PowerCLI because that helped me. Use offline packages (I used this guide and 12.3.0 version).
I tried
Install-Module -Name VMware.PowerCLI -RequiredVersion 12.3.0.17860403but that did not help because the latest version is used for all dependencies and they need to be downgraded too.@fvlaicu commented on GitHub (Nov 30, 2022):
trying to build an iso for esxi 8.0 - so i need version 13.
@fvlaicu commented on GitHub (Dec 1, 2022):
Seems this is an upstream problem, not script issue:
https://williamlam.com/2022/11/heads-up-unable-to-open-vib-archive-in-streaming-mode-using-export-esximageprofile-with-powercli-13-0.html
@virtualex-itv commented on GitHub (Dec 7, 2022):
@mrpressIdent - This is a known bug and has been filed internally with the product management team. Currently, there is no workaround so please be patient as we need VMware to fix this...it's not an issue with the script itself.
See here for more info...
@fvlaicu commented on GitHub (Jan 27, 2023):
There's a solution, upgrade to python 3.7.9 see: https://williamlam.com/2022/11/heads-up-unable-to-open-vib-archive-in-streaming-mode-using-export-esximageprofile-with-powercli-13-0.html#comment-67215
@mrpressIdent commented on GitHub (Jan 30, 2023):
@fvlaicu Thanks for the link. I didn't check the comment section. I can confirm, that python 3.7.9 fixed the issue on my side.