rdeepak2002 / reddit-place-script-2022

Script to draw an image onto r/place (https://www.reddit.com/r/place/)
910 stars 349 forks source link

ModuleNotFoundError: No module named 'requests' #438

Open MurshiIsSniching opened 2 years ago

MurshiIsSniching commented 2 years ago

It just shows up after trying to run.

Risewill23 commented 2 years ago

try running "pip install -r requirements.txt"

tarcrat commented 2 years ago

Had this same issue previously, make sure you are running "python main.py" and not "python3 main.py"