Dec 01, 2019

Hello Community,

i have this Problem

pip3 --version

pip 9.0.1 from /usr/lib/python3/dist-packages (python 3.6)
_______________________________________________________________________

./compchecker.py: line 5: $'\nCopyright 2018 VMware, Inc. All rights reserved.\n\n@author: heejeong\n': command not found
./compchecker.py: line 6: import: command not found
from: can't read /var/mail/tools
from: can't read /var/mail/tools
from: can't read /var/mail/tools
from: can't read /var/mail/pip._vendor.distlib.compat
./compchecker.py: line 16: $'\nSimple command-line program to collect system information and validate its VMware compatibility\n': command not found
./compchecker.py: line 17: class: command not found
./compchecker.py: line 18: syntax error near unexpected token `('
./compchecker.py: line 18: ` def __init__(self):'

Dec 02, 2019

Hi Asmir,

Could you please try this:

$python3 ./compchecker -s <hostname> -u <username>

if it doesn't work, please specify the full python path
Thanks,