Possible Bug in the lab - DevOps Pre-Requisite Course


Application basic
Python Pip
Question 6/9 and 9/9

Both are stating wrong answer however please see the screenshot

I think the issue here is whether you install to the system (i.e., using sudo pip install) or to the current user (pip install...). If you follow the “Hint” tab and use the kind of install they suggest in each step, the lab works without error. Judging by your images, you install gunicorn (which was first installed via a requirements file) to the system, when they preferred you to install as the user. This created problems for steps 6 and 9 for you later.