XiaoMi / minos

Minos is beyond a hadoop deployment system.
Apache License 2.0
522 stars 200 forks source link

第一次启动supervisor的时候报这个错,是下载源的问题吗? #37

Closed zengzhaozheng closed 9 years ago

zengzhaozheng commented 9 years ago

[hadoop@jl-master minos-master]$ ./build.sh start supervisor --tank_ip 172.16.8.1 --tank_port 8000 2014-11-24 11:48:58 Building supervisor 2014-11-24 11:48:58 Check and install prerequisite python libraries 2014-11-24 11:48:58 Installing elementtree Downloading/unpacking elementtree>=1.2.6-20050316 Could not find any downloads that satisfy the requirement elementtree>=1.2.6-20050316 Some externally hosted files were ignored (use --allow-external elementtree to allow). Cleaning up... No distributions at all found for elementtree>=1.2.6-20050316 Storing debug log for failure in /data/hadoop/.pip/pip.log 2014-11-24 11:48:59 Command '['/data/hadoop/z.zeng/minos-master/build/env/bin/pip', 'install', 'elementtree>=1.2.6-20050316']' returned non-zero exit status 1

YxAc commented 9 years ago

嗯,是下载源时出问题了,如果一直不好用,可以先手动下载这个包,然后离线装一下:

$Minos_root/build/env/bin/pip install elementtree --no-index --find-links $elementtree_tarball_path/elementtree-xx.xx.tar.gz

然后再启动