Could not compile query, because the Python bridge has not been initalized #235
Unanswered
Benjamin-OPC
asked this question in
Q&A
Replies: 3 comments 3 replies
-
In general it means that your project can't be parsed. There should be another error before. Can you share that error? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Check you Python: Selected Interpreter. (Solved it for me.) |
Beta Was this translation helpful? Give feedback.
0 replies
-
I've found if I'm using environment variables and I don't have a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When trying to compile code in a model, I get this message
Could not compile query, because the Python bridge has not been initalized. If the issue persists, please open a Github issue.
My python virtual env is well defined, dbt is installed inside it, and the right interpreter is selected in VSCode.
Can anyone please help me ?
Beta Was this translation helpful? Give feedback.
All reactions