I am trying to install the Hue browser for Apache Hadoop on my mac. So I extract the git folder:
git clone https://github.com/cloudera/hue.git
I completed this tutorial here
But on execution, make appsI get the following error:
python2.7 /Users/leo/Downloads/hue-3.8.1/tools/virtual-bootstrap/virtual-bootstrap.py \
-qq
Traceback (most recent call last):
File "/Users/leo/Downloads/hue-3.8.1/tools/virtual-bootstrap/virtual-bootstrap.py", line 2355, in <module>
main()
File "/Users/leo/Downloads/hue-3.8.1/tools/virtual-bootstrap/virtual-bootstrap.py", line 827, in main
symlink=options.symlink)
File "/Users/leo/Downloads/hue-3.8.1/tools/virtual-bootstrap/virtual-bootstrap.py", line 995, in create_environment
install_wheel(to_install, py_executable, search_dirs)
File "/Users/leo/Downloads/hue-3.8.1/tools/virtual-bootstrap/virtual-bootstrap.py", line 963, in install_wheel
'PIP_NO_INDEX': '1'
File "/Users/leo/Downloads/hue-3.8.1/tools/virtual-bootstrap/virtual-bootstrap.py", line 905, in call_subprocess
% (cmd_desc, proc.returncode))
OSError: Command /Users/leo/Downloads...ld/env/bin/python2.7 -c "import sys, pip; sys...d\"] + sys.argv[1:]))" setuptools pip failed with error code 1
I do not understand what the problem is. Thanks for any help on this.
source
share