Segmentation Fault

I wanted to open the topic about this error I’m seeing when running dbt locally. It used to happen when I ran dbt build with a big project but now I’m getting it while running one tiny model

image

Hi,

We ran into a similar issue. Our solution was to downgrade pyodbc to pyodbc==4.0.32

Also see this thread. Hope this fixes it for you!

KR,
Bastiaan

Thanks for reply @bastiaanrudolf I don’t understand much from the thread but the key question is where do I downgrade it? Is this a dbt dependency or just overall python package?

It’s an overall python package. We’ve added pyodbc==4.0.32 to our requirements.txt file.