When I try to do [p]cog install kennnyshiwa-cogs imperialtoolkit, I get Failed to install requirements: psutil. I have psutil in the venv, and If I try to install with a sudo pip install pysutil command, I get https://hastebin.com/okonuzudes.sql, and if I use [p]pipinstall psutil I get https://hastebin.com/purononecu.php. This previously worked on my windows laptop, but when I try on an AWS ec2 ubuntu server, I get tons of errors.
When I try to do
[p]cog install kennnyshiwa-cogs imperialtoolkit
, I getFailed to install requirements: psutil
. I have psutil in the venv, and If I try to install with asudo pip install pysutil
command, I get https://hastebin.com/okonuzudes.sql, and if I use[p]pipinstall psutil
I get https://hastebin.com/purononecu.php. This previously worked on my windows laptop, but when I try on an AWS ec2 ubuntu server, I get tons of errors.