moom825 / Discord-RAT

Discord Remote Administration Tool fully written in Python3
240 stars 50 forks source link

Python to Exe Error #40

Closed ItsEnesN closed 2 years ago

ItsEnesN commented 2 years ago

How to make this into exe? Everytime i try this with Pyinstaller or Auto Py to exe a error shows up.

Like this: bootstrap() File "cv2__init.py", line 153, in bootstrap native_module = importlib.import_module("cv2") File "importlib__init__.py", line 126, in import_module File "PyInstaller\loader\pyimod03_importers.py", line 495, in exec_module File "cv2\init.py", line 181, in bootstrap() File "cv2\init__.py", line 76, in bootstrap raise ImportError('ERROR: recursion is detected during loading of "cv2" binary extensions. Check OpenCV installation.') ImportError: ERROR: recursion is detected during loading of "cv2" binary extensions. Check OpenCV installation.

This comes up when i try to start the exe. With Auto py to exe comes again a error. Could you help me?

moom825 commented 2 years ago

is your python version 32 or 64 bit?

On Mon., Jul. 18, 2022, 9:00 a.m. MRXCLAYZERO, @.***> wrote:

How to make this into exe? Everytime i try this with Pyinstaller or Auto Py to exe a error shows up.

Like this: bootstrap() File "cv2init.py", line 153, in bootstrap native_module = importlib.importmodule("cv2") File "importlibinit_.py", line 126, in import_module File "PyInstaller\loader\pyimod03_importers.py", line 495, in execmodule File "cv2init.py", line 181, in bootstrap() File "cv2init_.py", line 76, in bootstrap raise ImportError('ERROR: recursion is detected during loading of "cv2" binary extensions. Check OpenCV installation.') ImportError: ERROR: recursion is detected during loading of "cv2" binary extensions. Check OpenCV installation.

This comes up when i try to start the exe. With Auto py to exe comes again a error. Could you help me?

— Reply to this email directly, view it on GitHub https://github.com/moom825/Discord-RAT/issues/40, or unsubscribe https://github.com/notifications/unsubscribe-auth/APCSZAU53F5HFYCAQYGUPDTVUVINNANCNFSM534FTYPQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

ItsEnesN commented 2 years ago

is your python version 32 or 64 bit? On Mon., Jul. 18, 2022, 9:00 a.m. MRXCLAYZERO, @.> wrote: How to make this into exe? Everytime i try this with Pyinstaller or Auto Py to exe a error shows up. Like this: bootstrap() File "cv2_init_.py", line 153, in bootstrap native_module = importlib.importmodule("cv2") File "importlibinit_.py", line 126, in import_module File "PyInstaller\loader\pyimod03_importers.py", line 495, in execmodule File "cv2init.py", line 181, in bootstrap() File "cv2init_.py", line 76, in bootstrap raise ImportError('ERROR: recursion is detected during loading of "cv2" binary extensions. Check OpenCV installation.') ImportError: ERROR: recursion is detected during loading of "cv2" binary extensions. Check OpenCV installation. This comes up when i try to start the exe. With Auto py to exe comes again a error. Could you help me? — Reply to this email directly, view it on GitHub <#40>, or unsubscribe https://github.com/notifications/unsubscribe-auth/APCSZAU53F5HFYCAQYGUPDTVUVINNANCNFSM534FTYPQ . You are receiving this because you are subscribed to this thread.Message ID: @.>

64 bit

ItsEnesN commented 2 years ago

is your python version 32 or 64 bit? Hey you still there?

Zaz-Exploit commented 2 years ago

py -m pip install --force-reinstall --no-cache opencv-python==4.5.5.64

ItsEnesN commented 2 years ago

py -m pip install --force-reinstall --no-cache opencv-python==4.5.5.64

thanks