-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
SQLFluff failing due to ModuleNotFoundError: No module named 'pytz' #70
Comments
@jasluong Thank you for raising the issue. I was faced with the same issue in a different situation. I haven't completely identify the root cause why the issue started. However, as I was able to solve the issue just by installing pytz besides dbt-core. |
It seems that the dependency on pytz was added to dbt-core just right now. According to the released versions, the fixed versions are released as dbt-core 1.2.5, 1.3.3 and 1.4.4. I think we have to do nothing to solve the issue. If the issue will continue, please let me know. |
Let me close the issue, as I have made sure it was solved in the integration tests of the github repository by adding the dependency on pytz in dbt-core. If the issue will continue, please let me know. |
Hey @yu-iskw thanks for looking into this. It looks to be working fine now - thanks for the help! |
Hi all,
sqlfluff has been failing for us since this morning with the following error:
ModuleNotFoundError: No module named 'pytz'
Rest of the error is below:
Screenshot below:
The text was updated successfully, but these errors were encountered: