- Made by @CristianEduardMihai
No module named pip
-
That's an easy fix, install pip
Ubuntu/Debian/Raspbian
sudo apt update sudo apt -y install python3-pip
Fedora
sudo dnf install python3-pip
Could not open requirements file
- Read this and create a requirements.txt file
can't open file '/var/lib/pufferpanel/servers/xxxxxxxx/bot.py'
- Is your file named
bot.py
? If not, edit the server settings