quantumcore / paradoxiaRAT

ParadoxiaRat : Native Windows Remote access Tool.

Home Page:https://quantumcored.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error In Installation

zaintech01 opened this issue · comments

zain-hundal  zain  ~  Documents  paradoxiaRAT  master  ✎  $  sudo python3 paradoxia.py
Traceback (most recent call last):
File "/home/zain-hundal/Documents/paradoxiaRAT/paradoxia.py", line 10, in
from kernel.main import *
File "/home/zain-hundal/Documents/paradoxiaRAT/kernel/main.py", line 22, in
from .other import *
File "/home/zain-hundal/Documents/paradoxiaRAT/kernel/other.py", line 1, in
from plyer import notification
ModuleNotFoundError: No module named 'plyer'

commented
python3 -m pip install plyer

:)

commented

I have a similar issue, but instead of plyer it is PIL

commented

same with PIL

commented

Try: python3 -m pip install Pillow