You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Line 31 of samples/vsphere/common/sso.py performs an import of ThumbprintMismatchException from pyVmomi. In the latest version of pyVmomi, this cannot be found for import.
Reproduction steps
1.pip install pyVmomi
2.Set PYTHONPATH to reference samples
3.Try to import sso from samples.vsphere.common
...
Expected behavior
Would expect sso to import fine.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Hi @crashingmotorbikes :
This is an incompatibility problem with pyvmomi 8.0.0.1. The SDK will only be compatible with versions of pyVmomi up to 7.0.3 while we are working on the pyVmomi fix.
Describe the bug
Line 31 of samples/vsphere/common/sso.py performs an import of ThumbprintMismatchException from pyVmomi. In the latest version of pyVmomi, this cannot be found for import.
Reproduction steps
1.pip install pyVmomi
2.Set PYTHONPATH to reference samples
3.Try to import sso from samples.vsphere.common
...
Expected behavior
Would expect sso to import fine.
Additional context
No response
The text was updated successfully, but these errors were encountered: