-
Notifications
You must be signed in to change notification settings - Fork 605
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
bug(deps): cannot install impala dialect on Windows #4666
Comments
Perhaps we should remove the |
I think that's the best option for us. I pushed up cloudera/impyla#504 to fix the issue upstream, but that may take a while to resolve. |
Thanks for the fast reaction!!! |
@juliuscrn per the error message do you have microsoft visual C++ 14.0 or greater installed? I don't have a windows machine so it's difficult to try to reproduce (not sure any of the maintainers have windows) you also may want to open a new issue for easier tracking |
Somehow the issue went away by upgrading from python 3.7 to 3.10 |
The minimum Python version for the latest release of ibis is 3.9 per our versioning policy. The older version didn't have the relevant PRs merged before it was released, hence the installation issues. |
I am trying to install ibis with impala dialect on Windows:
pip install ibis-framework[impala]
But I get an error that it cannot build Kerberos:
Building wheel for kerberos (setup.py) ... error
ERROR: Command errored out with exit status 1:
"C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29910\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -I\include -I\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29910\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /Tcsrc/base64.c /Fobuild\temp.win-amd64-3.8\Release\src/base64.obj 'krb5-config' is not recognized as an internal or external command, operable program or batch file.
The text was updated successfully, but these errors were encountered: