Open HelpUrSelf69 opened 4 months ago
when using 1.12.4 i get all these errors
go back to 3.11.4 and do a pip install pillow
still getting the error
did ou uninstall 3.12? because it might be defaulting to that if you havent done so
yes i openned the installer and selected uninstall and deleted the folder
did you install pip packages? if you didn't open up CMD and put "pip install requests" (without quotation) if that didn't work try uninstalling pysilon and reinstalling it again check if you have python installed by opening up cmd and typing "python --version" (without quotation) it is recommended as of 7/2/2024 it is recommended to use 3.11.4 or above (this could change)
A clear and concise description of what the bug is.
Whenever i use python 1.12.4 i can compile and create the file but when ran nothing happens, the bot doesnt go online and nothing happens on my pc. I then installed the recomended verssion (1.11.4) and i am now getting the error
Traceback (most recent call last): File "C:\Users\WDAGUtilityAccount\pysilon-malware\builder.py", line 3, in
from PIL import ImageTk, Image
File "C:\Users\WDAGUtilityAccount\pysilon-malware\pysilon\Lib\site-packages\PIL\ImageTk.py", line 32, in
from . import Image
File "C:\Users\WDAGUtilityAccount\pysilon-malware\pysilon\Lib\site-packages\PIL\Image.py", line 100, in
from . import _imaging as core
ImportError: cannot import name '_imaging' from 'PIL' (C:\Users\WDAGUtilityAccount\pysilon-malware\pysilon\Lib\site-packages\PIL__init__.py)
Steps to reproduce the behavior:
run PySilon.bat on python 1.11.4
A clear and concise description of what you expected to happen.
i expected the compiler to open
If applicable, add screenshots to help explain your problem.