i am running a python script which complained that it needed db_dtypes module but after installing in my venv, i get the zsh: segmentation fault python error. How can i resolve this? I am using python 3.12 and I also tried on python 3.11. this is happening on a mac. Running the script on windows and on github actions works ok.
Thanks.
I have tried by creating new venv but immediately i install the module the error comes back.