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
{{ message }}
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.
I am unable to install the vib on my ESX 6.0 host (basic version). It fails with the following error
"ImportError: No module named sqlite3".
I think sqlite3 python binary is not by default present in ESX 6.0 basic and U1 versions. So the vmdk-ops service fails running. Can you please address this issue.
Thanks,
Balu
The text was updated successfully, but these errors were encountered:
this is a regression from auth PR #603 - it adds dependency on sqlite3 py module, but does not check it.
And sqlite3 module by default is present in ESX 6.0 U2+ only - which is what we use in CI and dev env.
We should simply include our own copy in the vib and update the sys.path.
Hey guys,
I am unable to install the vib on my ESX 6.0 host (basic version). It fails with the following error
"ImportError: No module named sqlite3".
I think sqlite3 python binary is not by default present in ESX 6.0 basic and U1 versions. So the vmdk-ops service fails running. Can you please address this issue.
Thanks,
Balu
The text was updated successfully, but these errors were encountered: