We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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'
The text was updated successfully, but these errors were encountered:
python3 -m pip install plyer
:)
Sorry, something went wrong.
I have a similar issue, but instead of plyer it is PIL
same with PIL
Try: python3 -m pip install Pillow
python3 -m pip install Pillow
No branches or pull requests
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'
The text was updated successfully, but these errors were encountered: