You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You forgot to download requirements module
Pls run pip install -r requirements.txt
If it shows errors like pip not found then you have to reinstall python with add to path check box ticked
Do it module by module
Run pip install requests
C:\Temp\covid-vaccine-booking-main>python src\covid-vaccine-slot-booking.py
Traceback (most recent call last):
File "C:\Temp\covid-vaccine-booking-main\src\covid-vaccine-slot-booking.py", line 5, in
import requests, sys, argparse, os, datetime
ModuleNotFoundError: No module named 'requests'
The text was updated successfully, but these errors were encountered: