I have tried pip install -r requirements.txt and followed all the steps. I am running on a raspberry pi 4 with python 3.8 installed. I am getting this:
Traceback (most recent call last):
File "bot.py", line 3, in
import discord
ModuleNotFoundError: No module named 'discord'
Let me know what I can do.