加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 编程开发 > Python > 正文

python – 在为Apache Hadoop安装Hue浏览器时,Setuptools pip失

发布时间:2020-12-20 13:09:06 所属栏目:Python 来源:网络整理
导读:我正在尝试在我的mac上为Apache Hadoop安装Hue浏览器.所以我检索git文件夹: git clone https://github.com/cloudera/hue.git 我按照本教程here 但在做make应用程序时,我最终会出现以下错误: python2.7 /Users/leo/Downloads/hue-3.8.1/tools/virtual-boots
我正在尝试在我的mac上为Apache Hadoop安装Hue浏览器.所以我检索git文件夹:

git clone https://github.com/cloudera/hue.git

我按照本教程here

但在做make应用程序时,我最终会出现以下错误:

python2.7 /Users/leo/Downloads/hue-3.8.1/tools/virtual-bootstrap/virtual-bootstrap.py 
    -qq --no-site-packages /Users/leo/Downloads/hue-3.8.1/build/env
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

我不明白问题是什么.感谢您的帮助.

解决方法

尝试sudo制作应用程序

它适用于塞拉利昂.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读