GauravSingh9356/J.A.R.V.I.S

Not Running Properly

Closed this issue · 1 comments

When I'm trying to run this it is giving this as an error
Traceback (most recent call last):
File "e:\Download\J.A.R.V.I.S-2.0.2\J.A.R.V.I.S-2.0.2\jarvis.py", line 11, in
from diction import translate
File "e:\Download\J.A.R.V.I.S-2.0.2\J.A.R.V.I.S-2.0.2\diction.py", line 6, in
data = json.load(open('data.json'))
FileNotFoundError: [Errno 2] No such file or directory: 'data.json'

What needs to be done please let me know.

Just now got another problem
Traceback (most recent call last):
File "e:\Download\J.A.R.V.I.S-2.0.2\J.A.R.V.I.S-2.0.2\jarvis.py", line 10, in
from OCR import OCR
File "e:\Download\J.A.R.V.I.S-2.0.2\J.A.R.V.I.S-2.0.2\OCR.py", line 2, in
import pytesseract
ModuleNotFoundError: No module named 'pytesseract'
PS C:\Users\Chatterjees> pip install pytesseract
Collecting pytesseract
Downloading pytesseract-0.3.10-py3-none-any.whl (14 kB)
Requirement already satisfied: packaging>=21.3 in c:\users\chatterjees\appdata\roaming\python\python39\site-packages (from pytesseract) (23.1)
Requirement already satisfied: Pillow>=8.0.0 in c:\users\chatterjees\appdata\local\programs\python\python39\lib\site-packages (from pytesseract) (9.5.0)
Installing collected packages: pytesseract
Successfully installed pytesseract-0.3.10
PS C:\Users\Chatterjees> pip install pytesseract
Requirement already satisfied: pytesseract in c:\users\chatterjees\appdata\local\programs\python\python39\lib\site-packages (0.3.10)
Requirement already satisfied: packaging>=21.3 in c:\users\chatterjees\appdata\roaming\python\python39\site-packages (from pytesseract) (23.1)
Requirement already satisfied: Pillow>=8.0.0 in c:\users\chatterjees\appdata\local\programs\python\python39\lib\site-packages (from pytesseract) (9.5.0)
PS C:\Users\Chatterjees> & C:/Users/Chatterjees/AppData/Local/Programs/Python/Python39/python.exe e:/Download/J.A.R.V.I.S-2.0.2/J.A.R.V.I.S-2.0.2/jarvis.py
Traceback (most recent call last):
File "e:\Download\J.A.R.V.I.S-2.0.2\J.A.R.V.I.S-2.0.2\jarvis.py", line 11, in
from diction import translate
File "e:\Download\J.A.R.V.I.S-2.0.2\J.A.R.V.I.S-2.0.2\diction.py", line 6, in
data = json.load(open('data.json'))
FileNotFoundError: [Errno 2] No such file or directory: 'data.json'
PS C:\Users\Chatterjees> & "C:/Program Files/Python38/python.exe" e:/Download/J.A.R.V.I.S-2.0.2/J.A.R.V.I.S-2.0.2/jarvis.py
Traceback (most recent call last):
File "e:/Download/J.A.R.V.I.S-2.0.2/J.A.R.V.I.S-2.0.2/jarvis.py", line 2, in
import wikipedia
ModuleNotFoundError: No module named 'wikipedia'