smilegodly / mewbot

A discord bot with some cool features made with Python.
2 stars 3 forks source link

Requirment.txt and Requests #54

Closed MasterblastR closed 2 years ago

MasterblastR commented 3 years ago

Could not find Requirement: ERROR: Could not find a version that satisfies the requirement cffi==1.14.0 ERROR: No matching distribution found for cffi==1.14.0

Requests not found: \mewbot-master\mewbot.py", line 2, in import requests ModuleNotFoundError: No module named 'requests'

smilegodly commented 2 years ago
pip install requests

:)