vagrant - Pip stuck on "Running command python setup.py egg_info" - no errors. -
i run vagrant on windows 10 virtualbox,xenial64 ubuntu load taigaio via manual setup.
at pip install -vvv -r requirements-devel.txt
part , pip hangs forever when tries install django-sampledatahelper
.
when try install package, shows same effect: no errors, not going bash, hanging on:
downloading 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 package django-sampledatahelper running command python setup.py egg_info
i tried fresh vm install, in virtualenv or without it, pip mirrors, removing cache , --no-cache option, xenial64 , bento/ubuntu-16.04 distros, vagrant ssh , putty. efect same.
it seems there wrong ubuntu xenial64 distribution , manual setup instructions. when use bento/ubuntu-16.04 , setup-server.sh taiga-scripts installation finishing correctly.
Comments
Post a Comment