0

On Open edX(github.com/edx/devstack) I ran the following commands after a successful installation:

make dev.up
make lms-shell
make upgrade

I am stuck with this error message:

pip-compile --upgrade -o requirements/edx/base.txt requirements/edx/base.in
No handlers could be found for logger "pip.vcs.git"

Any help or debugging tips are appreciated. Thanks.

Aman Agrawal
  • 193
  • 1
  • 2
  • 14

1 Answers1

2

This is an old open bug in pip-compile.

phd
  • 82,685
  • 13
  • 120
  • 165