nephila / djangocms-installer

Console wizard to bootstrap django CMS projects

Home Page:https://djangocms-installer.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hangs on "Please help while I install dependencies"

GasparPizarro opened this issue · comments

Based on the "community" tutorial I created a virtualenv and installed djangocms-installer via pip. But when I create a project with the djangocms script it hangs while "Please wait while I install dependencies".

pip install djangocms-installer
source ./python_envs/djangocms_env/bin/activate
djangocms mysite
... Creating the project
... Please wait while I install dependencies

... And it does not do anything for an hour.

@GasparPizarro are you able to install packages via pip?
Apparently pip was stuck trying to download packages
That message is provided only during the pip install phase
You can try to collect more information by using the --verbose argument

commented

yeah same here i also got stuck in same phase and waited for an hour but nothing happens. please help

which installer version? did you rung with --verbose argument?

Thanks for the update
when it's stuck, the issue is always on the network side.
We don't have any control on the packages installation progress and we can't thus provide any feedback regarding what's going on
I added a slightly different working in 94d1e5e but I'm afraid it's the only thing we can do