So i wan´t to use the VMWare.ImageBuilder Module.
And as soon as i run Add-EsxSoftwareDepot i get this error message:
Could not initialize the VMware.ImageBuilder PowerCLI module. Make sure that Python 3.7 is installed and that you have set the path to the Python executable by using Set-PowerCLIConfiguration -PythonPath. See the PowerCLI Compatibility Matrixes for information on the Python requirements.
I´ve downloaded and installed Python3.7 to "I:\Program Files\Python" and then ran the get-pip.py script via Windows Explorer (Run with -> Python.exe) because i couldn´t run it via the cmd
To install the addons six, psutil, lxml and pyopenssl i opened up CMD navigated to the path "I:\Program Files\Python\Scripts" and ran this command: pip3.7 install six psutil lxml pyopenssl
Then i ran the command in admin powershell: Set-PowerCLIConfiguration -PythonPath "I:\Program Files\Python\python.exe"
But still when i wan´t to run the Add-EsxSoftwareDepot Command i get the error message.
Have i done anything wrong?
I am creating a own ISO because i wan´t to use ESXi 8.0 with my TP-Link TG-3468 (based on Realtek) Network Card and my Killer E2205 network controller (on mainboard)
Thank you for your help!
Greetings,
Moritz