st4inl3s5 / kizagan

KIZAGAN is a RAT,c2 command&control tool.It allows you to build executables and control infected machines.
MIT License
85 stars 19 forks source link

ImportError: numpy.core.multiarray failed to import #3

Closed darkness1998-black closed 4 months ago

darkness1998-black commented 7 months ago

"Traceback (most recent call last): File "client.py", line 14, in File "PyInstaller\loader\pyimod03_importers.py", line 476, in exec_module File "cv2__init__.py", line 5, in ImportError: numpy.core.multiarray failed to import" I got this error when building your python command, please help me:

st4inl3s5 commented 7 months ago

you should update or redownload numpy library with following command :

python3 -m pip install numpy -I