Open ZiggyMar opened 2 years ago
Try installing easyocr properly if not already installed on your system.
127.0.0.1 - - [20/Apr/2022 11:40:37] "GET /start_match HTTP/1.1" 200 -
Traceback (most recent call last):
File "C:\Users\marwa\Desktop\Live-Valorant-Overlay-main\app\components\get_live_frames.py", line 11, in
It says that it cannot find PIL, which is the Python library Pillow, you need to install all the dependencies successfully first in order to run the app properly.
Use easyocr version 4.5.4.58
python -m pip install opencv-python==4.5.4.58
the newest version of easyocr breaks the app.
(MAIN RESULTS {'blue': {'jett': {'agent': 'jett', 'name': 'Mama Ponneri', 'rankName': 'Gold 2', 'rr': 32, 'leaderboard': 0, 'level': '184', 'team': 'blue', 'alive': True, 'health': 100}}, 'red': {}} 127.0.0.1 - - [27/Mar/2022 11:51:56] "GET /start_match HTTP/1.1" 200 - 127.0.0.1 - - [27/Mar/2022 11:51:57] "GET /favicon.ico HTTP/1.1" 404 - Traceback (most recent call last): File "C:\Users\marwa\Desktop\Live-Valorant-Overlay-main\app\components\get_live_frames.py", line 11, in
from live_details import LiveDetails
File "C:\Users\marwa\Desktop\Live-Valorant-Overlay-main\app\components\live_details.py", line 10, in
from score import GetScore
File "C:\Users\marwa\Desktop\Live-Valorant-Overlay-main\app\components\score.py", line 3, in
from easyocr import Reader
ModuleNotFoundError: No module named 'easyocr')