mategol / PySilon-malware

Advanced RAT written in Python language, fully controllable through Discord with dedicated GUI builder to make preparation easier.
https://pysilon.net
MIT License
824 stars 135 forks source link

pysilon malware error - "numpy.f2py ModuleNotFound" #451

Closed Whoooshy closed 3 months ago

Whoooshy commented 3 months ago

error when opening pysilon malware Traceback (most recent call last): File "source_prepared.py", line 22, in File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module File "scipy\io__init.py", line 97, in File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module File "scipy\io\matlab__init.py", line 45, in File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module File "scipy\io\matlab_mio.py", line 9, in File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module File "scipy\io\matlab_mio4.py", line 8, in File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module File "scipy\sparse\init__.py", line 294, in File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module File "scipy\sparse_base.py", line 5, in File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module File "scipy_lib_util.py", line 18, in File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module File "scipy_lib_array_api.py", line 17, in File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module File "scipy_lib\array_api_compat\numpy\init.py", line 1, in File "numpy\init.py", line 372, in getattr__ ModuleNotFoundError: No module named 'numpy.f2py'

This module is installed on my computer when I run "python -m numpy.f2py" in Windows Powershell.

Please help.

Thanks.

l55p commented 3 months ago

i downloaded python 3.11.8 that fixed it for me idk if it will for u

Whoooshy commented 3 months ago

i downloaded python 3.11.8 that fixed it for me idk if it will for u

I'll try that and let you know if that works for me, thank you.

Whoooshy commented 3 months ago

i downloaded python 3.11.8 that fixed it for me idk if it will for u

Traceback (most recent call last): File "C:\Users\vanbo\Downloads\PySilon-malware-3.7.4\builder.py", line 3, in from PIL import ImageTk, Image File "C:\Users\vanbo\Downloads\PySilon-malware-3.7.4\pysilon\Lib\site-packages\PIL\ImageTk.py", line 32, in from . import Image File "C:\Users\vanbo\Downloads\PySilon-malware-3.7.4\pysilon\Lib\site-packages\PIL\Image.py", line 88, in from . import _imaging as core ImportError: cannot import name '_imaging' from 'PIL' (C:\Users\vanbo\Downloads\PySilon-malware-3.7.4\pysilon\Lib\site-packages\PIL__init__.py)

yeah it brought another issue

Whoooshy commented 3 months ago

A new release came out, trying that out to see if the error is fixed for me. will update this if needed

l55p commented 3 months ago

did that work?