PRO100KatYT / SaveTheWorldClaimer

Fortnite STW Claimer for Research Points and free Llamas, Manager for your Daily Quests, and much more.
GNU General Public License v3.0
42 stars 13 forks source link

Missing module #31

Closed R-Kurumi closed 6 months ago

R-Kurumi commented 6 months ago

In line 14 it will give an error saying that it didn't find "requests" image 1

Playeereq commented 6 months ago

pip install requests

PRO100KatYT commented 6 months ago

Thank you for reaching out! It seems that you’re encountering an issue related to a missing Python module. Specifically, you’re trying to use the requests module, but it’s not found in your environment. Make sure that you have the requests module installed. If not, you can install it using the following command: python -m pip install requests This command will download and install the requests package, allowing you to use it in this Python code.