I've installed kb-manager using py37-pip
as guided by the instructions on the github page. I've run into an error which appears to be related to sqlite3.
Besides what I've reported on the github issue I've also done pkg_admin rebuild
& pkg_admin rebuild-tree
as instructed by Jay and the error persists.
I'm a little perplexed by the fact that sqlite3-3.26.0
was already installed (in base?) and when I installed sqlite3-3.33.0
running sqlite3 --version
still came back with v3.26.0. Anyhow, this leads me to believe it moght not be an issue with which version is installed, or perhaps it is if v3.33.0 cant be found.
Lastly, where is PYTHONPATH usually set? It isn't in my ~/.profile
... should it be?
Any help or advice is greatly appreciated 😃