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

Personal Assistant built using python libraries. It does almost anything which includes sending emails, Optical Text Recognition, Dynamic News Reporting at any time with API integration, Todo list generator, Opens any website with just a voice command, Plays Music, Wikipedia searching, Dictionary with Intelligent Sensing i.e. auto spell checking, Weather Reporting i.e. temp, wind speed, humidity, YouTube searching, Google Map searching, Youtube Downloading, etc.
MIT License
852 stars 201 forks source link

Not Running Properly #47

Closed SCcraft21 closed 1 year ago

SCcraft21 commented 1 year ago

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.

SCcraft21 commented 1 year ago

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'