PYYELP can't find 'requests'?

In Unit 11.4 for PYYELP project, when I code run app.py (code syntax exactly like the lecture) I get a "ModuleNotFoundError: No module named ‘requests’ error even though ‘requests’ was installed using pipenv. When I run in Terminal I get an http 400 response. Why is this not working in Code Runner?

Thanks,

Larry

Maybe you are install your python library into virtual environment and your code runner run as your global python
Environment. By the way try to run with your terminal