You are not logged in.
Since posting here seems to make my problems disappear ;-)
[brian@archlinux Recruiter-bot]$ /usr/bin/python /home/brian/Python/Recruiter-bot/Playground.py
Traceback (most recent call last):
File "/home/brian/Python/Recruiter-bot/Playground.py", line 3, in <module>
from discord_slash import SlashCommand, SlashContext
ModuleNotFoundError: No module named 'discord_slash'
[brian@archlinux Recruiter-bot]$ pip list | grep discord
discord 1.7.3
discord.py 1.7.3
discord-py-interactions 4.2.1
discord-py-slash-command 4.2.1Offline
And now this. Should I reinstall python?
(Recruiter-bot) [brian@archlinux Recruiter-bot]$ pip install -r "pipstatus.txt"
Defaulting to user installation because normal site-packages is not writeable
Processing /build/python-rich/src/rich-12.4.4/dist/rich-12.4.4-py3-none-any.whl
ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/build/python-rich/src/rich-12.4.4/dist/rich-12.4.4-py3-none-any.whl'Offline