Discord-All-Tools-In-One icon indicating copy to clipboard operation
Discord-All-Tools-In-One copied to clipboard

Traceback errors when attempting to use RAT

Open Naidru opened this issue 1 year ago • 1 comments

Traceback (most recent call last): File "C:\ATIO\output\FunnyFile.py", line 11, in import cv2 ModuleNotFoundError: No module named 'cv2'

[process exited with code 1 (0x00000001)]

This error shows up whenever i try to run the .py file, it also doesn't put it in an EXE file when I select yes when creating it.

Naidru avatar Jul 16 '22 21:07 Naidru

Because you are missing the cv2 module. To install it open your cmd and write: pip install opencv-python

AstraaDev avatar Aug 01 '22 15:08 AstraaDev