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
when I run the program I get the following error line
Traceback (most recent call last):
File "C:\Users\jan\Downloads\WhatsApp-GD-Extractor-master\WhatsAppGDExtract.py", line 7, in
import requests
ModuleNotFoundError: No module named 'requests'
and I do not know how to solve it, but it could help me
The text was updated successfully, but these errors were encountered:
Hey,
this is late but still open - Check out the instructions, mentioning you need to install the two dependencies via PIP: pip install configparser requests
when I run the program I get the following error line
Traceback (most recent call last):
File "C:\Users\jan\Downloads\WhatsApp-GD-Extractor-master\WhatsAppGDExtract.py", line 7, in
import requests
ModuleNotFoundError: No module named 'requests'
and I do not know how to solve it, but it could help me
The text was updated successfully, but these errors were encountered: