question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hue: make apps - error when looking for winkerberos on Linux

See original GitHub issue

To build Hue with make apps, I set my PYTHON_VER=python3.8.

I installed all the dependencies and it would run for awhile until it looks for Kerberos.

Even though I’m on a MAC_OSX/Linux, the compiler will look for winkerberos and then errors out with no moduled named winkerberos

I do have kerberos and pykerberos installed.

I looked at the kerberos.py and tried to change winkerberos to kerberos/pykerberos, but it results in the same errors.

How do I get this to work, or how do I bypass Kerberos?

Thanks,

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
ghostcommented, Aug 21, 2020

I was building on a MAC which didn’t work, when I switched to building on Ubuntu 20.04, it passed sucessully.

0reactions
ghostcommented, Aug 19, 2020

I don’t understand what is requirement.txt, where is that file located and what does that do? winkerberos is a package that is only for windows and your typical OS includes other operating systems like Linux, and Mac OSx, How do we bypass kerberos? Is there a pre-made binary where I can just configure and launch Hue without having to build?

Read more comments on GitHub >

github_iconTop Results From Across the Web

unable to import looking for winkerberos I am running from Linux
1 from requests_kerberos import HTTPKerberosAuth. /data/apps/Anaconda3-5.0.1/lib/python3.6/site-packages/requests_kerberos/init.py in ()
Read more >
hadoop - hue installation - make apps - failed - Stack Overflow
You node version seems to be: node v6.17.1. And you need at least v10: node -v v10.19.0. https://docs.gethue.com/developer/development/# ...
Read more >
Api Error: Unable to authenticate in Hue while try... - 91626
Hello dear all! I am facing the following problem on kerberized CDH 6.1.0: when I open Hbase in Hue interface I - 91626....
Read more >
cloudera - Bountysource
We are trying to connect to a kerberized cluster using Impyla. When trying to connect, we get a vague error message.
Read more >
Introduction to Python - Digital Science Center
We recommend that you do this towards the end of your file. Than look up our convenience methods to set an ALIAS and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found