-
Notifications
You must be signed in to change notification settings - Fork 240
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
Isolate sasl
as a dependency
#109
Comments
Workaround: there are pre-built Download, then:
|
It looks like
|
@charlottevdscheun encountered the same issue, back in the days when she was still on Windows :) I don't have any objections to moving the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now,
pip install dbt-spark
is not working on Windows because:dbt-spark
requiresPyHive[hive]
hive
extra requiressasl
pip install sasl
is failing on Windows machinesOn my personal machine:
Here's one of the stacktraces I've seen, though they vary by user/machine:
The text was updated successfully, but these errors were encountered: