I cannot install Prefect 2.0 on Ubuntu 18.04 LTS due to sqlite3 incompatibility. Why?

1 Like

Hi Admin,

any updates about how to upgrade sqlite linked in python? I tried to upgrade to python 3.9.9 but unfortunately, sqlite still at version 3.22. Also, I tried the link you mentioned above but I got an error while running the Makefile about a file missing sqlite3.h
any suggestions?

Thanks

1 Like

The problem with this is that Ubuntu 18.04 relies on an older incompatible Python version - do you have the option to use Ubuntu 20.04 instead? this comes prepackaged with Python 3.8.

Alternatively, try installing using Conda - this might be the easiest

also, check this thread:

1 Like