【发布时间】:2018-01-22 14:43:44
【问题描述】:
我在 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
我尝试了全新的 VM 安装,无论是否在 virtualenv 中,pip 镜像,删除缓存和 --no-cache 选项,xenial64 和bento/ubuntu-16.04 发行版,使用 vagrant ssh 和 Putty。效果是一样的。
【问题讨论】:
-
tensorforce 包对我来说也是如此。无论我尝试了多少事情,它都会挂起。
标签: vagrant pip ubuntu-16.04 vagrant-windows taiga