Post
Topic
Board Altcoin Discussion
Re: Mcafee Trading Bot - With Image Processing & Auto Sell
by
ca1987
on 08/01/2018, 13:57:55 UTC
Here again is the error I'm getting:

Quote
Traceback (most recent call last):
  File "C:\Bot_V3\bot.py", line 81, in
    img = pytesseract.image_to_string(Image.open('1.jpg'))
  File "C:\Users\User\AppData\Local\Programs\Python\Python36-32\lib\site-packages\pytesseract\pytesseract.py", line 122, in image_to_string
    config=config)
  File "C:\Users\User\AppData\Local\Programs\Python\Python36-32\lib\site-packages\pytesseract\pytesseract.py", line 46, in run_tesseract
    proc = subprocess.Popen(command, stderr=subprocess.PIPE)
  File "C:\Users\User\AppData\Local\Programs\Python\Python36-32\lib\subprocess.py", line 709, in __init__
    restore_signals, start_new_session)
  File "C:\Users\User\AppData\Local\Programs\Python\Python36-32\lib\subprocess.py", line 997, in _execute_child
    startupinfo)
FileNotFoundError: [WinError 2] The system cannot find the file specified

And again, I have double checked every module and the image is being properly downloaded to the bot directory as 1.jpg.