You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "answer_bot.py", line 267, in
get_points_live()
File "answer_bot.py", line 245, in get_points_live
question,options=parse_question()
File "answer_bot.py", line 102, in parse_question
text = read_screen()
File "answer_bot.py", line 84, in read_screen
text = pytesseract.image_to_string(Image.open(filename))
File "C:\Python36\lib\site-packages\pytesseract\pytesseract.py", line 193, in image_to_string
return run_and_get_output(image, 'txt', lang, config, nice)
File "C:\Python36\lib\site-packages\pytesseract\pytesseract.py", line 140, in run_and_get_output
run_tesseract(**kwargs)
File "C:\Python36\lib\site-packages\pytesseract\pytesseract.py", line 111, in run_tesseract
proc = subprocess.Popen(command, stderr=subprocess.PIPE, shell=True)
File "C:\Python36\lib\subprocess.py", line 709, in init
restore_signals, start_new_session)
File "C:\Python36\lib\subprocess.py", line 998, in _execute_child
startupinfo)
PermissionError: [WinError 5] Access is denied
I've tried running cmd as an admin and still no luck
The text was updated successfully, but these errors were encountered:
File "answer_bot.py", line 267, in
get_points_live()
File "answer_bot.py", line 245, in get_points_live
question,options=parse_question()
File "answer_bot.py", line 102, in parse_question
text = read_screen()
File "answer_bot.py", line 84, in read_screen
text = pytesseract.image_to_string(Image.open(filename))
File "C:\Python36\lib\site-packages\pytesseract\pytesseract.py", line 193, in image_to_string
return run_and_get_output(image, 'txt', lang, config, nice)
File "C:\Python36\lib\site-packages\pytesseract\pytesseract.py", line 140, in run_and_get_output
run_tesseract(**kwargs)
File "C:\Python36\lib\site-packages\pytesseract\pytesseract.py", line 111, in run_tesseract
proc = subprocess.Popen(command, stderr=subprocess.PIPE, shell=True)
File "C:\Python36\lib\subprocess.py", line 709, in init
restore_signals, start_new_session)
File "C:\Python36\lib\subprocess.py", line 998, in _execute_child
startupinfo)
PermissionError: [WinError 5] Access is denied
I've tried running cmd as an admin and still no luck
The text was updated successfully, but these errors were encountered: