Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

Unable to start vmdk-ops service - python sqlite3 package not found. #646

Closed
BaluDontu opened this issue Oct 26, 2016 · 1 comment
Closed
Assignees
Milestone

Comments

@BaluDontu
Copy link
Contributor

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

@msterin
Copy link
Contributor

msterin commented Oct 26, 2016

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.

//CC @lipingxue @pdhamdhere

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Projects
None yet
Development

No branches or pull requests

2 participants