Same python module is not working for me, do you have any clue?
>>> import pysphere
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/opt/automation/python312/lib64/python3.12/site-packages/pysphere/__init__.py", line 171, in <module>
from pysphere.vi_task import VITask
File "/opt/automation/python312/lib64/python3.12/site-packages/pysphere/vi_task.py", line 110
except (VI.ZSI.FaultException), e:
^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: multiple exception types must be parenthesized
>>>
-----------------------------------------------------------------------------------------------------------------------
I am using python 3.12.8 on RHEL 8:10 server.
# uname -r
4.18.0-553.27.1.el8_10.x86_64
#
# python --version
Python 3.12.8
#
# pip list | grep pysphere
pysphere 0.1.7
#