Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

samples/vsphere/common/sso.py broken with pyVmomi version 8.0.0.1 #349

Closed
crashingmotorbikes opened this issue Dec 11, 2022 · 3 comments
Closed
Labels

Comments

@crashingmotorbikes
Copy link

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

@crashingmotorbikes
Copy link
Author

#350

@shwetapurohit
Copy link
Contributor

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.

Thanks!

@kunal-pmj
Copy link

Issues has been fixed with release : https://github.com/vmware/vsphere-automation-sdk-python/releases/tag/v8.0.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants