smkent / safeway-coupons

🥫 🎫 Automatic coupon clipper for Safeway's online "Safeway for U" coupons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No module named 'requests'

diabWH3 opened this issue · comments

I'm new to Python. Downloaded python3, opened Windows PowerShell, navigated to the directory where I unzipped these files, and typed in: python3 safeway-coupons

Got the response:
File "[path]", line 11, in <module>
import requests
ModuleNotFoundError: No module named'requests'

Not a safeway-coupons error.
Corrected by using the following command to download the proper module: python3 -m pip install requests