Ubuntu – undefined symbol: sqlite3_deserialize in Jupyter notebook – Visual Studio Code
I use remote development plug-in in visual studio because I run code on server. When I try to run any line of code in interactive window the following error occurs: ImportError: /home/user/anaconda3/envs/geo/lib/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so: undefined symbol: sqlite3_deserialize. I have already intalled Ipykernel…