I was following CONTRIBUTING docs to work on an issue raised earlier today in d2l-en
When i run pip install git+https://github.com/d2l-ai/d2l-book in my anaconda environment, pip is stuck in a continuous loop of fetching the awscli package, decrementing the package version by a minor version every iteration. See pic below.
Am i doing something wrong or is it a version constraint issue in setup.py?

I was following CONTRIBUTING docs to work on an issue raised earlier today in
d2l-enWhen i run
pip install git+https://github.com/d2l-ai/d2l-bookin my anaconda environment, pip is stuck in a continuous loop of fetching theawsclipackage, decrementing the package version by a minor version every iteration. See pic below.Am i doing something wrong or is it a version constraint issue in
setup.py?