Arun Lobo

Results 2 comments of Arun Lobo

Ah, so that's what absolute_import does. Yeah I was using python2. Having done some more debugging, I believe that the js building should occur in `setup.py:101`: `check_call(['npm', 'install'], cwd=node_root, stdout=sys.stdout,...

All travis-ci checks are failing because of: `The command "pip install $DJANGO --use-mirrors" failed and exited with 2 during .` This is probably because `--use-mirrors` is deprecated and removed for...