Pip卡在“运行命令python setup.py egg_info”上 - 没有错误。

时间:2017-08-14 17:37:23

标签: vagrant pip ubuntu-16.04 vagrant-windows taiga

我在Windows 10上使用VirtualBox,Xenial64 ubuntu运行Vagrant,通过manual setup加载TaigaIO。

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。效果是一样的。

2 个答案:

答案 0 :(得分:0)

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

答案 1 :(得分:0)

我遇到了同样的问题,并且运行-vvv命令。 pip似乎已停止,但我等待了几分钟,程序包成功安装