-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModuleNotFoundError: No module named 'dbt.adapters.factory' #49
Comments
Traceback (most recent call last): |
Thanks for the report. It's odd that, looking at the stacktrace, the failure seems to happen in imports only within the dbt-core source code. |
Venv with python 3.11
*Tom O'Neill*
…On Tue, 11 Jun 2024 at 17:11, Matthieu Caneill ***@***.***> wrote:
Thanks for the report. It's odd that, looking at the stacktrace, the
failure seems to happen in imports only within the dbt-core source code.
Can you share your setup in terms of Python installation? Are you using a
virtual environment?
—
Reply to this email directly, view it on GitHub
<#49 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACVRBJOMD2LD7HBXX2ZSLZ3ZG4OTPAVCNFSM6AAAAABJEMNKC2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNRRGEZTQNBYG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Does dbt work in that environment? I would suspect it also has import issues? |
Hey! I was able to reproduce this issue on 3.11 with tox :
I believe we are affected by this dbt-labs/dbt-core#10135 As restricting to <1.8 resolves it:
|
@alittlesliceoftom could you try out some of the suggestions made in the related |
Hey! I'll close the issue as it's probably caused by the upstream issue in the |
I am experiencing same issue when trying to use dbt-core 1.8.4 with dbt-metricflow 0.206.0. I am also using dbt-snowflake adapter. |
Any chance the hints in dbt-labs/dbt-core#10135 can help? |
Likely lack of pegging release to specific versions of dbt?
My versions to get above error after doing a straight pip install:
dbt-adapters 1.2.1
dbt-common 1.3.0
dbt-core 1.8.2
dbt-extractor 0.5.1
dbt-score 0.1.3
dbt-semantic-interfaces 0.5.1
dbt-sqlserver 1.4.3
dbt-synapse 1.4.0
The text was updated successfully, but these errors were encountered: