PIP卡住“运行命令python setup.py egg_info” - 没有错误。

问题描述:

我使用VirtualBox,Xenial64 ubuntu在Windows 10上运行Vagrant,通过manual setup加载TaigaIO。PIP卡住“运行命令python setup.py egg_info” - 没有错误。

pip install -vvv -r requirements-devel.txt部分,pip在试图安装时永久挂起django-sampledatahelper

当我尝试安装只是这个包,它显示了同样的效果:没有错误,不会回到bash的,只是挂在:

Downloading from URL https://pypi.python.org/packages/2b/fe/e8ef20ee17dcd5d4df96c36dcbcaca7a79d6a2f8dc319f4e25107e000859/django-sampledatahelper-0.4.1.tar.gz#md5=a750d769af76d3f6e5791cfeb78832b0 (from https://pypi.python.org/simple/django-sampledatahelper/) 
    Running setup.py (path:/tmp/pip-build-pZcRoU/django-sampledatahelper/setup.py) egg_info for package django-sampledatahelper 
    Running command python setup.py egg_info 

我尝试新的虚拟机上安装,在virtualenv中或没有它, pip镜像,删除缓存和--no-cache选项,xenial64和bento/ubuntu-16.04发行版,以及vagrant ssh和Putty。效应是一样的。

+0

包装张力与我一样。无论我尝试多少东西,它都会挂起。 – cserpell

似乎ubuntu Xenial64发行版和手动安装说明有问题。当我从taiga-scripts使用bento/ubuntu-16.04和setup-server.sh时,安装正确完成。