Skip to content
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

the plugin does not get resolved correctly for Mac M1 #147

Open
praveer-k opened this issue May 26, 2023 · 0 comments
Open

the plugin does not get resolved correctly for Mac M1 #147

praveer-k opened this issue May 26, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@praveer-k
Copy link

Describe the bug

After installing dbt-mysql dependency errors occur and running dbt command:
File "/opt/homebrew/Cellar/[email protected]/3.11.3/Frameworks/Python.framework/Versions/3.11/lib/python3.11/dataclasses.py", line 815, in _get_field
raise ValueError(f'mutable default {type(f.default)} for field '
ValueError: mutable default <enum 'NVEnum'> for field novalue is not allowed: use default_factory

Steps To Reproduce

pipenv shell --python 3.11
pipenv install dbt-core dbt-mysql

Expected behavior

dbt-mysql should work with the installed version of dbt-core

**The output of dbt --version:

dbt-core==0.19.0
dbt-extractor==0.4.1
dbt-mysql==0.19.0.1

**The operating system you're using: Apple M1 mac pro

**The output of python --version: 3.11

@praveer-k praveer-k added the bug Something isn't working label May 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant