1

I have created an python environment using conda (python 3.12) which includes geopandas and numpyro. The minute I install numpyro using either pip or conda/mamba (I tried both), My jupyter kernel crashes with the following error undefined symbol: sqlite3_deserialize

{
"name": "",
"message": "",
"stack": "Failed to start the Kernel. 

ImportError: /home/imantha/software/mamba/envs/lo2hi/lib/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so: undefined symbol: sqlite3_deserialize. 
View Jupyter <a href='command:jupyter.viewOutput'>log</a> for further details."
}

By the way this behavior is in jupyter in vscode + ubuntu machine. Any clue how to fix this ?

3
  • Any of the discussion here provide insight? Commented Aug 27, 2024 at 12:01
  • Thanks possibly. I got it working with python 3.10. Wasn't able to get it working with python 3.10 Commented Aug 27, 2024 at 18:49
  • ahh yes ! I meant to say, couldn't get it to work with python 3.12 but works fine with 3.10 Commented Aug 29, 2024 at 0:46

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.