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

Error installing dbt-spark on Windows 10 #96

Closed
dallyhorton opened this issue Jun 14, 2020 · 1 comment
Closed

Error installing dbt-spark on Windows 10 #96

dallyhorton opened this issue Jun 14, 2020 · 1 comment

Comments

@dallyhorton
Copy link

I'm having trouble installing dbt-spark on Windows 10 Enterprise (version 1803). I have Python 3.7.6 and pip 20.1.1. I've attached the install log.

dbt-spark-install.log

@dallyhorton
Copy link
Author

I've just got it working by:

  • Using Chocolatey to install microsoft-visual-cpp-build-tools
  • Manually pip installing the latest sasl wheel
  • Creating a Python virtual environment
  • Installing dbt-spark into this

Because I honestly have no idea what I'm doing, I'm not sure exactly which step fixed the issue. I did try the virtual environment trick before installing the build tools. I have the Visual Studio 2019 Build Tools on my machine, so perhaps I didn't install these property or they're newer than what the Chocolatey version installs. Anyway, in case other people have a similar issue, this is how I managed to fix it.

Interestingly, I also had the sasl error installing dbt-spark on my Mac before setting up a Python virtual environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant