Yes, you can run the script from Linux server
The following instructions work for me
1. install python 3.6
$ sudo yum -y install python36u python36u-pip
2. install pyvmoni and other packages
$sudo python3.6 -m pip install pyvmomi
$sudo python3.6 -m pip install crypto
$sudo python3.6 -m pip install pyopenssl
3. download ESXi Compatibility Checker and run
$python3.6 ./compchecker.py -s <host> -u <username>
Thanks!
Heejeong
i am having a hard time getting all the packages to install in my windows 7 desktop. can this be run from a linux server?